@font-face{font-family:"DM Sans";src:url("assets/dm-sans-400.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"DM Sans";src:url("assets/dm-sans-500.ttf") format("truetype");font-weight:500;font-display:swap}
@font-face{font-family:"DM Sans";src:url("assets/dm-sans-700.ttf") format("truetype");font-weight:700;font-display:swap}
@font-face{font-family:"Newsreader";src:url("assets/newsreader-500.ttf") format("truetype");font-weight:500;font-display:swap}

:root{
  --cream:#f1ebdf;
  --paper:#f8f4ec;
  --ink:#17241f;
  --forest:#0f2922;
  --gold:#b48b43;
  --muted:#657069;
  --line:rgba(23,36,31,.16);
  --shell:min(1040px,calc(100% - 48px));
}

*{box-sizing:border-box}
html{background:var(--cream)}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
img,video{display:block;max-width:100%}
::selection{background:#d9b96d;color:var(--ink)}
main{width:var(--shell);margin:0 auto;padding:58px 0 72px}

.intro{text-align:center;max-width:760px;margin:0 auto 58px}
.brand{display:inline-flex;align-items:center;gap:11px;margin-bottom:68px;font-size:12px;letter-spacing:.16em;line-height:1}
.brand img{width:46px;height:auto}
.brand strong{font-weight:700}
.eyebrow{margin:0 0 17px;color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
h1{margin:0;font-family:"Newsreader",Georgia,serif;font-size:clamp(52px,8vw,88px);font-weight:500;letter-spacing:-.04em;line-height:.95;text-wrap:balance}


.video-testimonials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:24px}
.video-card{margin:0;background:var(--forest);color:#fffdf8;padding:16px;border-top:3px solid var(--gold)}
.video-card video{width:100%;aspect-ratio:9/14;max-height:680px;object-fit:cover;background:#08110e}
.person{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:20px 8px 5px}
.person strong{font-family:"Newsreader",Georgia,serif;font-size:27px;font-weight:500;line-height:1.1}
.person span{color:#a8b5ae;font-size:10px;letter-spacing:.1em;text-align:right;text-transform:uppercase}

.written-testimonials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
blockquote{display:flex;min-height:260px;margin:0;padding:34px 36px;flex-direction:column;justify-content:space-between;background:var(--paper);border:1px solid var(--line)}
blockquote:first-child{grid-column:1/-1;min-height:230px}
blockquote p{max-width:860px;margin:0;font-family:"Newsreader",Georgia,serif;font-size:clamp(23px,3vw,34px);font-weight:500;line-height:1.28}
blockquote footer{margin-top:30px;color:var(--gold);font-size:12px;font-weight:700}


@media(max-width:680px){
  :root{--shell:calc(100% - 28px)}
  main{padding:28px 0 48px}
  .intro{margin-bottom:40px}
  .brand{margin-bottom:52px;font-size:10px}
  .brand img{width:42px}
  h1{font-size:54px}

  .video-testimonials,.written-testimonials{grid-template-columns:1fr;gap:14px}
  .video-testimonials{margin-bottom:14px}
  .video-card{padding:12px}
  .video-card video{max-height:none}
  .person{padding:17px 5px 4px;align-items:flex-start;flex-direction:column;gap:5px}
  .person strong{font-size:24px}
  .person span{text-align:left}
  blockquote,blockquote:first-child{grid-column:auto;min-height:0;padding:28px 25px}
  blockquote p{font-size:23px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
