
:root{
  --pink:#dc1149;
  --ink:#050505;
  --paper:#f7f4ee;
  --purple:#ded2f3;
  --green:#dff1e8;
  --page:1024px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper) url("assets/paper.png") repeat;
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
}
img{display:block;max-width:100%}
a{color:inherit}
.page-width{width:min(100%,var(--page));margin:0 auto}

/* header */
.topbar{
  height:70px;
  background:rgba(250,248,244,.96);
  border-bottom:1px solid rgba(0,0,0,.05);
}
.topbar-inner{
  height:70px;
  padding:0 48px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
}
.brand{display:flex;align-items:center;gap:9px;text-decoration:none;font-weight:900;font-size:29px;letter-spacing:-1.2px}
.brand img{width:36px;height:36px;object-fit:contain}
.brand span{min-width:0}
.brand img.brand-name{width:195px;height:auto}
.main-nav{display:flex;align-items:center;gap:42px;font-size:13px;font-weight:700}
.main-nav a{text-decoration:none;position:relative;padding:27px 0 25px}
.main-nav a.active::after{
  content:"";position:absolute;left:0;right:0;bottom:18px;height:3px;background:var(--pink)
}
.social{justify-self:end;display:flex;align-items:center;gap:20px;font-size:22px}
.social a{text-decoration:none;line-height:1}
.social button{border:0;background:none;padding:0;font-size:28px;line-height:1;cursor:pointer}

/* hero */
.hero img{
  width:100%;
  height:auto;
}

/* main two-column content */
.content{
  min-height:575px;
  display:grid;
  grid-template-columns:1fr 1fr;
  padding:39px 63px 24px;
  column-gap:72px;
  background:rgba(255,255,255,.13);
}
.content h2{
  margin:0;
  font-size:31px;
  line-height:1.08;
  letter-spacing:-1px;
}
.content h3{
  margin:2px 0 23px;
  color:var(--pink);
  font-size:29px;
  line-height:1.06;
  letter-spacing:-1px;
}
.content p{
  font-size:16px;
  line-height:1.45;
  margin:0 0 18px;
}
.long-path{margin-top:44px}
.long-path h2{font-size:27px;margin-bottom:18px}

.intro-right{position:relative}
.photo-card{
  width:312px;height:278px;
  overflow:hidden;
  margin:-12px 0 0 -3px;
  transform:rotate(-1.5deg);
}
.photo-card img{width:100%;height:100%;object-fit:cover}
.hand-note{
  position:absolute;
  top:41px;right:-17px;
  font-family:"Comic Sans MS","Segoe Print",cursive;
  font-size:35px;
  line-height:1.12;
  transform:rotate(-9deg);
  font-weight:700;
}
.note-underline{
  position:absolute;top:179px;right:-6px;width:104px;height:5px;
  background:var(--pink);transform:rotate(-11deg)
}
.purpose{margin-top:14px}
.purpose h2{font-size:29px}
.purpose h3{font-size:27px;margin-bottom:18px}

/* purple CTA */
.cta-band{position:relative}
.purple{
  background:var(--purple);
  min-height:174px;
  clip-path:polygon(0 5%,8% 1%,17% 4%,27% 0,40% 3%,51% 0,65% 4%,75% 1%,88% 4%,100% 1%,100% 94%,88% 97%,76% 94%,65% 98%,52% 94%,39% 98%,26% 95%,14% 99%,0 95%);
}
.cta-inner{
  min-height:174px;
  padding:22px 65px 18px;
  display:grid;
  grid-template-columns:65px 1fr 380px;
  gap:23px;
  align-items:center;
}
.megaphone{display:block;width:54px;height:62px;color:var(--pink);transform:rotate(-14deg);overflow:visible}
.cta-copy h2{margin:0 0 10px;font-size:29px;line-height:1.06}
.cta-copy p{margin:0;font-size:14px;line-height:1.38}
.cta-button{
  border:0;font-family:inherit;cursor:pointer;
  display:flex;align-items:center;justify-content:center;gap:15px;
  background:var(--pink);color:#fff;text-decoration:none;
  border-radius:999px;padding:22px 24px;
  font-weight:900;font-size:19px;
  min-width:0;max-width:100%;white-space:normal;text-align:center;line-height:1.35;
}
.cta-label{min-width:0;overflow-wrap:anywhere}
.cta-arrow{flex-shrink:0;font-size:31px;font-weight:400;line-height:1}

/* green recommendation strip */
.green{
  background:var(--green);
  min-height:160px;
  overflow:hidden;
  clip-path:polygon(0 4%,11% 1%,24% 4%,37% 0,50% 3%,62% 0,75% 3%,88% 1%,100% 4%,100% 100%,0 100%);
}
.recommend-inner{
  height:160px;
  padding:18px 74px 0 98px;
  display:grid;
  grid-template-columns:120px 1fr;
  align-items:center;
  position:relative;
  z-index:2;
}
.people{width:90px;height:95px;position:relative}
.people .head,.people .body{position:absolute;background:#000}
.people .head{border-radius:50%;width:23px;height:23px;top:21px}
.people .body{border-radius:20px 20px 5px 5px;width:27px;height:45px;top:44px}
.people .h1{left:17px}.people .b1{left:14px}
.people .h2{left:48px;top:13px;width:25px;height:25px}.people .b2{left:46px;width:29px;height:51px;top:39px}
.people .ray{position:absolute;width:22px;height:5px;background:#000;border-radius:4px}
.people .r1{left:-4px;top:31px;transform:rotate(8deg)}
.people .r2{left:2px;top:7px;transform:rotate(37deg)}
.people .r3{right:-4px;top:3px;transform:rotate(-50deg)}
.people .r4{right:-8px;top:35px;transform:rotate(-9deg)}
.recommend-copy h2{margin:0;font-size:25px;line-height:1.08}
.recommend-copy h3{margin:2px 0 4px;color:var(--pink);font-size:25px}
.recommend-copy p{margin:0;font-size:15px}
.black-corner{
  position:absolute;left:-10px;bottom:-10px;width:142px;height:83px;background:#090909;
  clip-path:polygon(0 0,100% 60%,92% 100%,0 100%);
  z-index:1
}

.menu-toggle{display:none}
a:focus-visible,button:focus-visible{outline:3px solid var(--pink);outline-offset:4px}

@media (max-width:1000px){
  .topbar,.topbar-inner{height:auto;min-height:70px}
  .topbar-inner{padding:12px 20px;grid-template-columns:minmax(0,1fr) auto;gap:12px}
  .brand{font-size:clamp(21px,4vw,27px);letter-spacing:-.8px}
  .brand img{width:32px;height:32px}
  .brand img.brand-name{width:clamp(140px,23vw,195px);height:auto}
  .menu-toggle:not([hidden]){display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 12px;border:1px solid var(--ink);border-radius:8px;background:transparent;color:var(--ink);font:inherit;font-weight:700;cursor:pointer}
  .main-nav{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 12px;border-top:1px solid #0002;padding-top:12px}
  .main-nav a{display:flex;align-items:center;min-height:44px;padding:10px 8px;overflow-wrap:anywhere}
  .main-nav a.active::after{left:8px;right:auto;width:32px;bottom:3px}
  .social{grid-column:1/-1;justify-self:start;gap:12px}
  .social a,.social button{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}
  .topbar-inner.menu-ready:not(.menu-open) .main-nav,
  .topbar-inner.menu-ready:not(.menu-open) .social{display:none}
  .content{grid-template-columns:minmax(0,1fr);min-height:0;padding:36px clamp(20px,5vw,48px);gap:36px}
  .intro-left,.intro-right{min-width:0;width:100%;max-width:640px;margin-inline:auto}
  .content h2{font-size:clamp(25px,4vw,31px);line-height:1.15}
  .content h3{font-size:clamp(23px,3.8vw,29px);line-height:1.2;margin-bottom:20px}
  .content p{line-height:1.65;overflow-wrap:break-word}
  .content p br,.cta-copy p br{display:none}
  .long-path{margin-top:32px}
  .photo-card{width:min(100%,320px);height:auto;aspect-ratio:320/295;margin:0 auto;transform:none}
  .hand-note{position:static;width:fit-content;margin:18px auto 10px;font-size:28px;line-height:1.2;text-align:center;transform:rotate(-4deg);border-bottom:4px solid var(--pink);padding-bottom:8px}
  .hand-note br{display:none}
  .hand-note br::after{content:" "}
  .note-underline{display:none}
  .purpose{margin-top:32px}
  .cta-inner{grid-template-columns:55px minmax(0,1fr);padding:36px clamp(20px,5vw,48px);gap:20px}
  .cta-copy h2{font-size:clamp(24px,4vw,29px);line-height:1.15}
  .cta-copy p{font-size:16px;line-height:1.6}
  .cta-button{grid-column:1/-1;justify-self:center;width:100%;max-width:480px;min-height:56px;margin-top:4px;padding:18px 20px;white-space:normal;text-align:center;font-size:16px;line-height:1.35;gap:12px}
  .recommend-inner{padding:32px clamp(20px,5vw,48px) 40px;grid-template-columns:90px minmax(0,1fr);gap:20px;height:auto;min-height:160px}
  .recommend-copy h2,.recommend-copy h3{font-size:23px;line-height:1.2;overflow-wrap:break-word}
  .recommend-copy p{line-height:1.6}
  .black-corner{width:75px;height:40px}
}

@media (max-width:480px){
  .topbar-inner{padding-inline:16px;column-gap:8px}
  .brand{gap:6px}
  .menu-toggle:not([hidden]){padding-inline:9px;font-size:14px}
  .cta-inner,.recommend-inner{grid-template-columns:minmax(0,1fr);gap:18px}
  .megaphone{margin-left:8px}
  .people{margin-inline:auto}
  .recommend-copy{text-align:center}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}

body:has(.contact-dialog[open]){overflow:hidden}
.contact-dialog{box-sizing:border-box;width:min(580px,calc(100% - 24px));max-height:calc(100dvh - 24px);padding:36px;border:0;border-radius:20px;background:var(--paper);color:var(--ink);box-shadow:0 24px 80px #0005;overflow-y:auto;overscroll-behavior:contain}
.contact-dialog::backdrop{background:rgba(0,0,0,.6)}
.dialog-close{display:block;margin:-12px -12px 4px auto;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:var(--ink);font-size:32px;cursor:pointer}
.contact-dialog h2{margin:0 0 12px;font-size:28px;line-height:1.15}
.contact-dialog p{line-height:1.5}
.contact-fields{min-width:0;margin:24px 0 0;padding:0;border:0;display:flex;flex-direction:column;gap:8px}
.contact-fields label{font-weight:700;margin-top:10px}
.contact-fields label span{font-weight:400}
.contact-fields input:not([type="hidden"]),.contact-fields select,.contact-fields textarea{box-sizing:border-box;width:100%;min-width:0;min-height:48px;border:1px solid #777;border-radius:8px;background:#fff;color:var(--ink);padding:12px;font:inherit;font-size:16px}
.contact-fields textarea{resize:vertical;min-height:120px}
.contact-fields :is(input,select,textarea):focus-visible{outline:3px solid var(--pink);outline-offset:2px}
.contact-fields small,.form-note{font-size:13px;line-height:1.5;color:#444;overflow-wrap:anywhere}
.form-trap{display:none}
.form-submit{min-height:52px;border:0;border-radius:999px;padding:16px 20px;background:var(--pink);color:#fff;font:inherit;font-weight:700;cursor:pointer}
.contact-fields:disabled{opacity:.65}
.contact-fields:disabled .form-submit{cursor:wait}
.form-status{margin:16px 0 0;font-weight:700;overflow-wrap:anywhere}
.form-status:empty{display:none}
.form-status[data-state="error"]{color:#a20d34}
.form-status[data-state="success"]{color:#185c38}
@media (max-width:480px){
  .contact-dialog{padding:24px 20px;border-radius:16px}
  .contact-dialog h2{font-size:25px}
}

