/* perrybellegarde.com — shared foundation. Version files (a/b/c/d.css) layer on top. */
/* Self-hosted fonts (Google Fonts latin subset, variable woff2). Files in ../fonts/. */
@font-face{font-family:'Cormorant Garamond';font-style:italic;font-weight:300 700;font-display:swap;src:url(../fonts/cormorant-garamond-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:300 700;font-display:swap;src:url(../fonts/cormorant-garamond-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'EB Garamond';font-style:italic;font-weight:400 800;font-display:swap;src:url(../fonts/eb-garamond-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400 800;font-display:swap;src:url(../fonts/eb-garamond-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:100 900;font-display:swap;src:url(../fonts/fraunces-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url(../fonts/inter-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Inter Tight';font-style:normal;font-weight:100 900;font-display:swap;src:url(../fonts/inter-tight-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:400 900;font-display:swap;src:url(../fonts/playfair-display-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400 900;font-display:swap;src:url(../fonts/playfair-display-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
:root{
  --burgundy:#6E1E2B;--burgundy-dark:#4E121E;--blue:#1C2B5A;--yellow:#E4B31C;--yellow-light:#F2CA4E;
  --ground:#FAF7F2;--bone:#F1ECE3;--ink:#161412;--muted:#5E5852;--placeholder:#B7B0A6;
  --rule:rgba(22,20,18,.14);--rule-light:rgba(250,247,242,.2);
  --pad:clamp(24px,5vw,64px);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--ground);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,picture{max-width:100%;display:block}
a{color:var(--burgundy);text-decoration:none}
a:hover{color:var(--burgundy-dark);text-decoration:underline}
p a:not(.btn){text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}
:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}
h1,h2,h3{font-weight:inherit;margin:0}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
figure{margin:0}
.skip{position:absolute;left:-999px;top:8px;background:var(--burgundy);color:#fff;padding:10px 16px;z-index:100}
.skip:focus{left:8px;text-decoration:none}
.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.container{max-width:var(--max,1200px);margin:0 auto;padding-left:var(--pad-x,24px);padding-right:var(--pad-x,24px)}
.label{font-size:13px;letter-spacing:.22em;text-transform:uppercase}
.wrap-pretty{text-wrap:pretty}.wrap-balance{text-wrap:balance}
.nav{display:flex;gap:26px;flex-wrap:wrap;font-size:13px;letter-spacing:.14em;text-transform:uppercase}
.nav a{color:inherit}
.nav a:hover{text-decoration:underline}
.header{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.mark{height:44px;width:auto}
.mark-link{display:inline-flex;align-items:center}
/* buttons */
.btn{display:inline-block;padding:14px 28px;font-size:14px;font-weight:500;letter-spacing:.06em;border:1px solid var(--burgundy);cursor:pointer;line-height:1.2;transition:background .2s,color .2s}
.btn:hover{text-decoration:none}
.btn-solid{background:var(--burgundy);color:var(--ground)}
.btn-solid:hover{background:var(--burgundy-dark);color:var(--ground)}
.btn-outline{background:transparent;color:var(--burgundy)}
.btn-outline:hover{background:var(--burgundy);color:var(--ground)}
/* forms */
.form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;max-width:760px}
.form .full{grid-column:1/-1}
.form input,.form select,.form textarea{font:inherit;font-size:16px;padding:14px 16px;border:1px solid rgba(22,20,18,.25);background:#fff;color:var(--ink);width:100%;border-radius:0;-webkit-appearance:none;appearance:none}
.form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23161412' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}
.form textarea{resize:vertical;min-height:140px}
.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid var(--burgundy);outline-offset:0}
.form .note{font-size:14px;color:var(--muted)}
.form button{justify-self:start}
.honeypot{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.form-status{font-size:16px}
[hidden]{display:none!important}
/* video facade */
.video{position:relative;aspect-ratio:16/9;background:#000;overflow:hidden}
.video iframe,.video img{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover}
.video-play{position:absolute;inset:0;margin:auto;width:76px;height:52px;border:0;background:rgba(22,20,18,.7);cursor:pointer;display:flex;align-items:center;justify-content:center}
.video-play::after{content:"";border-style:solid;border-width:11px 0 11px 20px;border-color:transparent transparent transparent #fff;margin-left:4px}
.video-play:hover{background:var(--burgundy)}
.video-placeholder{aspect-ratio:16/9;background:repeating-linear-gradient(45deg,#E7E0D3,#E7E0D3 14px,#EFE9DD 14px,#EFE9DD 28px);display:flex;align-items:center;justify-content:center}
.video-placeholder span{font-family:ui-monospace,SFMono-Regular,monospace;font-size:13px;color:var(--muted);background:rgba(250,247,242,.85);padding:8px 14px}
/* endorsements carousel */
.carousel-controls{display:flex;gap:14px;margin-top:36px}
.carousel-controls button{width:44px;height:44px;border:1px solid rgba(22,20,18,.35);background:transparent;color:inherit;font-size:18px;cursor:pointer;font-family:inherit}
.carousel-controls button:hover{border-color:var(--burgundy);color:var(--burgundy)}
.carousel-item{transition:opacity .4s}
.carousel-item[hidden]{display:none}
.is-placeholder{color:var(--placeholder)}
/* footer */
.footer{background:var(--blue);color:var(--ground);padding:56px 24px}
.footer a{color:var(--ground);opacity:.85}
.footer a:hover{opacity:1}
.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;font-size:15px;align-items:center}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
/* review version switcher (remove at launch) */
.version-switch{position:fixed;bottom:14px;right:14px;z-index:50;display:flex;gap:4px;padding:4px;border:1px solid var(--burgundy);background:rgba(250,247,242,.94)}
.version-switch a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;font-size:15px;color:var(--burgundy);text-decoration:none}
.version-switch a:hover{background:rgba(110,30,43,.12);text-decoration:none}
.version-switch a.is-current{background:var(--burgundy);color:var(--ground)}
/* motion helpers */
.rise{opacity:0;transform:translateY(14px);transition:opacity .35s ease,transform .35s ease}
.rise.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.rise{opacity:1;transform:none;transition:none}.carousel-item{transition:none}}
/* responsive — shared; version files only override */
@media(max-width:768px){
  :root{--pad:20px;--pad-x:20px}
  .nav{gap:18px;font-size:12px;letter-spacing:.12em;flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
  .nav::-webkit-scrollbar{display:none}
  .header{gap:18px}
  .hero-text,.hero-img{flex-basis:100%;max-width:100%}
  .footer{padding:44px 20px}
}
@media(max-width:480px){
  :root{--pad:16px;--pad-x:16px}
  .header{flex-direction:column;align-items:flex-start;gap:14px}
  .nav{gap:12px;font-size:11px;letter-spacing:.08em;width:100%}
  .mark{height:38px!important}
  .label{font-size:12px;letter-spacing:.18em}
  .btn{padding:12px 20px;font-size:13px}
  .footer{padding:36px 16px}
}
@media print{.version-switch,.skip{display:none}}
.form select:invalid,.form select option[value=""]{color:var(--placeholder)}
.form select option:not([value=""]){color:var(--ink)}
