:root {
  --ink: #262a27;
  --paper: #f7f3ec;
  --white: #fffdf9;
  --sage: #6f796c;
  --line: #d9d2c6;
  --warm: #b76048;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
img { display: block; }
.cover-image { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.gallery figure img { height: 100%; inset: 0; position: absolute; width: 100%; }
a { color: inherit; text-decoration: none; }
.section-shell { margin-inline: auto; max-width: 1500px; padding-inline: 5vw; }

.site-header {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(247, 243, 236, .92);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 78px;
  padding: 0 4.5vw;
  position: sticky;
  top: 0;
  z-index: 20;
}
.wordmark { font-size: 15px; letter-spacing: .2em; white-space: nowrap; }
.brand-wordmark { align-items: center; display: inline-flex; gap: 12px; }
.logo-mark { height: 40px; object-fit: contain; width: 48px; }
.brand-text { font-weight: 400; }
.brand-text strong { font-weight: 800; }
.site-header nav { display: flex; gap: 32px; font-size: 13px; }
.site-header nav a, .text-link { border-bottom: 1px solid transparent; }
.site-header nav a:hover, .text-link:hover { border-color: currentColor; }
.header-cta { border: 1px solid var(--ink); font-size: 12px; justify-self: end; padding: 11px 17px; }
.header-cta:hover { background: var(--ink); color: white; }

.hero { display: grid; grid-template-columns: minmax(340px, 46%) 1fr; min-height: calc(100svh - 78px); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(64px, 8vw, 128px) 7vw 64px 6vw; }
.eyebrow { color: var(--sage); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2 {
  font-family: 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0;
}
h1 { font-size: clamp(58px, 7vw, 112px); max-width: 760px; }
h2 { font-size: clamp(42px, 5vw, 78px); }
h3 { font-family: Georgia, serif; font-size: 25px; font-weight: 400; margin: 16px 0 10px; }
.hero-intro { color: #565b56; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; margin: 30px 0 0; max-width: 590px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.button { align-items: center; display: inline-flex; font-size: 13px; font-weight: 700; gap: 10px; letter-spacing: .02em; padding: 16px 22px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #3b403c; }
.text-link { font-size: 13px; padding: 10px 0; }
.text-link span { color: var(--warm); margin-left: 5px; }
.hero-price { align-items: baseline; display: flex; gap: 12px; margin-top: 54px; }
.hero-price strong { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.hero-price span { color: #6b6e69; font-size: 12px; }
.delivery-note { color: var(--warm); font-size: 12px; font-weight: 700; letter-spacing: .02em; margin: -10px 0 0; }
.hero-media { min-height: 640px; overflow: hidden; position: relative; }
.hero-media img { object-fit: cover; }
.image-note { background: rgba(247,243,236,.92); bottom: 24px; font-family: Georgia, serif; font-size: 14px; left: 24px; max-width: 260px; padding: 14px 17px; position: absolute; }

.promise { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 4.5vw; }
.promise p { border-right: 1px solid var(--line); font-size: 11px; letter-spacing: .08em; margin: 0; padding: 22px; text-align: center; text-transform: uppercase; }
.promise p:last-child { border-right: 0; }
.signup-section { border-bottom: 1px solid var(--line); padding: 82px 0; }
.signup-intro { background: #ece5d9; }
.signup-grid, .release-signup { align-items: end; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: .9fr 1.1fr; }
.signup-copy h2 { font-size: clamp(38px, 4vw, 62px); margin: 16px 0 22px; max-width: 680px; }
.signup-copy .body-copy { font-size: 16px; margin: 0; max-width: 610px; }
.mailerlite-form, .mailerlite-form .ml-embedded { width: 100%; }
.intro { margin: 0 auto; max-width: 1050px; padding: 130px 40px 55px; text-align: center; }
.intro h2 { margin: 20px auto 28px; max-width: 970px; }
.intro > p:last-child, .body-copy { color: #5d625d; font-size: 18px; line-height: 1.7; }
.intro > p:last-child { margin: 0 auto; max-width: 680px; }

.figures { align-items: center; display: grid; gap: clamp(50px, 7vw, 120px); grid-template-columns: .75fr 1.25fr; padding-bottom: 160px; }
.figures-copy h2 { font-size: clamp(46px, 5vw, 72px); margin: 18px 0 28px; }
.figures-image { height: auto; width: 100%; }
.mini-points { border-top: 1px solid var(--line); display: grid; margin-top: 35px; }
.mini-points span { border-bottom: 1px solid var(--line); font-size: 12px; padding: 13px 0; }

.practice { background: #2e3530; color: var(--white); padding: 130px 0 150px; }
.practice .eyebrow { color: #afb8aa; }
.practice .body-copy { color: #cfd3ce; }
.practice-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.25fr .75fr; }
.practice-heading h2 { margin-top: 18px; max-width: 900px; }
.practice-heading .body-copy { margin: 0; max-width: 530px; }
.practice-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; }
.practice-cards article { border-left: 1px solid #59615b; min-height: 230px; padding: 12px 40px 35px; }
.practice-cards article:last-child { border-right: 1px solid #59615b; }
.practice-cards article > span { color: #aab2a7; font-size: 11px; }
.practice-cards article p { color: #c9cdc9; font-size: 14px; max-width: 290px; }
.practice-feature { margin-top: 80px; position: relative; }
.practice-feature img { height: auto; width: 100%; }
.practice-feature blockquote { background: var(--paper); bottom: -1px; color: var(--ink); margin: 0; max-width: 520px; padding: 40px 45px; position: absolute; right: 5vw; }
.practice-feature blockquote p { font-family: Georgia, serif; font-size: clamp(24px, 2.5vw, 38px); line-height: 1.2; margin: 0 0 20px; }
.practice-feature blockquote span { color: var(--sage); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.made { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 900px; }
.made-image { min-height: 700px; position: relative; }
.made-image img { object-fit: cover; }
.made-copy { align-self: center; padding: 100px 7vw; }
.made-copy h2 { margin: 18px 0 30px; max-width: 700px; }
.made-copy > .body-copy { max-width: 680px; }
.benefits { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; margin-top: 45px; }
.benefits > div { border-bottom: 1px solid var(--line); min-height: 145px; padding: 24px 25px 20px 0; }
.benefits > div:nth-child(odd) { border-right: 1px solid var(--line); }
.benefits > div:nth-child(even) { padding-left: 25px; }
.benefits strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.benefits p { color: #676b66; font-size: 12px; line-height: 1.55; margin: 8px 0 0; }
.customisation-note { background: rgba(255,253,249,.72); border-left: 3px solid var(--warm); margin-top: 32px; padding: 25px 28px 27px; }
.customisation-note .customisation-kicker { color: var(--warm); font-size: 10px; font-weight: 700; letter-spacing: .15em; margin: 0 0 8px; text-transform: uppercase; }
.customisation-note h3 { font-size: 22px; margin: 0 0 10px; }
.customisation-note > p:last-child { color: #626661; font-size: 13px; line-height: 1.65; margin: 0; }
.material-note { align-items: center; color: #626661; display: flex; font-size: 12px; gap: 14px; margin-top: 30px; max-width: 540px; }
.material-note span { border: 1px solid var(--warm); color: var(--warm); font-size: 10px; letter-spacing: .12em; padding: 8px 10px; }

.gallery-section { background: #e9e2d7; padding: 130px 0 150px; }
.gallery-heading { align-items: end; display: flex; justify-content: space-between; }
.gallery-heading h2 { margin-top: 18px; max-width: 900px; }
.gallery { display: grid; gap: 16px; grid-auto-rows: 350px; grid-template-columns: repeat(2, 1fr); margin-top: 70px; }
.gallery figure { margin: 0; overflow: hidden; position: relative; }
.gallery figure img { object-fit: cover; transition: transform .7s ease; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery .gallery-wide { grid-column: 1 / -1; grid-row: span 2; }
.gallery .gallery-tall { grid-row: span 2; }

.testimonials { background: var(--paper); padding: 135px 0 145px; }
.testimonial-heading { align-items: end; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: 1.2fr .8fr; }
.testimonial-heading h2 { margin-top: 18px; max-width: 850px; }
.testimonial-heading .body-copy { font-size: 19px; line-height: 1.65; margin: 0; max-width: 580px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; }
.testimonial-grid blockquote { border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; margin: 0; min-height: 330px; padding: 36px 38px 32px; }
.testimonial-grid blockquote:last-child { border-right: 1px solid var(--line); }
.testimonial-grid blockquote > p { font-family: Georgia, serif; font-size: clamp(21px, 2vw, 29px); line-height: 1.35; margin: 0; }
.testimonial-grid cite { border-top: 1px solid var(--line); display: grid; font-style: normal; gap: 3px; margin-top: 36px; padding-top: 18px; }
.testimonial-grid cite strong { color: var(--warm); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.testimonial-grid cite span { color: #666a65; font-size: 12px; }

.expansion-boards { background: var(--white); padding: 140px 0 150px; }
.expansion-heading { align-items: end; display: grid; gap: clamp(50px, 8vw, 130px); grid-template-columns: 1.2fr .8fr; }
.expansion-heading h2 { margin-top: 18px; max-width: 850px; }
.expansion-summary .body-copy { font-size: 16px; margin: 24px 0 0; }
.release-date { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); color: var(--warm); font-family: Georgia, serif; font-size: 22px; margin: 0; padding: 16px 0; }
.release-date span { color: var(--sage); display: block; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .16em; margin-bottom: 2px; text-transform: uppercase; }
.boards-showcase { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); margin-top: 75px; }
.boards-showcase figure { aspect-ratio: 1; margin: 0; overflow: hidden; position: relative; }
.boards-showcase img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform .7s ease; width: 100%; }
.boards-showcase figure:hover img { transform: scale(1.015); }
.boards-showcase .board-feature { grid-column: span 2; grid-row: span 2; }
.board-grid { display: contents; }
.boards-caption { color: #747872; font-size: 11px; letter-spacing: .03em; margin-top: 18px; }

.expansion-figures { background: #303630; color: var(--white); padding: 120px 0; }
.expansion-figures-inner { align-items: stretch; display: grid; gap: clamp(60px, 9vw, 145px); grid-template-columns: .75fr 1.25fr; }
.expansion-number { align-items: center; background: var(--warm); display: flex; flex-direction: column; justify-content: center; min-height: 540px; padding: 50px; text-align: center; }
.expansion-number strong { font-family: Georgia, serif; font-size: clamp(100px, 13vw, 210px); font-weight: 400; letter-spacing: -.08em; line-height: .8; }
.expansion-number span { border-top: 1px solid rgba(255,255,255,.45); font-size: 10px; letter-spacing: .18em; margin-top: 35px; padding-top: 18px; text-transform: uppercase; }
.expansion-figures-copy { align-self: center; max-width: 780px; padding: 40px 0; }
.expansion-figures-copy .eyebrow { color: #b9c3b7; }
.release-date-light { border-color: #5a625c; color: #f0b49f; margin: 24px 0 38px; max-width: 420px; }
.release-date-light span { color: #b9c3b7; }
.expansion-figures-copy h2 { max-width: 780px; }
.expansion-figures-copy > p:not(.eyebrow):not(.release-date) { color: #d0d5d0; font-size: 17px; line-height: 1.7; margin: 30px 0 0; max-width: 690px; }
.expansion-points { border-top: 1px solid #5a625c; display: grid; margin-top: 38px; }
.expansion-points span { border-bottom: 1px solid #5a625c; color: #d0d5d0; font-size: 12px; padding: 13px 0; }
.expansion-link { color: var(--white); display: inline-block; margin-top: 28px; }
.release-signup { border-top: 1px solid #5a625c; margin-top: 95px; padding-top: 75px; }
.release-signup .signup-copy { max-width: 700px; }
.release-signup .signup-copy .eyebrow { color: #b9c3b7; }
.release-signup .signup-copy h2 { color: var(--white); }
.release-signup .signup-copy > p:last-child { color: #c9cfca; font-size: 14px; line-height: 1.7; margin: 0; max-width: 610px; }

.order { align-items: center; display: grid; gap: clamp(50px, 7vw, 115px); grid-template-columns: 1.2fr .8fr; padding-bottom: 150px; padding-top: 150px; }
.order-image img { height: auto; width: 100%; }
.order-copy h2 { margin: 18px 0 30px; }
.delivery-callout { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); font-family: Georgia, serif; font-size: 21px; margin: 34px 0 0; padding: 18px 0; }
.delivery-callout span { color: var(--sage); display: block; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; margin-bottom: 3px; text-transform: uppercase; }
.order-price { font-family: Georgia, serif; font-size: clamp(64px, 7vw, 98px); letter-spacing: -.05em; line-height: 1; margin: 45px 0 0; }
.shipping { color: #686c67; font-size: 12px; margin: 8px 0 25px; }
.order-button { justify-content: center; min-width: 260px; }
.email-link { border-bottom: 1px solid var(--line); color: #565b56; display: table; font-size: 13px; margin-top: 18px; padding-bottom: 3px; }
.email-link:hover { border-color: currentColor; }
.order-note { color: #747772; font-size: 11px; margin-top: 18px; }

.faq { border-top: 1px solid var(--line); display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; padding-bottom: 150px; padding-top: 120px; }
.faq h2 { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq summary { cursor: pointer; font-family: Georgia, serif; font-size: 20px; list-style: none; padding-right: 30px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: Arial, sans-serif; font-size: 20px; font-weight: 300; position: absolute; right: 4px; }
.faq details[open] summary::after { content: '–'; }
.faq details p { color: #646863; font-size: 14px; line-height: 1.7; margin: 18px 50px 2px 0; max-width: 650px; }

footer { align-items: center; background: var(--ink); color: var(--white); display: grid; font-size: 11px; grid-template-columns: 1fr auto 1fr; min-height: 170px; padding: 40px 5vw; }
footer p { color: #bec3be; letter-spacing: .05em; margin: 0; }
footer p:last-child { justify-self: end; }
.footer-logo { display: block; width: min(270px, 100%); }
.footer-logo img { filter: invert(1) grayscale(1) brightness(1.45); height: auto; opacity: .9; width: 100%; }

@media (max-width: 1000px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; }
  .hero-media { min-height: 75svh; }
  .figures, .order, .faq, .expansion-heading, .expansion-figures-inner, .testimonial-heading, .signup-grid, .release-signup { gap: 55px; grid-template-columns: 1fr; }
  .figures-copy { max-width: 750px; }
  .figures-image { grid-row: 1; }
  .practice-heading { align-items: start; gap: 35px; grid-template-columns: 1fr; }
  .made { grid-template-columns: 1fr; }
  .made-image { min-height: 75svh; }
  .made-copy { padding: 100px 7vw 120px; }
  .expansion-number { min-height: 400px; }
}

@media (max-width: 700px) {
  .section-shell { padding-inline: 22px; }
  .site-header { min-height: 70px; padding: 0 18px; }
  .wordmark { font-size: 12px; letter-spacing: .17em; }
  .brand-wordmark { gap: 8px; }
  .logo-mark { height: 32px; width: 38px; }
  .header-cta { font-size: 10px; padding: 9px 10px; }
  .hero-copy { min-height: auto; padding: 75px 24px 60px; }
  h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-media { min-height: 66svh; }
  .hero-price { margin-top: 42px; }
  .promise { grid-template-columns: 1fr 1fr; padding: 0; }
  .promise p:nth-child(2) { border-right: 0; }
  .promise p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .promise p { font-size: 9px; padding: 18px 8px; }
  .signup-section { padding: 72px 0; }
  .signup-grid, .release-signup { gap: 36px; }
  .intro { padding: 90px 22px 45px; }
  .figures { padding-bottom: 105px; }
  .figures-copy h2 { font-size: 48px; }
  .practice { padding: 95px 0 110px; }
  .practice-cards { grid-template-columns: 1fr; margin-top: 60px; }
  .practice-cards article { border-bottom: 1px solid #59615b; border-left: 0; min-height: 0; padding: 28px 0; }
  .practice-cards article:last-child { border-right: 0; }
  .practice-feature { margin-top: 55px; padding: 0; }
  .practice-feature blockquote { bottom: auto; margin: -30px 22px 0; max-width: none; padding: 28px; position: relative; right: auto; }
  .made-image { min-height: 72svh; }
  .made-copy { padding: 90px 22px 100px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits > div:nth-child(odd) { border-right: 0; }
  .benefits > div:nth-child(even) { padding-left: 0; }
  .gallery-section { padding: 95px 0 105px; }
  .gallery { gap: 10px; grid-auto-rows: 260px; grid-template-columns: 1fr; margin-top: 50px; padding: 0; }
  .gallery .gallery-wide { grid-column: auto; grid-row: span 1; }
  .gallery .gallery-tall { grid-row: span 2; }
  .testimonials { padding: 95px 0 105px; }
  .testimonial-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .testimonial-grid blockquote { border-bottom: 1px solid var(--line); border-left: 0; min-height: 0; padding: 30px 0; }
  .testimonial-grid blockquote:first-child { border-top: 1px solid var(--line); }
  .testimonial-grid blockquote:last-child { border-right: 0; }
  .expansion-boards { padding: 95px 0 105px; }
  .boards-showcase { gap: 10px; grid-template-columns: repeat(2, 1fr); margin-top: 50px; padding: 0 22px; }
  .boards-showcase .board-feature { grid-column: 1 / -1; grid-row: auto; }
  .expansion-figures { padding: 90px 0; }
  .expansion-number { min-height: 340px; }
  .expansion-figures-copy { padding: 15px 0 0; }
  .release-signup { margin-top: 65px; padding-top: 60px; }
  .order { padding-bottom: 105px; padding-top: 105px; }
  .faq { gap: 55px; padding-bottom: 100px; padding-top: 90px; }
  footer { gap: 25px; grid-template-columns: 1fr; padding-block: 55px; }
  footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery figure img, .boards-showcase img { transition: none; }
}
