:root {
  --paper: #f2eee8;
  --ink: #171512;
  --muted: #77736c;
  --line: rgba(23, 21, 18, .55);
  --pad: clamp(1.1rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; font-size: 14px; font-weight: 300; line-height: 1.55; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.skip-link { position: fixed; z-index: 50; left: 1rem; top: 0; transform: translateY(-110%); padding: .7rem 1rem; background: var(--ink); color: var(--paper); }
.skip-link:focus { transform: none; }
.section-number, .kicker, .home-nav, .home-menu-toggle, .text-link, .button, .footer-meta, .home-footer nav, .scroll-note {
  text-transform: uppercase; letter-spacing: .14em; font-size: .65rem;
}

.home-header {
  height: 86px; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  background: var(--paper); border-bottom: 1px solid rgba(23,21,18,.25);
}
.home-mark { grid-column: 2; font-family: "Italiana", serif; font-size: 1.45rem; letter-spacing: -.08em; }
.home-mark span { padding: 0 .12rem; font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1rem; }
.home-nav { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: clamp(1.3rem, 3vw, 3rem); }
.home-nav a { transition: opacity .25s; }
.home-nav a:hover { opacity: .45; }
.home-menu-toggle { display: none; border: 0; background: none; }

.home-hero {
  position: relative; margin: 0 var(--pad); height: calc(100svh - 118px); min-height: 630px; max-height: 960px;
  display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: white;
}
.hero-image { overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; }
.hero-image-one img { object-position: 57% center; filter: saturate(.72) brightness(.68); }
.hero-image-two img { object-position: 47% center; filter: grayscale(1) contrast(.92) brightness(.72); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), rgba(0,0,0,.05)); }
.hero-copy { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem; }
.hero-monogram { margin: 0 0 1.2rem; font: italic 2.1rem/1 "Cormorant Garamond", serif; }
.hero-copy h1 { margin: 0; max-width: 1050px; text-transform: uppercase; font: 400 clamp(2.7rem, 5.2vw, 6.5rem)/.93 "Cormorant Garamond", Georgia, serif; letter-spacing: .015em; }
.hero-copy > p:not(.hero-monogram) { margin: 2rem 0 2.2rem; font: italic clamp(1rem, 1.5vw, 1.35rem)/1.3 "Cormorant Garamond", serif; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 180px; padding: 1rem 1.35rem; border: 1px solid; transition: background .25s, color .25s; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { background: transparent; color: white; }
.button-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button-dark:hover { background: transparent; color: var(--ink); }
.scroll-note { position: absolute; z-index: 3; bottom: 1rem; left: 1rem; display: flex; gap: .7rem; align-items: center; }

.introduction {
  padding: clamp(7rem, 13vw, 13rem) var(--pad); display: grid;
  grid-template-columns: 1.1fr .75fr 1fr; gap: clamp(2rem, 6vw, 7rem); align-items: center;
}
.intro-heading { align-self: start; padding-top: 2rem; }
.kicker { margin: 0 0 1.6rem; }
.intro-heading h2, .about h2, .journal-copy h2, .closing h2 {
  margin: 0; font: 400 clamp(3rem, 5.2vw, 6.2rem)/.86 "Cormorant Garamond", serif; letter-spacing: -.04em;
}
.intro-heading h2 em, .about h2 em, .closing h2 em { font-weight: 400; }
.intro-image { height: clamp(500px, 62vw, 800px); }
.intro-image img { height: 100%; object-fit: cover; object-position: 52% center; }
.intro-body { max-width: 31rem; align-self: end; padding-bottom: 2rem; }
.section-number { margin: 0 0 2.2rem; color: var(--muted); }
.intro-body h3 { margin: 0 0 1.8rem; font: 400 clamp(1.7rem, 2.5vw, 2.7rem)/1.02 "Cormorant Garamond", serif; }
.intro-body > p:not(.section-number) { margin: 0 0 1.1rem; }
.text-link { display: inline-block; margin-top: 1.2rem; padding-bottom: .2rem; border-bottom: 1px solid; }
.text-link span { margin-left: .6rem; }

.portfolio-band {
  padding: 1rem var(--pad); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(3, 1fr); font: italic 1rem "Cormorant Garamond", serif;
}
.portfolio-band p { margin: 0; }
.portfolio-band p:nth-child(2) { text-align: center; }
.portfolio-band p:last-child { text-align: right; }

.offerings { position: relative; min-height: 88svh; max-height: 980px; color: white; display: grid; place-items: center; overflow: hidden; }
.offerings > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 54%; }
.offerings-overlay { position: absolute; inset: 0; background: rgba(12, 15, 12, .45); }
.offerings-copy { position: relative; z-index: 2; max-width: 790px; text-align: center; padding: 4rem 2rem; }
.offerings-copy .section-number { color: white; }
.offerings h2 { margin: 0; text-transform: uppercase; font: 400 clamp(3.2rem, 6vw, 7.2rem)/.9 "Cormorant Garamond", serif; letter-spacing: .02em; }
.offerings-copy > p:not(.section-number) { max-width: 600px; margin: 2rem auto; font: italic clamp(1rem, 1.5vw, 1.3rem) "Cormorant Garamond", serif; }

.testimonial { padding: clamp(6rem, 12vw, 12rem) var(--pad); display: grid; grid-template-columns: 1fr 3fr; gap: 4rem; align-items: center; }
.testimonial-tabs { display: flex; flex-direction: column; gap: 1.4rem; font: 400 1.1rem "Cormorant Garamond", serif; }
.testimonial-tabs span { opacity: .35; }
.testimonial-tabs .active { opacity: 1; }
blockquote { margin: 0; max-width: 930px; text-align: center; font: italic clamp(1.6rem, 3vw, 3.3rem)/1.25 "Cormorant Garamond", serif; }
blockquote cite { display: block; margin-top: 1.8rem; font: 300 .65rem "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .15em; }

.about { min-height: 980px; padding: clamp(7rem, 11vw, 11rem) var(--pad); display: grid; grid-template-columns: 1fr .45fr 1.05fr; gap: clamp(1.3rem, 4vw, 4.5rem); align-items: center; }
.about-copy { align-self: start; max-width: 32rem; }
.about-copy > p:not(.section-number) { margin: 2rem 0; }
.about-image { margin: 0; overflow: hidden; }
.about-image img { height: 100%; object-fit: cover; }
.about-image-small { height: 420px; align-self: end; transform: translateY(5rem); }
.about-image-large { height: 760px; align-self: start; }
.about-image-large img { object-position: 57% center; }

.press { padding: 1.1rem var(--pad) clamp(6rem, 10vw, 10rem); }
.press > p { margin: 0 0 2.2rem; text-align: center; text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; }
.press > div { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2.5rem 0; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; font: 400 clamp(1.5rem, 2.8vw, 3rem) "Cormorant Garamond", serif; }

.journal-feature { padding: 0 var(--pad) clamp(8rem, 12vw, 12rem); display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; }
.journal-image { height: min(75vw, 780px); }
.journal-image img { height: 100%; object-fit: cover; }
.journal-copy { padding: clamp(3rem, 8vw, 8rem); }
.journal-copy h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); }
.journal-copy > p:not(.section-number) { margin: 2rem 0; max-width: 30rem; }

.closing { padding: clamp(7rem, 13vw, 13rem) var(--pad); background: #1b1a18; color: var(--paper); text-align: center; }
.closing .section-number { color: var(--paper); }
.closing h2 { font-size: clamp(3.4rem, 7vw, 8rem); }
.closing > p:not(.section-number) { max-width: 32rem; margin: 2.2rem auto; }

.home-footer { padding: clamp(4rem, 7vw, 7rem) var(--pad) 1rem; }
.footer-wordmark { display: block; text-align: center; font: 400 clamp(1.8rem, 4vw, 4rem) "Italiana", serif; letter-spacing: .22em; }
.footer-wordmark i { font-family: "Cormorant Garamond", serif; }
.home-footer nav { margin: 3rem 0 2rem; display: flex; justify-content: center; gap: clamp(1.7rem, 5vw, 5rem); }
.footer-strip { height: clamp(90px, 13vw, 190px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 4px 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.footer-strip img { height: 100%; object-fit: cover; filter: grayscale(1) contrast(.9); }
.footer-meta { display: flex; justify-content: space-between; padding-top: .9rem; font-size: .55rem; }

@media (max-width: 820px) {
  .home-header { height: 74px; grid-template-columns: 1fr 1fr; }
  .home-mark { grid-column: 1; }
  .home-menu-toggle { grid-column: 2; justify-self: end; display: block; position: relative; z-index: 22; cursor: pointer; padding: .6rem 0 .6rem .8rem; }
  .home-menu-toggle i { display: block; width: 24px; border-top: 1px solid; margin-top: 5px; transition: transform .25s; }
  .home-nav { position: fixed; z-index: 20; inset: 0; background: var(--paper); display: flex; flex-direction: column; justify-content: center; gap: 1.8rem; font: 400 2.4rem "Cormorant Garamond", serif; opacity: 0; visibility: hidden; transition: opacity .25s; }
  .nav-open .home-nav { opacity: 1; visibility: visible; }
  .nav-open .home-menu-toggle i:first-of-type { transform: translateY(3px) rotate(45deg); }
  .nav-open .home-menu-toggle i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .home-hero { margin: 0; height: calc(100svh - 74px); min-height: 620px; grid-template-columns: 1fr; }
  .hero-image-two { display: none; }
  .hero-image-one img { filter: saturate(.65) brightness(.62); }
  .hero-copy h1 { font-size: clamp(2.7rem, 12vw, 4.6rem); }
  .hero-copy > p:not(.hero-monogram) { max-width: 25rem; }
  .introduction { grid-template-columns: 1fr; padding-top: 7rem; }
  .intro-heading { padding: 0; }
  .intro-image { height: min(130vw, 660px); }
  .intro-body { padding: 1rem 0 0; }
  .offerings { min-height: 760px; }
  .testimonial { grid-template-columns: 1fr; }
  .testimonial-tabs { flex-direction: row; justify-content: center; }
  .about { min-height: auto; grid-template-columns: .7fr 1fr; }
  .about-copy { grid-column: 1 / -1; }
  .about-image-small { height: 330px; transform: translateY(3rem); }
  .about-image-large { height: 550px; }
  .press > div { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-image { height: 120vw; max-height: 680px; }
  .journal-copy { padding: 4rem 0 0; }
  .footer-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-strip img:nth-child(n+4) { display: none; }
}

@media (max-width: 520px) {
  .home-hero { min-height: 570px; }
  .hero-copy { padding: 1.2rem; }
  .portfolio-band { font-size: .82rem; }
  .testimonial-tabs { justify-content: space-between; font-size: .85rem; }
  .about { grid-template-columns: 1fr; }
  .about-image-small { display: none; }
  .about-image-large { height: 130vw; max-height: 620px; }
  .press > div { font-size: 1.35rem; }
  .home-footer nav { flex-wrap: wrap; }
  .footer-meta { flex-direction: column; gap: .65rem; align-items: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
