:root {
  --page-bg: #ffffff;
  --line: rgba(24, 17, 14, 0.1);
  --text: #17110f;
  --muted: #6e625d;
  --hero: #8d0d0d;
  --hero-deep: #690505;
  --panel: #ffffff;
  --badge: #e9a5a8;
  --cream: #f6f2ee;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --container: min(1160px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.announcement-bar {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
  white-space: nowrap;
}

.announcement-track {
  display: inline-flex;
  gap: 26px;
  min-width: 100%;
  padding: 10px 20px;
  color: #3d302c;
  font-size: 0.98rem;
}

.announcement-track span::after {
  content: "—";
  margin-left: 26px;
  color: rgba(61, 48, 44, 0.6);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: var(--container);
  min-height: 86px;
  margin: 0 auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-nav-left a,
.header-links a {
  font-size: 0.95rem;
  font-weight: 500;
}

.icon-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button span {
  width: 20px;
  height: 1.6px;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.brand-mark img {
  width: 216px;
  max-width: 100%;
}

main {
  display: grid;
  gap: 34px;
  padding-bottom: 56px;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  min-height: 730px;
  padding: 68px 64px 0;
  overflow: hidden;
  background: #e9dac8;
}

.hero-backdrop,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  top: 50%;
  right: 38px;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: min(62vw, 1040px);
  aspect-ratio: 16 / 9;
  transform: translateY(-50%);
  z-index: 1;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(238, 225, 208, 0.92) 0%, rgba(238, 225, 208, 0.74) 24%, rgba(238, 225, 208, 0.28) 46%, rgba(238, 225, 208, 0.04) 68%, rgba(238, 225, 208, 0) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  color: #1f1713;
}

.hero-kicker {
  margin: 0 0 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.4rem, 6.4vw, 6.9rem);
  font-weight: 500;
  line-height: 0.95;
}

.hero-subtitle {
  margin: 22px 0 34px;
  max-width: 450px;
  font-size: 1.06rem;
  line-height: 1.7;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 186px;
  min-height: 56px;
  padding: 0 28px;
  border-left: 2px solid #17110f;
  background: rgba(255, 250, 244, 0.92);
  color: #17110f;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-visual {
  position: relative;
  height: 100%;
  z-index: 2;
}

.hero-thumbnail {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: 210px;
  padding: 10px;
  background: rgba(241, 226, 208, 0.96);
}

.hero-thumbnail img {
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.product-showcase {
  width: var(--container);
  margin: 0 auto;
  padding: 36px 32px 40px;
  border-radius: 34px;
  background: var(--panel);
}

.section-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-topline h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.02;
}

.section-topline h2 em {
  font-style: italic;
  font-weight: 400;
}

.section-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-top: 10px;
}

.section-actions a {
  font-size: 0.95rem;
  font-weight: 500;
}

.arrow-pair {
  display: inline-flex;
  border: 1px solid var(--line);
}

.arrow-pair span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 46px;
  font-size: 1.6rem;
  color: #584842;
}

.arrow-pair span + span {
  border-left: 1px solid var(--line);
}

.product-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-width: 0;
}

.product-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4eee9;
}

.product-card-image img {
  aspect-ratio: 0.8 / 1;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 10px 13px;
  background: var(--badge);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
}

.product-card-copy {
  padding-top: 12px;
}

.product-card-copy span {
  display: block;
  color: #81736d;
  font-size: 0.9rem;
}

.product-card-copy h3 {
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.product-card-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.secondary-heroes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: var(--container);
  margin: 0 auto;
}

.secondary-hero-card {
  display: grid;
  grid-template-rows: auto auto;
  background: #f7f0e7;
}

.secondary-hero-link {
  display: grid;
  grid-template-rows: auto auto;
}

.secondary-hero-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.secondary-hero-copy {
  padding: 24px 26px 28px;
  background: #f7f0e7;
}

.secondary-hero-copy p {
  margin: 0 0 6px;
  color: #7a6e68;
  font-size: 0.9rem;
}

.secondary-hero-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: var(--container);
  margin: 0 auto;
  padding: 18px 0 0;
}

.contact-copy p {
  margin: 0 0 8px;
  color: #7a6e68;
  font-size: 0.92rem;
}

.contact-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  font-weight: 500;
  line-height: 1.02;
}

.contact-links {
  display: flex;
  gap: 14px;
}

.contact-links a {
  display: block;
  min-width: 220px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.contact-links span {
  display: block;
  color: #7a6e68;
  font-size: 0.88rem;
}

.contact-links strong {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 1120px) {
  .hero-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 60px 36px 460px;
  }

  .hero-copy {
    max-width: 640px;
  }

  .hero-backdrop {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 430px;
    aspect-ratio: auto;
    transform: none;
    justify-content: center;
  }

  .hero-backdrop img {
    width: auto;
    max-width: min(100%, 760px);
    height: 100%;
    object-position: center bottom;
  }

  .hero-thumbnail {
    right: 24px;
  }

  .product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .secondary-heroes {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  :root {
    --container: min(100vw - 24px, 100%);
  }

  .announcement-track {
    gap: 18px;
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100vw - 24px);
    min-height: 74px;
    padding: 14px 0;
  }

  .header-nav {
    display: block;
    margin-left: 0;
  }

  .brand-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
  }

  .brand-mark img {
    width: 184px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
  }

  .header-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px 18px;
    background: rgba(255, 252, 247, 0.98);
    border: 1px solid var(--line);
    box-shadow: 0 18px 48px rgba(36, 24, 19, 0.12);
  }

  .header-links a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(25, 19, 16, 0.08);
  }

  .header-links a:last-child {
    border-bottom: 0;
  }

  .site-header.menu-open .header-links {
    display: flex;
  }

  .site-header.menu-open .icon-button span:nth-child(1) {
    transform: translateY(5.6px) rotate(45deg);
  }

  .site-header.menu-open .icon-button span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .icon-button span:nth-child(3) {
    transform: translateY(-5.6px) rotate(-45deg);
  }

  .hero-section {
    padding: 38px 18px 342px;
  }

  .hero-copy h1 {
    font-size: 3.25rem;
  }

  .hero-subtitle {
    font-size: 0.96rem;
  }

  .hero-backdrop {
    height: 300px;
  }

  .hero-backdrop img {
    max-width: 100%;
  }

  .hero-thumbnail {
    right: 14px;
    bottom: 20px;
    width: 120px;
    padding: 6px;
  }

  .product-showcase {
    padding: 24px 16px 30px;
    border-radius: 20px;
  }

  .section-topline {
    flex-direction: column;
  }

  .section-actions {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
    padding-top: 0;
  }

  .product-row {
    grid-template-columns: 1fr;
  }

  .secondary-hero-card {
    min-height: 0;
  }

  .secondary-hero-copy {
    padding: 16px 18px;
  }

  .contact-links {
    flex-direction: column;
  }

  .contact-links a {
    min-width: 0;
  }
}

@media (min-width: 761px) {
  .menu-toggle {
    display: none;
  }
}
