/* site.css — fcyearbook.com (2026-09-25)
   Part 1 is the approved homepage concept's stylesheet (Desktop/FC-Yearbook-Homepage.html),
   unchanged except the review strip is gone; one rule per line so it can be edited by hand.
   Part 2 adds what the other pages need: current-page nav, page heroes, numbered rows,
   callouts, the carried-over legal/support pages (.prose) and the two forms.
   No inline styles anywhere: the Content-Security-Policy in .htaccess forbids them. */

/* ---------- Part 1: homepage concept ---------- */
:root{--ink:#22323c;--body:#4f606b;--blue:#067ba9;--sky:#29abe2;--paper:#fff;--wash:#f3f8fa;--line:#d7e1e6;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:17px;line-height:1.65}
a{color:var(--blue);text-decoration-thickness:1px;text-underline-offset:4px}
a:hover{text-decoration:underline}
button{font:inherit}
img{max-width:100%;display:block;height:auto}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{line-height:1.12;font-weight:600;text-wrap:balance}
h1{font-size:clamp(42px,4.6vw,64px);letter-spacing:-2.3px}
h2{font-size:clamp(34px,3.5vw,46px);letter-spacing:-1.5px}
h3{font-size:23px;letter-spacing:-.5px}
p{color:var(--body)}
.wrap{max-width:1200px;margin:auto;padding-left:38px;padding-right:38px}
.eyebrow{font-size:12px;letter-spacing:1.8px;text-transform:uppercase;font-weight:700;color:var(--blue);margin-bottom:20px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;padding:11px 22px;background:var(--blue);color:white;border:1px solid var(--blue);border-radius:6px;font-size:15px;font-weight:700;text-decoration:none;line-height:1.35}
.button:hover{background:#05688f;color:#fff;text-decoration:none}
.button.secondary{background:transparent;color:var(--ink);border-color:#acbdc8}
.button.secondary:hover{background:#eaf3f7}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #067ba9;outline-offset:5px}
.actions{display:flex;flex-wrap:wrap;gap:12px}
.skip{position:absolute;left:15px;top:-100px;background:white;padding:12px;z-index:100}
.skip:focus{top:12px}
.header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}
.header-inner{min-height:86px;display:flex;align-items:center;gap:25px}
.logo{width:168px;flex-shrink:0;display:block}
.nav{margin-left:auto;display:flex;gap:24px;align-items:center;font-size:13px;font-weight:600}
.nav a{color:var(--ink);text-decoration:none;white-space:nowrap;padding:10px 0}
.nav a:hover{color:var(--blue)}
.nav .menu-extra{display:none}
.header-actions{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:600;white-space:nowrap}
.header-actions>a:first-child{color:var(--ink);text-decoration:none}
.header-actions .button{min-height:44px;padding:10px 15px;font-size:13px}
.menu-button{display:none;border:1px solid var(--line);border-radius:5px;background:white;padding:8px 12px;min-height:44px}
.hero{background:linear-gradient(180deg,#f4f9fb,white)}
.hero-inner{display:grid;grid-template-columns:1.05fr 1fr;gap:54px;align-items:center;padding-top:66px;padding-bottom:66px}
.hero h1 span{font-family:var(--serif);font-weight:400;font-style:italic;color:#087ca8;letter-spacing:-2px}
.hero .lead{font-size:18px;line-height:1.7;margin:25px 0 16px;max-width:530px}
.hero .print-line{font-size:16px;line-height:1.65;margin-bottom:26px;max-width:480px}
.hero .note{font-size:13px;margin-top:16px}
.product-pair{display:flex;gap:19px;justify-content:center;align-items:center}
.phone{overflow:hidden;border-radius:25px;background:#171711;border:5px solid #22323c;box-shadow:0 16px 30px #21374116;width:47%;max-width:222px}
.phone img{width:100%;height:auto}
.phone.light{transform:translateY(-18px);border-color:#b2b8ba;max-width:212px;background:#faf8f3}
.hero-visual figcaption{text-align:center;font-size:12px;color:#5f717a;margin-top:21px}
.offer{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.offer-inner{display:flex;gap:22px;padding-top:21px;padding-bottom:21px;align-items:center;justify-content:space-between}
.offer strong{font-size:18px;line-height:1.45}
.offer strong span{color:var(--blue)}
.offer p{font-size:14px;margin-top:3px}
.offer a{font-size:14px;white-space:nowrap;font-weight:600}
.section{padding:86px 0}
.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:42px}
.section-intro p{font-size:17px;max-width:470px}
.features{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.feature{padding:32px 28px 34px 0}
.feature+.feature{border-left:1px solid var(--line);padding-left:28px}
.number{font-family:var(--serif);font-style:italic;font-size:26px;color:var(--blue);margin-bottom:17px;display:block}
.feature h3{margin-bottom:14px}
.feature p{font-size:16px}
.signatures{background:#f7f8f6}
.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.signature-visual{max-width:425px;margin:auto;width:100%}
.signature-window{border:1px solid #d5d6ce;border-radius:20px;overflow:hidden;height:445px;box-shadow:0 16px 35px #22323c0a;background:#fdfbf6}
.signature-window img{width:100%;margin-top:-45px}
.caption{font-size:12px;color:#65737a;text-align:center;margin-top:15px}
.copy-block p{margin-top:23px}
.copy-block .text-link{display:inline-block;margin-top:24px;font-size:15px;font-weight:700}
.copy-block .small{font-size:14px}
.video-band{display:grid;grid-template-columns:120px 1fr;gap:32px;border-top:1px solid #d8ddd9;padding-top:38px;margin-top:50px;align-items:start}
.video-label{font-size:12px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:1.2px;padding-top:5px}
.video-band h3{margin-bottom:13px}
.video-band p{max-width:840px}
.print-section{background:#22323c;color:white}
.print-section .eyebrow{color:#85d5f5}
.print-section p{color:#d4e0e6}
.print-section .split{gap:70px}
.print-steps{border-top:1px solid #53646f}
.print-step{display:grid;grid-template-columns:36px 1fr;gap:16px;padding:24px 0;border-bottom:1px solid #53646f}
.print-step .num{font-size:14px;color:#85d5f5;padding-top:3px}
.print-step h3{font-size:20px;margin-bottom:7px}
.print-step p{font-size:15px}
.print-section .button{margin-top:28px;background:white;color:var(--ink);border-color:white}
.schools-pricing{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.schools-pricing p{margin-top:22px}
.pricing-block{background:var(--wash);padding:35px 38px;border-top:3px solid var(--sky)}
.pricing-block h3{font-size:28px;line-height:1.2}
.pricing-block p{font-size:15px;margin-top:15px}
.pricing-block .threshold{font-family:var(--serif);font-style:italic;font-size:55px;letter-spacing:-2px;line-height:1.1;color:var(--blue);display:block;margin-bottom:12px}
.pricing-block a{font-size:15px;font-weight:600;display:inline-block;margin-top:22px}
.families{border-top:1px solid var(--line)}
.family-inner{display:flex;justify-content:space-between;align-items:center;gap:35px;padding-top:36px;padding-bottom:36px}
.family-inner h3{font-size:26px;margin-bottom:8px}
.family-inner p{font-size:15px;max-width:650px}
.family-inner .button{white-space:nowrap}
.faq{padding-top:73px;padding-bottom:82px;background:var(--wash)}
.faq-layout{display:grid;grid-template-columns:330px 1fr;gap:80px}
.faq-intro p{margin-top:20px;font-size:15px}
details{border-bottom:1px solid #cad7dd;padding:0}
details:first-child{border-top:1px solid #cad7dd}
summary{position:relative;list-style:none;cursor:pointer;padding:21px 40px 21px 0;font-size:17px;font-weight:600;line-height:1.5}
summary::-webkit-details-marker{display:none}
summary::after{content:'+';position:absolute;right:4px;top:17px;font-weight:400;font-size:25px;color:var(--blue)}
details[open] summary::after{content:'−'}
details p{font-size:15px;padding-bottom:23px;padding-right:20px}
.closing{padding:75px 0;text-align:center}
.closing p{max-width:560px;margin:20px auto 27px}
.footer{background:#f3f6f7;border-top:1px solid var(--line);padding:37px 0 25px}
.footer-main{display:flex;align-items:start;justify-content:space-between;gap:40px}
.footer .logo{width:160px}
.footer .description{font-size:13px;margin-top:15px;max-width:300px}
.footer-links{display:flex;gap:25px;flex-wrap:wrap;max-width:590px;justify-content:end;font-size:13px}
.footer-links a{color:var(--body)}
.footer-bottom{border-top:1px solid var(--line);margin-top:28px;padding-top:19px;font-size:12px;display:flex;justify-content:space-between;gap:20px;color:#5d6e78}
@media(min-width:1450px){
  .hero-inner{padding-top:80px;padding-bottom:80px}
}
@media(max-width:1080px){
  .nav{gap:14px}
  .header-inner{gap:17px}
  .logo{width:145px}
  .header-actions{gap:12px}
  .hero-inner{gap:28px}
  .faq-layout{gap:40px;grid-template-columns:290px 1fr}
  .split{gap:50px}
}
@media(max-width:900px){
  .wrap{padding-left:26px;padding-right:26px}
  .header-inner{min-height:75px;flex-wrap:wrap;gap:13px;padding-top:12px;padding-bottom:12px}
  .menu-button{display:block;margin-left:auto}
  .header-actions{margin-left:5px}
  .nav{display:none;width:100%;order:4;margin:0;flex-wrap:wrap;padding:10px 0}
  .nav.open{display:flex}
  .hero-inner{grid-template-columns:1fr 1fr;gap:25px;padding-top:45px;padding-bottom:45px}
  h1{font-size:44px;letter-spacing:-1.6px}
  .hero .lead{font-size:16px}
  .hero .print-line{font-size:15px}
  .phone{border-width:4px;border-radius:20px}
  .product-pair{gap:10px}
  .section{padding:65px 0}
  .section-intro,.schools-pricing{gap:35px}
  .split{gap:35px}
  .faq-layout{grid-template-columns:1fr;gap:28px}
  .faq-intro p{max-width:520px}
  .signature-window{height:365px}
  .video-band{grid-template-columns:90px 1fr}
}
@media(max-width:680px){
  html{scroll-padding-top:130px}
  .wrap{padding-left:22px;padding-right:22px}
  .logo{width:132px}
  .header-actions{display:none}
  .nav .menu-extra{display:inline-flex}
  .header-actions>a:first-child{display:none}
  .header-actions .button{min-height:44px;font-size:12px;padding:9px 11px}
  .header-inner{gap:10px}
  .menu-button{font-size:12px;padding:8px}
  .hero-inner{grid-template-columns:1fr;padding-top:40px;padding-bottom:36px;gap:40px}
  .eyebrow{margin-bottom:17px;font-size:11px}
  .hero h1{font-size:46px;letter-spacing:-1.7px;max-width:470px}
  .hero h1 span{letter-spacing:-1.7px}
  .hero .lead{font-size:17px;margin-top:23px}
  .hero .print-line{font-size:16px}
  .hero .note{font-size:12px}
  .product-pair{max-width:390px;margin:auto;gap:13px}
  .phone{max-width:183px}
  .phone.light{max-width:177px;transform:translateY(-10px)}
  .hero-visual figcaption{margin-top:15px}
  .offer-inner{display:block;padding-top:24px;padding-bottom:24px}
  .offer strong{display:block;font-size:18px}
  .offer p{font-size:14px;max-width:440px;margin-top:8px}
  .offer a{display:inline-block;margin-top:13px}
  .section{padding:54px 0}
  .section-intro{grid-template-columns:1fr;gap:22px;margin-bottom:29px}
  h2{font-size:36px;letter-spacing:-1px}
  .features{display:block}
  .feature,.feature+.feature{padding:27px 0;border-left:0}
  .feature+.feature{border-top:1px solid var(--line)}
  .number{float:left;margin:0 18px 0 0;font-size:22px}
  .feature h3{font-size:22px}
  .feature p{padding-left:42px}
  .split{grid-template-columns:1fr;gap:35px}
  .signature-visual{order:2;max-width:390px}
  .signature-window{height:397px}
  .signatures .copy-block{order:1}
  .video-band{grid-template-columns:1fr;gap:12px;margin-top:38px;padding-top:28px}
  .video-band p{font-size:16px}
  .video-label{padding:0}
  .print-section .split{gap:35px}
  .print-section .copy-block p{font-size:16px}
  .schools-pricing{grid-template-columns:1fr;gap:36px}
  .pricing-block{padding:28px}
  .family-inner{display:block}
  .family-inner .button{margin-top:20px}
  .family-inner h3{font-size:25px}
  .faq{padding:50px 0}
  .faq-layout{gap:27px}
  .closing{padding:53px 0}
  .closing h2{font-size:34px}
  .footer-main{display:block}
  .footer-links{margin-top:25px;justify-content:start;gap:17px 23px}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:6px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}
@media print{
  body{font-size:12px}
  .section{padding:30px 0}
  details p{display:block}
  h1{font-size:36px}
  .hero-inner{padding:25px 0}
  .phone{max-width:140px}
  .footer{background:white}
  section{break-inside:avoid}
}

/* ---------- Part 2: the rest of the site ---------- */
.nav a[aria-current="page"]{color:var(--blue)}
/* "Have a code or a login? Open your yearbook →" (RD 2026-09-25): families whose school is not
   an FC Yearbook school kept opening the app and deciding it was broken. The question sits
   next to every header link; on narrower screens only the link fits. */
.header-actions .open-q{font-weight:400;color:var(--body);margin-right:-14px}
.header-actions .open-link{color:var(--ink);text-decoration:none}
.header-actions .open-link:hover{color:var(--blue)}
.nav .open-q{font-weight:400;color:var(--body);padding:10px 0;margin-right:-8px;white-space:nowrap}
@media(max-width:1180px){.header-actions .open-q{display:none}}
.logo img{width:100%}

/* hero visual: a printed book with the app in front of it — print and digital, one yearbook.
   Two scenes crossfade, elementary first: each holds 6 s, then a 0.5 s fade. The Pause button
   (site.js) stops it; with reduced motion only the first scene shows. */
.hybrid-stage{display:grid;max-width:480px;margin:0 auto}
.hybrid .scene{grid-area:1/1;position:relative;padding-bottom:6%}
.hybrid-stage[data-cycle] .scene{animation:fcScene 13s infinite}
.hybrid-stage[data-cycle] .scene+.scene{animation-delay:-6.5s}
.hybrid-stage.paused .scene{animation-play-state:paused}
@keyframes fcScene{0%,46.15%{opacity:1}50%,96.15%{opacity:0}100%{opacity:1}}
.hybrid .book{width:74%;height:auto;filter:drop-shadow(0 18px 26px #22323c26)}
.hybrid .phone{position:absolute;right:0;bottom:0;width:40%;max-width:none;box-shadow:0 18px 36px #21374140}
.cycle-toggle{border:0;background:none;padding:0 0 0 6px;font:inherit;font-size:12px;color:var(--blue);text-decoration:underline;text-underline-offset:3px;cursor:pointer}
@media(prefers-reduced-motion:reduce){.hybrid .scene{animation:none!important}.hybrid .scene+.scene{visibility:hidden}.cycle-toggle{display:none}}
.hybrid figcaption{text-align:center;font-size:12px;color:#5f717a;margin-top:18px}
.book-visual img{width:100%;max-width:400px;margin:0 auto;filter:drop-shadow(0 18px 26px #22323c26)}

/* page hero without a visual (For schools, Print, Pricing, For families, legal pages) */
.page-hero{background:linear-gradient(180deg,#f4f9fb,white);border-bottom:1px solid var(--line)}
.page-hero .wrap{padding-top:64px;padding-bottom:56px}
.page-hero .wrap>div{max-width:780px}
.page-hero h1 span,.hero h1 span{font-family:var(--serif);font-weight:400;font-style:italic;color:#087ca8;letter-spacing:-2px}
.page-hero .lead{font-size:18px;line-height:1.7;margin-top:24px;max-width:680px}
.page-hero .actions{margin-top:30px}

/* numbered rows: an <ol> whose visible numbers are the serif ones */
.rows{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.row{display:grid;grid-template-columns:70px minmax(0,340px) 1fr;gap:28px;align-items:baseline;padding:30px 0;border-bottom:1px solid var(--line)}
.row .number{margin:0}
.row h2{font-size:23px;letter-spacing:-.5px}
.row p{font-size:16px}

/* two-by-two variant of the homepage feature grid */
.features.two{grid-template-columns:repeat(2,1fr)}
.features.two .feature{padding:32px 32px 34px 0}
.features.two .feature:nth-child(2n){border-left:1px solid var(--line);padding-left:32px}
.features.two .feature:nth-child(n+3){border-top:1px solid var(--line)}
.features.two .feature:nth-child(2n+1){border-left:0;padding-left:0}
.features h2{font-size:23px;letter-spacing:-.5px;margin-bottom:14px}

/* callout: a tinted block with the sky rule on top */
.callout{background:var(--wash);border-top:3px solid var(--sky);padding:30px 34px;margin-top:48px}
.callout h2{font-size:26px;letter-spacing:-.5px}
.callout p{font-size:16px;margin-top:12px}
.callout .text-link{display:inline-block;margin-top:16px;font-size:15px;font-weight:700}
.stack>*+*{margin-top:44px}
.stack h2{font-size:28px;letter-spacing:-.6px}
.stack p{margin-top:14px;font-size:16px}
.stack .text-link{display:inline-block;margin-top:16px;font-size:15px;font-weight:700}
.pricing-block h2{font-size:28px;line-height:1.2;letter-spacing:-.6px}

/* FAQ groups */
.faq-group+.faq-group{margin-top:44px}
.faq-group h2{font-size:12px;letter-spacing:1.8px;text-transform:uppercase;font-weight:700;color:var(--blue);margin-bottom:10px}

/* carried-over pages: legal text and support pages, kept word for word from the old site */
.prose{max-width:780px;padding-top:56px;padding-bottom:84px}
.prose h1{font-size:clamp(34px,3.6vw,46px);letter-spacing:-1.3px;margin-bottom:28px}
.prose h2{font-size:28px;letter-spacing:-.6px;margin:48px 0 14px}
.prose h3{font-size:21px;letter-spacing:-.3px;margin:36px 0 12px}
.prose h1+h2{margin-top:0}
.prose p,.prose li{font-size:16px;color:var(--body)}
.prose p{margin:0 0 16px}
.prose strong{color:var(--ink)}
.prose ul,.prose ol{padding-left:22px;margin:0 0 20px}
.prose li p{margin:0 0 8px}
.prose blockquote{margin:0 0 26px;padding:2px 0 2px 20px;border-left:3px solid var(--sky)}
.prose hr{border:0;border-top:1px solid var(--line);margin:40px 0}
.prose img{margin:18px 0 22px;border-radius:6px;max-width:min(100%,420px)}
.prose .button{margin:4px 0 22px}
.store-badges{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin:24px 0 28px}
.store-badges a{display:block}
.store-badges img{height:54px;width:auto;margin:0;border-radius:0;max-width:none}

/* forms (/schools/ and /contact-form/) */
.form-page .wrap{display:grid;grid-template-columns:1fr minmax(0,560px);gap:70px;align-items:start;padding-top:64px;padding-bottom:84px}
.form-page .lead{font-size:18px;line-height:1.7;margin-top:24px}
.form-page .note{font-size:15px;margin-top:22px}
.form-page .prose{padding:0}
.form-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:32px;box-shadow:0 16px 35px #22323c0a}
.field{margin:0 0 18px}
.field label,.field legend{display:block;font-size:14px;font-weight:700;color:var(--ink);margin-bottom:7px;padding:0}
.optional{font-weight:400;color:var(--body)}
fieldset.field{border:0;padding:0;min-width:0}
.form-card input[type=text],.form-card input[type=email],.form-card input[type=tel],.form-card textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #b9c8d1;border-radius:6px;background:#f8fbfc;color:var(--ink);font:inherit;font-size:16px}
.form-card textarea{min-height:130px;resize:vertical;line-height:1.5}
.form-card input:focus,.form-card textarea:focus{outline:3px solid #067ba9;outline-offset:1px;background:#fff}
.choices{display:flex;flex-wrap:wrap;gap:10px 24px}
.choices label{display:flex;gap:8px;align-items:center;font-size:15px;font-weight:400;margin:0}
.choices input{width:18px;height:18px;margin:0;accent-color:#067ba9}
.form-card .button{width:100%;margin-top:6px;cursor:pointer}
.form-card .button:disabled{opacity:.6;cursor:default}
.form-status{margin-top:14px;font-size:15px;font-weight:600;color:var(--ink)}
.form-status:empty{display:none}
.form-status.ok{color:#1d6b3a;margin-top:0}
.form-status.err{color:#a1342b}
.form-card.sent>:not(.form-status){display:none}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
/* the print-copies slider: live value on the right of its label, scale underneath */
.range-head{display:flex;justify-content:space-between;align-items:baseline}
.range-head output{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--blue)}
.form-card input[type=range]{width:100%;margin:6px 0 0;accent-color:#067ba9}
.range-scale{display:flex;justify-content:space-between;font-size:12px;color:var(--body)}

/* 404 */
.not-found{padding:90px 0 110px}
.not-found p{margin-top:18px;max-width:560px}
.not-found .actions{margin-top:28px}

@media(max-width:900px){
  .row{grid-template-columns:52px 1fr;gap:6px 18px}
  .row p{grid-column:2}
  .form-page .wrap{grid-template-columns:1fr;gap:40px}
}
@media(max-width:680px){
  .hybrid-stage{max-width:360px}
  .hybrid .phone{border-width:4px;border-radius:18px}
  .book-visual img{max-width:280px}
  .page-hero .wrap{padding-top:40px;padding-bottom:38px}
  .page-hero .lead,.form-page .lead{font-size:17px}
  .row{grid-template-columns:40px 1fr;padding:24px 0}
  .row h2{font-size:21px}
  .features.two{display:block}
  .features.two .feature,.features.two .feature:nth-child(2n){padding:27px 0;border-left:0}
  .features.two .feature+.feature{border-top:1px solid var(--line)}
  .callout{padding:26px 24px}
  .prose{padding-top:40px;padding-bottom:60px}
  .form-card{padding:24px 20px}
  .store-badges img{height:48px}
}
