:root {
  --ink: #1e382e;
  --ink-soft: #355348;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --coral: #d55b49;
  --sand: #e9dfcd;
  --line: rgba(30, 56, 46, 0.16);
  --shadow: 0 16px 42px rgba(37, 45, 33, 0.12);
}

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

.site-header { min-height: 82px; padding: 0 5.6vw; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(247, 243, 234, 0.92); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(15px); }
.wordmark { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.07em; }
.wordmark span { color: var(--coral); }
nav { display: flex; gap: 28px; font-size: 0.9rem; font-weight: 650; }
nav a:hover, .text-link:hover, footer a:hover { color: var(--coral); }
.header-cta { border-bottom: 1px solid var(--ink); font-size: 0.88rem; font-weight: 750; padding-bottom: 3px; white-space: nowrap; }

.hero { padding: 6.2vw 5.6vw 5.3vw; min-height: 670px; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr); gap: clamp(44px, 8vw, 130px); align-items: center; }
.eyebrow, .small-label { margin: 0 0 16px; color: var(--coral); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(3.1rem, 6.1vw, 6.8rem); line-height: 0.96; letter-spacing: -0.075em; }
.hero-intro { max-width: 490px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin: 34px 0 50px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 53px; padding: 0 21px; font-size: 0.86rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); box-shadow: var(--shadow); }
.text-link { font-size: 0.9rem; font-weight: 750; }
.text-link span { margin-left: 5px; }
.hero-note { display: flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 0.78rem; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.hero-image-wrap { align-self: stretch; min-height: 500px; position: relative; }
.hero-image-wrap::before { content: ""; position: absolute; inset: 7% -4% -4% 8%; background: var(--sand); z-index: 0; }
.hero-image { height: 100%; min-height: 500px; position: relative; z-index: 1; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.image-caption { position: absolute; right: 12px; bottom: -31px; z-index: 2; font-size: 0.7rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }

.intro-band { margin: 72px 5.6vw 0; padding: 28px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-band p { margin: 0; font-size: clamp(1.25rem, 2vw, 1.85rem); font-weight: 700; letter-spacing: -0.035em; }
.intro-band span { align-self: center; color: var(--ink-soft); font-size: .8rem; font-weight: 750; }
.section { padding: 9.5vw 5.6vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 52px; margin-bottom: 44px; }
h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(2.4rem, 4vw, 4.55rem); line-height: 1; letter-spacing: -0.065em; }
.section-heading > p { max-width: 360px; margin-bottom: 3px; color: var(--ink-soft); font-size: .96rem; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(15px, 2vw, 27px); }
.product-card { min-width: 0; }
.product-card-featured { grid-column: span 2; grid-row: span 2; }
.product-card img { aspect-ratio: .91; object-fit: cover; background: var(--sand); transition: transform .35s ease; }
.product-card-featured img { aspect-ratio: 1.07; }
.product-card:hover img { transform: scale(1.015); }
.product-info { padding: 14px 3px 11px; }
.product-info p { margin-bottom: 5px; color: var(--coral); font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.product-info h3 { margin-bottom: 3px; font-size: clamp(.95rem, 1.2vw, 1.18rem); line-height: 1.13; letter-spacing: -.035em; }
.product-info span { color: var(--ink-soft); font-size: .75rem; }

.brand-section { display: grid; grid-template-columns: minmax(300px, .94fr) minmax(310px, 1.06fr); gap: clamp(45px, 9vw, 145px); align-items: center; background: var(--ink); color: var(--cream); }
.brand-image { height: 530px; overflow: hidden; }
.brand-image img { height: 100%; object-fit: cover; }
.brand-copy .eyebrow { color: #f7b5a9; }
.brand-copy > p:not(.eyebrow) { max-width: 490px; margin: 22px 0 31px; color: #d3e0d8; line-height: 1.75; }
.brand-copy ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(247,243,234,.25); }
.brand-copy li { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(247,243,234,.25); font-size: .88rem; }
.brand-copy li span { color: #f7b5a9; font-size: .72rem; font-weight: 800; }

.inquiry { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(38px, 8vw, 140px); }
.inquiry-copy > p:not(.eyebrow) { max-width: 430px; margin: 20px 0 0; color: var(--ink-soft); line-height: 1.7; }
.inquiry-card { padding: clamp(30px, 4vw, 58px); color: var(--cream); background: var(--coral); box-shadow: var(--shadow); }
.inquiry-card .small-label { color: #ffe3d8; }
.email { display: inline-block; margin: 4px 0 17px; border-bottom: 1px solid currentColor; font-size: clamp(1.3rem, 2.25vw, 2.25rem); font-weight: 750; line-height: 1.1; letter-spacing: -.06em; overflow-wrap: anywhere; }
.inquiry-card > p:not(.small-label) { max-width: 300px; color: #ffe6dd; font-size: .86rem; line-height: 1.65; }
.button-light { margin-top: 20px; color: var(--coral); background: var(--paper); }
footer { padding: 32px 5.6vw; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); font-size: .8rem; }
footer p { margin: 0; color: var(--ink-soft); }
footer > a:last-child { font-weight: 750; }

@media (max-width: 900px) {
  .site-header { padding: 0 5vw; }
  .header-cta { display: none; }
  .hero { padding: 11vw 5vw 9vw; grid-template-columns: 1fr; }
  .hero-image-wrap { min-height: 460px; }
  .section, .brand-section { padding: 12vw 5vw; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card-featured { grid-column: span 2; grid-row: auto; }
  .brand-section { grid-template-columns: 1fr; }
  .brand-image { height: 430px; }
}

@media (max-width: 600px) {
  .site-header { min-height: 68px; }
  nav { gap: 15px; font-size: .78rem; }
  .hero { min-height: auto; }
  .hero-actions { flex-wrap: wrap; margin-bottom: 38px; }
  .hero-image-wrap, .hero-image { min-height: 370px; }
  .intro-band, .section-heading, .inquiry, footer { display: block; }
  .intro-band span { display: block; margin-top: 10px; }
  .section-heading > p { margin-top: 22px; }
  .inquiry-card { margin-top: 38px; }
  footer > * { display: block; margin-bottom: 13px; }
}
