:root {
  --ink: #071426;
  --ink-soft: #13243b;
  --paper: #f8f3e9;
  --white: #ffffff;
  --blue: #b98a4a;
  --blue-light: #ead9bb;
  --coral: #d6b16e;
  --line: rgba(7, 20, 38, .14);
  --muted: #526074;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--white);
  background: rgba(7, 20, 38, .94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-weight: 750; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: #f4ead8; color: var(--ink); font: 900 18px/1 Georgia, serif; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: .9rem; font-weight: 650; text-decoration: none; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; }

.hero { display: grid; min-height: calc(100vh - 76px); grid-template-columns: 1.03fr .97fr; background: var(--ink); color: var(--white); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 140px) clamp(28px, 7vw, 108px); }
.eyebrow { margin: 0 0 22px; color: var(--coral); font-size: .76rem; font-weight: 850; letter-spacing: .16em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 820px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6.5vw, 6.8rem); font-weight: 500; letter-spacing: -.055em; line-height: .92; }
h1 span { color: #e0c28e; font-style: italic; }
.hero-lead { max-width: 660px; margin: 34px 0 0; color: #c9d4e2; font-size: clamp(1.05rem, 1.4vw, 1.26rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 18px; padding: 12px 22px; border-radius: 999px; font-weight: 780; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: var(--ink); }
.button.text-button { padding-inline: 4px; color: var(--white); }
.trust-line { display: flex; align-items: center; gap: 11px; margin-top: 58px; color: #9cabbc; font-size: .78rem; font-weight: 650; text-transform: uppercase; letter-spacing: .04em; }
.trust-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }
.hero-visual { position: relative; min-height: 640px; overflow: hidden; }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--ink) 0%, transparent 20%), linear-gradient(0deg, rgba(7,20,38,.4), transparent 55%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visual-note { position: absolute; z-index: 2; right: 32px; bottom: 32px; max-width: 270px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; background: rgba(7,20,38,.83); backdrop-filter: blur(10px); }
.visual-note b, .visual-note span { display: block; }
.visual-note span { color: #bac5d1; font-size: .9rem; }

.statement { display: grid; grid-template-columns: .8fr 1.6fr; gap: 8vw; padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 120px); border-bottom: 1px solid var(--line); }
.statement p { max-width: 360px; margin: 8px 0 0; color: var(--muted); }
.statement h2, .section-heading h2, .service-intro h2, .final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4.3vw, 4.7rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }

.products { padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 90px); }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 7vw; max-width: 1400px; margin: 0 auto 60px; }
.section-heading > p { max-width: 430px; margin: 0 0 8px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 1400px; margin: auto; }
.product-card { position: relative; display: flex; min-height: 680px; flex-direction: column; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdf8; }
.product-card.featured { background: #171512; color: var(--white); }
.product-card.coral { background: #e7efe9; }
.product-card.dark-card { background: #22201c; color: var(--white); }
.product-card.wedding-card { grid-column: 1 / -1; background: #f3e7d2; }
.product-cover { width: 100%; height: 300px; margin-bottom: 22px; border-radius: 14px; object-fit: cover; object-position: center; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.product-meta strong { padding: 6px 11px; border-radius: 999px; background: var(--coral); color: var(--ink); font-size: .88rem; letter-spacing: 0; }
.product-card h3 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 2.35rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.product-card > p { margin: 0; color: inherit; opacity: .78; }
.product-card ul { margin: 28px 0 34px; padding: 0; list-style: none; }
.product-card li { position: relative; padding: 11px 0 11px 22px; border-top: 1px solid currentColor; font-size: .9rem; opacity: .84; }
.product-card li::before { position: absolute; left: 0; content: "—"; }
.product-card > a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; border-top: 1px solid currentColor; font-weight: 800; text-decoration: none; }

.services { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 120px); background: var(--white); }
.service-intro { align-self: start; position: sticky; top: 110px; }
.service-intro > p:last-child { max-width: 500px; color: var(--muted); }
.service-row { display: grid; grid-template-columns: 44px 1fr; gap: 6px 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.service-row span { grid-row: 1 / 3; color: var(--coral); font-size: .75rem; font-weight: 900; }
.service-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 2.5vw, 2.65rem); font-weight: 500; letter-spacing: -.03em; }
.service-row p { margin: 4px 0 0; color: var(--muted); }

.final-cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: clamp(70px, 9vw, 130px) clamp(24px, 8vw, 120px); background: #b98a4a; color: var(--ink); }
.final-cta h2 { max-width: 900px; }
.final-cta .eyebrow { color: var(--ink); }
.button.light { flex: 0 0 auto; background: var(--white); color: var(--ink); }
footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; padding: 36px clamp(24px, 5vw, 76px); background: var(--ink); color: #9cabbc; font-size: .82rem; }
.footer-brand { color: var(--white); }
.footer-link { color: #d8c39d; text-decoration: none; }
.footer-link:hover { text-decoration: underline; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 980px) {
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 76vh; }
  .hero-visual { min-height: 70vh; }
  .hero-visual::after { background: linear-gradient(180deg, var(--ink) 0%, transparent 16%), linear-gradient(0deg, rgba(7,20,38,.5), transparent 55%); }
  .statement, .section-heading, .services { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 500px; }
  .service-intro { position: static; }
  .final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; }
  .brand { font-size: .94rem; }
  .brand-mark { width: 31px; height: 31px; }
  .nav-cta { padding: 8px 12px; font-size: .78rem; }
  .hero { min-height: auto; }
  .hero-copy { min-height: auto; padding: 76px 22px 64px; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .hero-lead { margin-top: 28px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .button.text-button { width: auto; justify-content: flex-start; }
  .trust-line { flex-wrap: wrap; margin-top: 42px; }
  .hero-visual { min-height: 72vh; }
  .visual-note { right: 18px; bottom: 18px; left: 18px; max-width: none; }
  .statement { gap: 30px; }
  .section-heading { gap: 26px; }
  .product-card { min-height: 0; padding: 18px; }
  .product-cover { height: 270px; }
  footer { grid-template-columns: 1fr; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
}

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