:root {
  --ink: #242321;
  --paper: #f8f4ee;
  --cream: #eee4d8;
  --terracotta: #bf674c;
  --rose: #d8a19b;
  --olive: #71715d;
  --line: rgba(36, 35, 33, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: .7rem 1rem;
  background: var(--ink); color: white; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  height: 88px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center;
  justify-content: space-between; position: fixed; top: 0; left: 0; width: 100%; z-index: 50;
  border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, height .3s;
}
.site-header.scrolled { height: 70px; background: rgba(248,244,238,.92); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand > span:first-child {
  display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--ink);
  border-radius: 50%; font-family: var(--serif); font-style: italic; font-size: 1.35rem; font-weight: 400;
}
.nav { display: flex; align-items: center; gap: 2.25rem; }
.nav a { position: relative; text-decoration: none; font-size: .84rem; font-weight: 700; letter-spacing: .03em; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .25s; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .6rem; }

.hero {
  min-height: 100svh; padding: 8.5rem clamp(1.25rem, 5vw, 5rem) 3rem; display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: clamp(3rem, 7vw, 8rem);
  align-items: center; overflow: hidden;
}
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 1.5rem; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .22em; color: var(--terracotta); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
h1 { font-size: clamp(4rem, 7.5vw, 8.2rem); }
h1 em, h2 em { font-weight: 400; color: var(--terracotta); }
.hero-intro { max-width: 555px; margin: 2rem 0 2.3rem; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: #5f5b55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 52px;
  padding: .85rem 1.4rem; text-decoration: none; font-size: .78rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .11em; transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--terracotta); }
.text-link { font-size: .86rem; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.topics { display: flex; gap: 1.7rem; margin: 4.5rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.topics li { color: #77716a; font-family: var(--serif); font-style: italic; }
.hero-visual { position: relative; max-width: 600px; justify-self: end; }
.hero-visual picture { position: relative; display: block; overflow: hidden; border-radius: 52% 52% 1rem 1rem / 32% 32% 1rem 1rem; z-index: 2; }
.hero-visual img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%; }
.sun-mark { position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: var(--rose); top: -8%; right: -18%; }
.image-note { position: absolute; z-index: 3; left: -1.5rem; bottom: 1.5rem; padding: .85rem 1rem; background: var(--paper); font-family: var(--serif); font-style: italic; font-size: .92rem; box-shadow: 0 15px 50px rgba(37,28,20,.1); }
.image-note span { color: var(--terracotta); font-family: var(--sans); font-style: normal; font-size: .64rem; font-weight: 800; margin-right: .7rem; }

.manifesto { padding: clamp(4rem, 8vw, 8rem) max(1.25rem, calc((100vw - 1080px) / 2)); background: var(--terracotta); color: #fff9f1; text-align: center; }
.manifesto-icon { display: block; margin-bottom: 1.7rem; font-size: 1.4rem; }
.manifesto p { max-width: 1050px; margin: 0 auto; font-family: var(--serif); font-size: clamp(2rem, 4.3vw, 4.5rem); line-height: 1.12; letter-spacing: -.035em; }
.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.section-heading { max-width: 1000px; margin-bottom: clamp(4rem, 8vw, 7rem); }
h2 { font-size: clamp(3.1rem, 6vw, 6.7rem); }
.about-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.about-copy { max-width: 610px; }
.about-copy .lead { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.45; }
.about-copy > p:not(.lead) { color: #69635d; }
.facts { margin: 3rem 0 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 110px 1fr; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.facts dt { color: #8b8178; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.facts dd { margin: 0; font-family: var(--serif); font-size: 1.1rem; }
blockquote { position: relative; margin: 0; padding: 4rem; background: var(--cream); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.25; }
blockquote::before { content: "“"; position: absolute; top: .7rem; left: 1.5rem; color: var(--rose); font-size: 6rem; line-height: 1; }
blockquote cite { display: block; margin-top: 2rem; font-family: var(--sans); font-size: .72rem; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.content-section { background: #e8e5dd; }
.content-heading { max-width: none; display: flex; justify-content: space-between; gap: 3rem; align-items: end; }
.content-heading > p { max-width: 360px; margin: 0 0 .3rem; color: #625f59; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.content-card { min-height: 420px; padding: 1.7rem; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.content-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(30,25,20,.12); }
.content-card > span { font-size: .67rem; font-weight: 800; letter-spacing: .15em; }
.card-icon { margin: auto 0; font-family: var(--serif); font-size: 5rem; font-style: italic; opacity: .75; }
.content-card h3 { margin: 0 0 .65rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.3vw, 2.4rem); font-weight: 400; }
.content-card p { max-width: 330px; margin: 0; font-size: .91rem; }
.card-beauty { background: #d9a49d; }
.card-travel { background: #777766; color: white; }
.card-life { background: #f6efe5; }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 10vw, 10rem); color: #f9f1e9; background: #242321; }
.contact .eyebrow { color: var(--rose); }
.contact h2 em { color: var(--rose); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 2rem 0; color: #bbb5ae; }
.button-light { background: #f7efe6; color: var(--ink); }
.button-light:hover { background: var(--rose); }
.contact-card { align-self: end; font-style: normal; border-top: 1px solid rgba(255,255,255,.22); }
.contact-card > div { padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-card span { display: block; margin-bottom: .45rem; color: #9e9790; font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-card a, .contact-card p { margin: 0; color: white; font-family: var(--serif); font-size: clamp(1rem, 1.5vw, 1.28rem); text-decoration-thickness: 1px; text-underline-offset: .3rem; }
.contact-card small { display: block; margin-top: 1.25rem; color: #827c76; font-size: .72rem; }
footer { padding: 1.4rem clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: #171715; color: #a8a29c; font-size: .72rem; }
.brand-footer { color: #f6eee6; }
.back-top { text-underline-offset: .3rem; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 8rem; }
  .hero-copy { max-width: 760px; }
  .topics { margin-top: 3rem; }
  .hero-visual { width: min(90%, 560px); justify-self: center; }
  .about-grid, .contact { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .content-card:last-child { grid-column: 1 / -1; min-height: 330px; }
}

@media (max-width: 680px) {
  .site-header { height: 70px; padding-inline: 1rem; }
  .brand-name { display: none; }
  .menu-toggle { position: relative; display: block; z-index: 2; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: fixed; top: 0; left: 0; width: 100vw; height: 100dvh; display: flex; flex-direction: column; justify-content: center; gap: 1.6rem; background: var(--paper); transform: translateY(-100%); transition: transform .35s ease; }
  .nav.open { transform: translateY(0); }
  .nav a { font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }
  .hero { gap: 5rem; padding-inline: 1.25rem; }
  h1 { font-size: clamp(3.65rem, 17vw, 5.3rem); }
  .topics { gap: 1rem; justify-content: space-between; font-size: .83rem; }
  .image-note { left: -.5rem; }
  .section { padding-inline: 1.25rem; }
  .section-heading { margin-bottom: 3.5rem; }
  h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .about-grid { gap: 3rem; }
  blockquote { padding: 3.5rem 2rem 2.5rem; }
  .content-heading { display: block; }
  .content-heading > p { margin-top: 1.5rem; }
  .content-grid { grid-template-columns: 1fr; }
  .content-card, .content-card:last-child { grid-column: auto; min-height: 350px; }
  .contact { padding-block: 5rem; }
  footer { flex-direction: column; align-items: flex-start; }
  .brand-footer .brand-name { display: inline; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
