:root {
  --cream: #f8f0e4;
  --paper: #fffaf3;
  --taupe: #c6a78f;
  --taupe-deep: #9b7660;
  --cocoa: #705548;
  --ink: #393330;
  --line: rgba(57, 51, 48, .18);
  --white: #fff;
}

* { 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.65; }
a { color: inherit; }
.site-header { max-width: 1240px; margin: auto; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; text-transform: uppercase; letter-spacing: .24em; font-size: .78rem; font-weight: 600; white-space: nowrap; }
.wordmark-3d { font-size: 1.65rem; letter-spacing: -.09em; font-weight: 800; }
.mini-logo { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; background-image: url('brand-card.png'); background-size: 231% auto; background-position: 50% 28%; background-repeat: no-repeat; box-shadow: 0 7px 20px rgba(80,55,42,.12); }
nav { display: flex; gap: 30px; }
nav a { text-decoration: none; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover { color: var(--taupe-deep); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 25px; border-radius: 999px; background: var(--ink); color: var(--white); text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--taupe-deep); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 18px; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 56px; max-width: 1240px; margin: auto; padding: 70px 28px 100px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .23em; font-size: .76rem; font-weight: 700; color: var(--taupe-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.04; }
h1 { margin-bottom: 28px; font-size: clamp(3.5rem, 8vw, 7.5rem); letter-spacing: -.055em; }
h1 em { color: var(--taupe-deep); font-weight: 400; }
.intro { max-width: 620px; font-size: 1.18rem; line-height: 1.75; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.text-link { text-underline-offset: 6px; }
.hero-mark { min-height: 520px; border-radius: 48% 48% 12px 12px; background: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.hero-mark::before { content: ''; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(155,118,96,.35); border-radius: 50%; }
.logo-crop { width: 248px; height: 248px; border-radius: 50%; background-image: url('brand-card.png'); background-size: 231% auto; background-position: 50% 28%; background-repeat: no-repeat; box-shadow: 0 22px 50px rgba(80,55,42,.15); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; }
.hero-mark p { position: absolute; left: 50%; top: calc(50% + 223px); width: 100%; margin: 0; transform: translateX(-50%); text-align: center; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; z-index: 1; }

section:not(.hero) { padding: 110px max(28px, calc((100vw - 1184px)/2)); }
.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); letter-spacing: -.035em; margin-bottom: 0; }
.unique { border-top: 1px solid var(--line); }
.unique-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.unique-grid h2 { font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.04em; margin-bottom: 0; }
.unique-grid div { font-size: 1.08rem; }
.unique-grid div p:last-child { margin-bottom: 0; }
.occasions { background: var(--cocoa); color: var(--cream); }
.occasions .eyebrow { color: var(--taupe); }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.occasion-grid article { padding: 28px 24px 16px 0; border-right: 1px solid rgba(255,255,255,.2); min-height: 250px; }
.occasion-grid article:not(:first-child) { padding-left: 24px; }
.occasion-grid article:last-child { border-right: 0; }
.occasion-grid h3 { margin: 26px 0 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.5rem; font-weight: 400; }
.occasion-grid p { color: rgba(255,255,255,.68); font-size: .92rem; }

.prices { background: var(--cream); }
.prices-heading p:last-child { color: #6f625a; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.price-card { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.price-card-luxe { background: var(--taupe); color: #241f1c; }
.price-title { padding: 34px 36px 24px; }
.price-title p { margin-bottom: 5px; text-transform: uppercase; letter-spacing: .18em; font-size: .7rem; }
.price-title h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; font-weight: 400; margin-bottom: 0; }
.product-example { margin: 0; padding: 0 36px 24px; text-align: center; }
.product-example img { display: block; width: 100%; height: 390px; object-fit: contain; background: var(--paper); }
.product-example figcaption { margin-top: 8px; color: #6f625a; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; min-width: 480px; }
th, td { padding: 18px 22px; border-top: 1px solid var(--line); text-align: right; }
th:first-child, td:first-child { text-align: left; padding-left: 36px; }
th { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.travel-note { margin-top: 24px; border: 1px solid var(--line); border-radius: 24px; padding: 30px 34px; display: flex; gap: 24px; background: rgba(255,250,243,.55); }
.travel-note > span { font-size: 2rem; color: var(--taupe-deep); }
.travel-note h3 { margin-bottom: 5px; }
.travel-note p { margin-bottom: 0; max-width: 900px; }

.process { background: var(--paper); }
.steps { list-style: none; padding: 0; margin: 0 0 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.steps li { border-top: 1px solid var(--line); padding-top: 25px; display: flex; gap: 20px; }
.steps li > span { width: 42px; height: 42px; border-radius: 50%; background: var(--taupe); display: grid; place-items: center; flex: 0 0 auto; }
.steps h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; font-weight: 400; margin-bottom: 8px; }
.steps p { color: #6f625a; }

.contact { background: var(--taupe); display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; }
.contact h2 { font-size: clamp(2.5rem, 6vw, 5.6rem); max-width: 850px; margin-bottom: 0; }
.contact .eyebrow { color: #5f4537; }
address { display: grid; gap: 10px; font-style: normal; }
address p { margin-bottom: 14px; }
address a { width: fit-content; text-underline-offset: 5px; }

footer { background: var(--cocoa); color: var(--cream); min-height: 76px; padding: 22px max(28px, calc((100vw - 1184px)/2)); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; }
footer p { margin: 0; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }
  .hero-mark { min-height: 440px; }
  .unique-grid { grid-template-columns: 1fr; gap: 32px; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid article { border-bottom: 1px solid rgba(255,255,255,.2); }
  .price-grid, .contact { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .site-header { padding: 18px 20px; }
  .site-header .button { padding: 9px 13px; font-size: .68rem; }
  .hero { padding: 46px 20px 72px; gap: 35px; }
  h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .intro { font-size: 1.04rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-mark { min-height: 425px; border-radius: 160px 160px 12px 12px; }
  .logo-crop { width: 205px; height: 205px; }
  .hero-mark p { top: calc(50% + 188px); }
  .hero-mark::before { width: 290px; height: 290px; }
  section:not(.hero) { padding: 78px 20px; }
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion-grid article, .occasion-grid article:not(:first-child) { padding: 24px 0; min-height: auto; border-right: 0; }
  .occasion-grid h3 { margin-top: 32px; }
  .price-title { padding-left: 24px; }
  .product-example { padding: 0 18px 20px; }
  .product-example img { height: 340px; }
  .table-wrap { overflow-x: visible; }
  table { min-width: 0; table-layout: fixed; }
  th, td { padding: 14px 6px; font-size: .82rem; }
  th { font-size: .62rem; line-height: 1.3; letter-spacing: .04em; white-space: normal; }
  th:first-child, td:first-child { width: 25%; padding-left: 12px; }
  .travel-note { padding: 24px; }
  .contact { gap: 42px; }
  footer { min-height: 92px; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
