
:root{
  --bg:#f6f1ed; --paper:#fffaf8; --text:#171313; --muted:#7d7370;
  --pink:#e8aeb8; --pink-soft:#f5dfe3; --line:#dbcfc9;
  --sans:-apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue",Arial,sans-serif;
  --serif:Georgia,"Times New Roman","Songti SC",serif;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.7}
a{color:inherit;text-decoration:none}
header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:var(--bg)}
.wordmark{font-family:var(--serif);letter-spacing:.35em;font-size:28px}
nav{display:flex;gap:34px;align-items:center;font-size:12px;letter-spacing:.12em}
.menu{font-size:22px}
.fan{height:405px;position:relative;overflow:hidden}
.fan-approved{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
.hero{min-height:480px;padding:52px 7vw 48px;position:relative}
.hero h1{font-family:var(--serif);font-size:64px;font-weight:400;line-height:.95;margin:0}
.hero h1 em{display:block;font-weight:400;font-size:50px}
.hero-copy{margin-top:58px;font-size:18px;line-height:1.8}.hero .button{margin-top:28px}
.vertical{position:absolute;right:7vw;top:120px;writing-mode:vertical-rl;transform:rotate(180deg);font-size:12px;letter-spacing:.35em}
.button{display:inline-flex;align-items:center;gap:24px;padding:14px 22px;border:1px solid var(--pink);color:#bd727f;font-size:12px;letter-spacing:.16em}
.button:hover{background:var(--pink-soft)}
.teach{display:grid;grid-template-columns:1.05fr 1fr;align-items:stretch;min-height:340px}
.photo{min-height:300px;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.teach-copy{padding:58px 9vw 40px 7vw}.teach-copy h2{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1.15;margin:0 0 26px}
.keywords{font-size:12px;letter-spacing:.14em;line-height:2}
.voices{padding:54px 6vw 24px}.voices-grid{display:grid;grid-template-columns:220px repeat(3,1fr);gap:18px;align-items:stretch}
.voices-title h3{font-family:var(--serif);font-size:34px;font-weight:400;margin:14px 0 8px}.voices-title h3 em{display:block}
.label{font-size:11px;letter-spacing:.16em;color:#d17181}.voice-card{background:rgba(255,255,255,.52);padding:28px;min-height:200px;border:1px solid rgba(255,255,255,.7)}
.quote{font-size:34px;color:#d17181;font-family:var(--serif);line-height:1}.voice-card p{font-size:16px;line-height:1.8;margin:8px 0 22px}
.anon{font-size:12px;color:var(--muted)}.dots{text-align:center;padding:16px 0 6px;color:#d88b98;letter-spacing:.45em}
.feedback-cta{padding:24px 5vw 20px}.feedback-box{background:var(--pink-soft);min-height:210px;padding:36px 42px;display:grid;grid-template-columns:1.3fr 1px .9fr;gap:34px;align-items:center}
.feedback-box h3{font-family:var(--serif);font-size:38px;font-weight:400;line-height:1.1;margin:8px 0}.divider{height:100px;background:#c9b9b6}
.feedback-action{justify-self:center;min-width:220px;border:1px solid #d596a1;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:22px;font-weight:600;background:transparent}
.feedback-action small{display:block;font-weight:400;color:#6f6563;margin-top:4px}
footer{display:flex;justify-content:space-between;align-items:center;padding:20px 6vw 34px;font-size:12px;color:#6d6562}.socials{display:flex;gap:28px}
.about-page,.feedback-page{padding:40px 7vw 80px;max-width:980px;margin:0 auto}.about-page h1,.feedback-page h1{font-family:var(--serif);font-size:62px;font-weight:400}
.about-page p,.feedback-page p{font-size:18px}.credentials{margin-top:44px;border-top:1px solid var(--line)}
.credential{display:grid;grid-template-columns:1fr 2fr;gap:24px;padding:18px 0;border-bottom:1px solid var(--line)}
.feedback-form fieldset{border:0;border-bottom:1px solid var(--line);padding:30px 0}.feedback-form legend{font-family:var(--serif);font-size:24px;margin-bottom:18px}
.feedback-form label{display:block;padding:8px 0} textarea,input[type="text"]{width:100%;padding:15px;border:1px solid var(--line);background:var(--paper);font:inherit}
.submit{margin-top:30px;background:transparent;border:1px solid var(--pink);padding:14px 24px;font:inherit}.thankyou{display:none;padding:60px 0}
@media(max-width:760px){
  header{height:64px;padding:0 18px}
  .wordmark{font-size:18px;letter-spacing:.32em}
  nav{gap:13px;font-size:8.5px;letter-spacing:.1em;white-space:nowrap}
  nav a:nth-child(3){display:none}
  .menu{font-size:18px}

  .fan{height:282px;margin-top:0}
  .fan-approved{width:100%;height:100%;object-fit:cover;object-position:center top}

  .hero{min-height:365px;padding:34px 28px 26px}
  .hero h1{font-size:39px;line-height:.98}
  .hero h1 em{font-size:30px;line-height:1.08}
  .hero-copy{font-size:14px;line-height:1.7;margin-top:30px}
  .hero .button{margin-top:20px}
  .button{padding:10px 17px;gap:20px;font-size:9px}
  .vertical{right:13px;top:95px;font-size:7.5px;letter-spacing:.28em}

  .teach{grid-template-columns:1.05fr .95fr;min-height:225px}
  .photo{min-height:225px}
  .teach-copy{padding:34px 18px 22px}
  .teach-copy h2{font-size:24px;line-height:1.15;margin-bottom:18px}
  .keywords{font-size:8.5px;line-height:1.9;letter-spacing:.11em}

  .voices{padding:28px 18px 14px}
  .voices-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:12px;overflow:visible;align-items:stretch}
  .voices-title{min-width:0;padding:6px 0}
  .voices-title h3{font-size:27px;line-height:1.02;margin:10px 0 10px}
  .voices-title p{font-size:12px;line-height:1.55;margin:0}
  .voice-card{min-width:0;min-height:178px;padding:18px}
  .voice-card p{font-size:13px;line-height:1.65;margin:4px 0 15px}
  .voice-card:nth-of-type(n+3){display:none}
  .quote{font-size:26px}
  .anon{font-size:10px}
  .dots{padding:10px 0 0;font-size:10px}

  .feedback-cta{padding:14px 18px 10px}
  .feedback-box{min-height:178px;grid-template-columns:1.25fr 1px .9fr;gap:16px;padding:24px 22px}
  .feedback-box h3{font-size:27px;line-height:1.05;margin:5px 0 8px}
  .feedback-box p{font-size:12px;margin:0}
  .feedback-box .divider{display:block;height:82px}
  .feedback-action{justify-self:stretch;min-width:0;padding:13px 14px;gap:8px;font-size:13px}
  .feedback-action small{font-size:10px;margin-top:1px}
  .label{font-size:8px;letter-spacing:.14em}

  footer{padding:12px 18px 22px;gap:10px;flex-wrap:nowrap;font-size:9px}
  .socials{gap:18px}

  .about-page,.feedback-page{padding:26px 22px 56px}
  .about-page h1,.feedback-page h1{font-size:42px}
  .credential{grid-template-columns:1fr}
}

/* Mobile refinement based on real iPhone screenshots — layout only, no palette changes */
@media(max-width:760px){
  header{height:58px;padding:0 18px}
  .wordmark{font-size:17px}
  nav{gap:12px;font-size:8px}
  .menu{font-size:17px}

  .fan{height:238px}
  .fan-approved{object-position:center top}

  .hero{min-height:318px;padding:28px 28px 22px}
  .hero h1{font-size:35px;line-height:.98}
  .hero h1 em{font-size:27px;line-height:1.06}
  .hero-copy{font-size:13px;line-height:1.62;margin-top:24px}
  .hero .button{margin-top:16px}
  .button{padding:9px 15px;font-size:8.5px}
  .vertical{right:12px;top:80px;font-size:7px;letter-spacing:.26em}

  .teach{min-height:190px;grid-template-columns:1.08fr .92fr}
  .photo{min-height:190px}
  .teach-copy{padding:26px 16px 18px}
  .teach-copy h2{font-size:21px;line-height:1.12;margin-bottom:13px}
  .keywords{font-size:7.6px;line-height:1.75;letter-spacing:.10em}

  .voices{padding:22px 18px 10px}
  .voices-grid{grid-template-columns:.86fr 1.14fr;gap:10px;align-items:stretch}
  .voices-title{padding:4px 0}
  .voices-title h3{font-size:24px;line-height:1.0;margin:8px 0 8px}
  .voices-title p{font-size:11px;line-height:1.45}
  .voice-card{min-height:150px;padding:15px}
  .voice-card p{font-size:12px;line-height:1.55;margin:2px 0 12px}
  .voice-card:nth-of-type(n+2){display:none}
  .quote{font-size:22px}
  .anon{font-size:9px}
  .dots{padding:7px 0 0;font-size:8px;letter-spacing:.35em}

  .feedback-cta{padding:10px 18px 8px}
  .feedback-box{min-height:148px;grid-template-columns:1.28fr 1px .82fr;gap:13px;padding:19px 18px}
  .feedback-box h3{font-size:24px;line-height:1.02;margin:4px 0 6px}
  .feedback-box p{font-size:11px}
  .feedback-box .divider{height:70px}
  .feedback-action{padding:11px 12px;font-size:12px}
  .feedback-action small{font-size:9px}

  footer{padding:8px 18px 16px;font-size:8.5px}
  .socials{gap:14px}
}


/* V4 final mobile proportion pass — preserve palette, images and structure */
@media(max-width:760px){
  header{height:54px}
  .wordmark{font-size:16px}
  nav{gap:11px;font-size:7.7px}

  .fan{height:222px}

  .hero{min-height:292px;padding:24px 28px 19px}
  .hero h1{font-size:33px}
  .hero h1 em{font-size:25.5px}
  .hero-copy{font-size:12.5px;line-height:1.58;margin-top:20px}
  .hero .button{margin-top:14px}
  .button{padding:8px 14px}
  .vertical{top:72px}

  .teach{min-height:170px}
  .photo{min-height:170px}
  .teach-copy{padding:22px 15px 15px}
  .teach-copy h2{font-size:19.5px;margin-bottom:11px}
  .keywords{font-size:7.2px;line-height:1.68}

  .voices{padding:18px 18px 8px}
  .voices-grid{grid-template-columns:.84fr 1.16fr;gap:9px}
  .voices-title h3{font-size:22.5px;margin:7px 0 7px}
  .voices-title p{font-size:10.5px}
  .voice-card{min-height:138px;padding:13px 14px}
  .voice-card p{font-size:11.5px;line-height:1.5;margin:1px 0 10px}
  .quote{font-size:20px}
  .dots{padding:5px 0 0}

  .feedback-cta{padding:8px 18px 6px}
  .feedback-box{min-height:136px;grid-template-columns:1.3fr 1px .8fr;gap:11px;padding:16px 16px}
  .feedback-box h3{font-size:22.5px;line-height:1.0;margin:3px 0 5px}
  .feedback-box p{font-size:10.5px}
  .feedback-box .divider{height:62px}
  .feedback-action{padding:10px 11px;font-size:11.5px}
  .feedback-action small{font-size:8.5px}

  footer{padding:7px 18px 13px;font-size:8px}
}


/* V5 — feedback page typography refinement only */
@media(max-width:760px){
  .feedback-page{
    padding:24px 22px 52px;
  }

  .feedback-page > .label{
    font-size:9px;
    letter-spacing:.16em;
    margin-bottom:18px;
  }

  .feedback-page > h1{
    font-family:var(--serif);
    font-size:36px;
    line-height:1.16;
    font-weight:400;
    margin:0 0 22px;
  }

  .feedback-page > p{
    font-family:var(--sans);
    font-size:15px;
    line-height:1.8;
    margin:0 0 14px;
  }

  .feedback-page > p[style]{
    font-size:12.5px !important;
    line-height:1.7;
    margin-bottom:18px;
  }

  .feedback-form fieldset{
    padding:22px 0 24px;
  }

  .feedback-form legend{
    width:100%;
    font-family:var(--sans);
    font-size:21px;
    line-height:1.5;
    font-weight:500;
    letter-spacing:0;
    margin-bottom:16px;
  }

  .feedback-form label{
    font-family:var(--sans);
    font-size:15.5px;
    line-height:1.65;
    font-weight:400;
    padding:7px 0;
  }

  .feedback-form input[type="radio"]{
    width:18px;
    height:18px;
    margin-right:8px;
    vertical-align:-3px;
  }

  .feedback-form textarea,
  .feedback-form input[type="text"]{
    font-family:var(--sans);
    font-size:15px;
    line-height:1.65;
    padding:14px 15px;
    border-color:var(--line);
    background:rgba(255,250,248,.78);
  }

  .feedback-form textarea::placeholder,
  .feedback-form input[type="text"]::placeholder{
    font-size:14px;
    color:#aaa2a0;
    opacity:1;
  }

  .feedback-form textarea{
    min-height:112px;
    resize:vertical;
  }

  .feedback-form fieldset:nth-of-type(3) textarea,
  .feedback-form fieldset:nth-of-type(4) textarea,
  .feedback-form fieldset:nth-of-type(5) textarea{
    min-height:92px;
  }

  .submit{
    margin-top:24px;
    padding:12px 20px;
    font-size:12px;
    letter-spacing:.12em;
  }

  .thankyou{
    padding:40px 0;
  }

  .thankyou h1{
    font-size:34px;
    line-height:1.2;
  }

  .thankyou p{
    font-size:15px;
    line-height:1.75;
  }
}


/* V8 — feedback page journal style */
.feedback-page h1{line-height:1.12}
.feedback-page > p:not([style]){font-size:17px;line-height:1.84;max-width:780px}
.feedback-page > p[style]{letter-spacing:.01em}

.journal-strip{margin:18px 0 12px;padding:8px 0 2px;display:flex;flex-wrap:wrap;gap:12px 14px;align-items:flex-start}
.journal-note{position:relative;display:inline-flex;align-items:center;gap:8px;padding:14px 16px 12px 14px;background:#fff9f7;border:1px solid rgba(216,168,179,.42);box-shadow:0 6px 16px rgba(164,145,145,.08);color:#6e5d63;font-size:14px;line-height:1.25;border-radius:8px;transform-origin:center}
.journal-note::after{content:"";position:absolute;inset:5px;border:1px dashed rgba(216,168,179,.42);border-radius:5px;pointer-events:none}
.journal-note svg{width:17px;height:17px;stroke:#cf8193;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none;position:relative;z-index:1}
.journal-note span{position:relative;z-index:1}
.journal-note .pin{position:absolute;top:-6px;left:16px;width:26px;height:10px;background:rgba(245,228,233,.95);border:1px solid rgba(216,168,179,.5);border-bottom:none;border-radius:3px 3px 0 0;transform:rotate(-2deg)}
.note-a{transform:rotate(-2.2deg)}
.note-b{transform:rotate(1.7deg)}
.note-c{transform:rotate(-1.2deg)}
.note-d{transform:rotate(.8deg)}
.wide{padding-right:18px}
.journal-whisper{width:100%;margin:4px 0 0;font-size:13px;line-height:1.7;color:var(--muted)}

.feedback-form{margin-top:8px}
.feedback-form fieldset{position:relative;padding:26px 0 28px 0;border:0;border-bottom:1px solid var(--line)}
.feedback-form fieldset::before{content:"";position:absolute;left:0;top:28px;width:26px;height:2px;background:rgba(220,157,173,.85);border-radius:2px}
.feedback-form legend{display:inline-block;font-size:22px;line-height:1.55;font-weight:500;margin-bottom:16px;padding-top:4px;background:linear-gradient(transparent 73%, rgba(246,226,233,.75) 73%)}
.feedback-form label{font-size:16px;line-height:1.72;padding:8px 0 8px 8px}
.feedback-form textarea,
.feedback-form input[type="text"]{font-size:15.5px;line-height:1.78;background:rgba(255,251,249,.88);border:1px solid rgba(213,201,197,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}
.feedback-form textarea::placeholder,
.feedback-form input[type="text"]::placeholder{font-size:14.5px;color:#aaa2a0;opacity:1}
.feedback-form input[type="radio"]{accent-color:#d78ea1}
.gentle-note{margin-top:18px;margin-bottom:-8px;font-size:13px;line-height:1.75;color:var(--muted)}
.submit{margin-top:24px}

@media(max-width:760px){
  .about-page h1,.feedback-page h1{font-size:39px}
  .feedback-page > p:not([style]){font-size:16px;line-height:1.82}
  .feedback-page > p[style]{font-size:12.5px !important;line-height:1.7;margin-bottom:16px}

  .journal-strip{margin:10px 0 4px;padding-top:2px;gap:10px}
  .journal-note{font-size:12.5px;padding:11px 12px 10px 11px;gap:6px;border-radius:7px}
  .journal-note svg{width:15px;height:15px}
  .journal-note .pin{left:12px;width:22px;height:8px;top:-5px}
  .journal-whisper{font-size:12px;line-height:1.68;margin-top:2px}

  .feedback-form{margin-top:4px}
  .feedback-form fieldset{padding:22px 0 24px}
  .feedback-form fieldset::before{top:24px;width:22px;height:2px}
  .feedback-form legend{font-size:18.5px;line-height:1.55;margin-bottom:14px}
  .feedback-form label{font-size:14.5px;line-height:1.68;padding:7px 0 7px 4px}
  .feedback-form input[type="radio"]{width:18px;height:18px;margin-right:8px;vertical-align:-3px}
  .feedback-form textarea,.feedback-form input[type="text"]{font-size:14.5px;line-height:1.72;padding:14px 15px}
  .feedback-form textarea::placeholder,.feedback-form input[type="text"]::placeholder{font-size:13.5px}
  .feedback-form textarea{min-height:112px;resize:vertical}
  .feedback-form fieldset:nth-of-type(3) textarea,
  .feedback-form fieldset:nth-of-type(4) textarea,
  .feedback-form fieldset:nth-of-type(5) textarea{min-height:96px}
  .submit{margin-top:24px;padding:12px 20px;font-size:12px;letter-spacing:.12em;min-width:138px}
  .thankyou{padding:40px 0}
  .thankyou h1{font-size:34px;line-height:1.2}
  .thankyou p{font-size:15px;line-height:1.75}
}


/* V9 — live feedback */
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.form-status{
  min-height:18px;
  margin-top:14px;
  color:#a85c6b;
  font-size:12px;
  line-height:1.5;
}
.submit:disabled{
  opacity:.5;
  cursor:wait;
}


/* V10 — make feedback submit button clearly visible */
.submit{
  color:var(--ink) !important;
  background:var(--pink-soft) !important;
  border:1px solid #d596a1 !important;
  opacity:1;
  font-weight:500;
}
.submit:hover,
.submit:focus{
  color:var(--ink) !important;
  background:#f3d9df !important;
}
.submit:disabled{
  color:#8f8482 !important;
  background:#f2e8e6 !important;
  border-color:#dcc8c4 !important;
  opacity:.75;
}

/* Notsweet brand / maintenance layer */
.wordmark{letter-spacing:.18em}
@media(max-width:760px){
  .wordmark{letter-spacing:.16em;font-size:14px}
  .socials{flex-wrap:wrap;row-gap:4px}
}
