:root {
  --bg: #fbf7ef;
  --ink: #26332f;
  --leaf: #5d806b;
  --leaf-soft: #e6f0e8;
  --rose: #bd6f73;
  --rose-soft: #f8e4df;
  --gold: #c69d4f;
  --cream: #fffdf8;
  --mist: #eef6f3;
  --muted: #66736d;
  --line: rgba(67, 91, 80, 0.14);
  --shadow: 0 20px 60px rgba(99, 124, 107, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.98), rgba(252, 250, 244, 0.95)),
    url("assets/paper-texture.svg");
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.page-width {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.88);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 16px 50px rgba(95, 115, 102, 0.11);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  padding: 5px;
  box-shadow: 0 12px 30px rgba(99, 124, 107, 0.12);
}

.brand-name,
.footer-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.35rem;
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 12px 34px rgba(99, 124, 107, 0.08);
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 6px;
  color: #52625b;
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: var(--leaf-soft);
}

.header-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta {
  color: #fffdf8;
  background: var(--rose);
  box-shadow: 0 16px 34px rgba(189, 111, 115, 0.22);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fffdf8;
  background: linear-gradient(135deg, var(--rose), #d89472);
  box-shadow: 0 20px 48px rgba(189, 111, 115, 0.24);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
}

.hero {
  min-height: 96vh;
  position: relative;
  display: grid;
  align-items: end;
  padding: 148px 0 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(189, 111, 115, 0.2), transparent 34%),
    radial-gradient(circle at 18% 28%, rgba(93, 128, 107, 0.18), transparent 28%),
    linear-gradient(120deg, rgba(255, 253, 248, 0.95), rgba(238, 246, 243, 0.88) 52%, rgba(248, 228, 223, 0.74)),
    url("assets/wood-texture.svg");
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(251, 247, 239, 0), var(--bg));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  right: max(24px, calc((100vw - 1160px) / 2));
  top: 128px;
  width: min(42vw, 520px);
  opacity: 0.12;
  filter: drop-shadow(0 40px 90px rgba(93, 128, 107, 0.18));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 74px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 790px;
  color: #26332f;
  font-size: clamp(3.7rem, 8vw, 7.8rem);
  line-height: 0.94;
}

.hero-lede {
  max-width: 670px;
  margin: 28px 0 0;
  color: #5a6862;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(93, 128, 107, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-strip span {
  min-height: 66px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: #43564e;
  font-weight: 800;
  text-align: center;
  border-right: 1px solid rgba(93, 128, 107, 0.14);
}

.hero-strip span:last-child {
  border-right: 0;
}

.section {
  padding: 108px 0;
}

.split,
.story-layout,
.contact-layout,
.hospitality-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.section h2 {
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1;
}

.section-text {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-text strong {
  color: var(--ink);
  font-weight: 800;
}

.section-text p,
.hospitality-panel p,
.launch-inner p,
.contact-layout p {
  margin: 0;
}

.story-section {
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.94), rgba(255, 253, 248, 0.98)),
    url("assets/paper-texture.svg");
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 54px;
}

.story-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: var(--shadow);
}

.story-card span {
  color: var(--gold);
  font-weight: 800;
}

.story-card h3 {
  margin: 48px 0 12px;
  font-size: 1.32rem;
  line-height: 1.15;
}

.story-card p {
  margin: 0;
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.botanical-section {
  background: linear-gradient(180deg, rgba(251, 247, 239, 0.96), rgba(230, 240, 232, 0.78));
}

.botanical-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.botanical-card,
.hospitality-list article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--shadow);
}

.botanical-card {
  min-height: 292px;
  padding: 24px;
}

.botanical-card span {
  color: var(--gold);
  font-weight: 800;
}

.botanical-card h3,
.hospitality-list h3 {
  margin: 54px 0 12px;
  font-size: 1.32rem;
  line-height: 1.15;
}

.botanical-card p,
.hospitality-list p {
  margin: 0;
  color: var(--muted);
}

.hospitality {
  background:
    linear-gradient(135deg, rgba(238, 246, 243, 0.96), rgba(248, 228, 223, 0.76)),
    var(--mist);
  color: var(--ink);
}

.hospitality .eyebrow {
  color: var(--rose);
}

.hospitality-panel {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 26px;
}

.hospitality-panel p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hospitality-list {
  display: grid;
  gap: 16px;
}

.hospitality-list article {
  padding: 26px;
  background: rgba(255, 253, 248, 0.74);
  border-color: rgba(93, 128, 107, 0.16);
  box-shadow: 0 18px 46px rgba(99, 124, 107, 0.1);
}

.hospitality-list h3 {
  margin-top: 0;
  color: var(--ink);
}

.hospitality-list p {
  color: var(--muted);
}

.launch-band {
  background:
    linear-gradient(90deg, rgba(93, 128, 107, 0.14), rgba(198, 157, 79, 0.12), rgba(189, 111, 115, 0.13)),
    #fff4e6;
}

.launch-layout {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 390px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}

.launch-inner {
  max-width: 880px;
}

.launch-inner p:last-child {
  max-width: 620px;
  margin-top: 20px;
  color: var(--muted);
}

.launch-date {
  padding: 30px;
  border: 1px solid rgba(189, 111, 115, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
}

.launch-date span {
  display: block;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.launch-date strong {
  display: block;
  margin-top: 18px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 0.98;
}

.launch-date p {
  margin: 20px 0 0;
  color: var(--muted);
}

.contact-section {
  background: var(--bg);
}

.contact-layout {
  align-items: stretch;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--muted);
  font-weight: 700;
}

.contact-details a {
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #34463f;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(93, 128, 107, 0.2);
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(189, 111, 115, 0.58);
  box-shadow: 0 0 0 4px rgba(189, 111, 115, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  padding: 34px 0;
  background: #fffdf8;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
  max-width: 580px;
  text-align: right;
}

.footer-brand {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .header-cta {
    display: none;
  }

  .nav-links {
    gap: 2px;
  }

  .hero-media {
    width: 62vw;
    right: -12vw;
    top: 170px;
  }

  .split,
  .story-layout,
  .contact-layout,
  .hospitality-layout,
  .botanical-grid,
  .story-cards,
  .launch-layout {
    grid-template-columns: 1fr;
  }

  .hospitality-panel {
    position: static;
  }
}

@media (max-width: 720px) {
  .page-width {
    width: min(100% - 28px, 1160px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-name {
    font-size: 1.12rem;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 94vh;
    padding-top: 116px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  .hero-content {
    padding-bottom: 38px;
  }

  .hero-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-strip span {
    min-height: 56px;
    font-size: 0.9rem;
  }

  .section {
    padding: 76px 0;
  }

  .botanical-card {
    min-height: 220px;
  }

  .botanical-card h3,
  .story-card h3 {
    margin-top: 38px;
  }

  .footer-inner {
    display: grid;
  }

  .footer-inner p {
    text-align: left;
  }
}
