  .acc{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch;padding-top:14px}
  .ac{background:var(--peach);border:3px solid var(--ink);border-radius:var(--r-lg);padding:38px;box-shadow:var(--pop-peach);width:100%;display:flex;flex-direction:column}
  .ac h2{font-size:23px;margin-bottom:6px}
  .ac p.sub{color:var(--maroon);font-size:14px;margin-bottom:22px;font-weight:600}
  .tabs{display:flex;gap:8px;margin-bottom:22px}
  .tabs button{flex:1;font-family:"Poppins";font-weight:800;font-size:14px;padding:11px;border-radius:var(--r-sm);border:2px solid var(--ink);background:var(--cream);transition:all .18s}
  .tabs button.on{background:var(--ink);color:var(--cream)}
  .field{margin-bottom:14px}
  .field label{display:block;font-family:"Poppins";font-weight:700;font-size:12.5px;margin-bottom:6px}
  .field input{width:100%;font-size:14.5px;padding:11px 13px;border:2px solid var(--ink);border-radius:var(--r-sm);background:var(--cream);font-family:inherit}
  .field input:focus{outline:none;background:var(--paper)}
  .aa{background:var(--peach-deep);border:3px solid var(--ink);border-radius:var(--r-lg);box-shadow:var(--pop);width:100%;display:flex;flex-direction:column;overflow:hidden}
  .aa .aa-body{padding:38px 38px 28px}
  .aa .aa-body h3{font-family:"Poppins";font-weight:900;font-size:18px;margin-bottom:18px}
  .perks{list-style:none}
  .perks li{display:flex;gap:11px;align-items:flex-start;margin-bottom:15px;font-size:15px}
  .perks li:last-child{margin-bottom:0}
  .perks .c{width:26px;height:26px;border-radius:50%;background:var(--green);border:2px solid var(--ink);display:grid;place-items:center;flex:0 0 auto}
  .perks .c svg{width:14px;height:14px;color:var(--cream)}
  .aa .aa-photo{margin-top:auto;flex:1;min-height:200px;border-top:3px solid var(--ink);position:relative}
  .aa .aa-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
  @media(max-width:820px){.acc{grid-template-columns:1fr;gap:28px;align-items:stretch}.aa{order:-1}.aa .aa-photo{min-height:220px}}
  .ph2{background:var(--peach);border-bottom:5px solid var(--ink);overflow:hidden;min-height:410px;display:flex;align-items:center}
  .ph2-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;padding:52px 26px;width:100%}
  .ph2 h1{font-family:"Poppins";font-weight:900;font-size:clamp(40px,6vw,76px);color:var(--red);line-height:.94;letter-spacing:-0.03em;margin:12px 0}
  .ph2 p{max-width:46ch;font-size:16px;font-weight:600;color:var(--maroon)}
  .ph2-photo{position:relative;height:250px}
  .ph2-photo img{position:absolute;border-radius:var(--r-lg);border:4px solid var(--ink);box-shadow:var(--pop-lg);object-fit:cover}
  .ph2-photo img:nth-child(1){width:62%;aspect-ratio:1.4;top:8%;right:2%;transform:rotate(3deg);z-index:1}
  .ph2-photo img:nth-child(2){width:42%;aspect-ratio:1;bottom:0;left:4%;transform:rotate(-6deg);z-index:2}
  @media(max-width:820px){
    .ph2{min-height:0}
    .ph2-grid{grid-template-columns:1fr;gap:22px;padding:36px 22px 40px}
    .ph2 p{max-width:none}
    .ph2-photo{height:200px}
    .ph2-photo img:nth-child(1){width:56%;top:0;right:4%}
    .ph2-photo img:nth-child(2){width:40%;bottom:0;left:6%}
  }
  @media(max-width:560px){ .ph2-photo{display:none} }
