@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #171914;
  --ink-soft: #55594f;
  --paper: #f7f5ef;
  --paper-deep: #ece8de;
  --white: #fffefb;
  --line: rgba(23, 25, 20, 0.14);
  --amber: #c78935;
  --amber-light: #f3c978;
  --moss: #687160;
  --radius: 1.15rem;
  --shadow: 0 22px 60px rgba(24, 25, 20, 0.12);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 2.4rem), var(--max)); margin-inline: auto; }
.section { padding: 6.75rem 0; }
.section--compact { padding: 4.5rem 0; }
.section--dark { color: var(--white); background: #161913; }
.section--pale { background: var(--paper-deep); }
.eyebrow {
  margin: 0 0 .85rem;
  color: var(--amber);
  font-family: "Manrope", sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section--dark .eyebrow { color: var(--amber-light); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .brand {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.04em;
}
h1 { font-size: clamp(3rem, 7vw, 6.75rem); line-height: .95; font-weight: 500; }
h2 { font-size: clamp(2.1rem, 4vw, 4.25rem); line-height: 1.04; font-weight: 500; }
h3 { font-size: 1.3rem; line-height: 1.28; font-weight: 600; }
p { color: var(--ink-soft); }
.section--dark p { color: rgba(255,255,255,.72); }
.lead { max-width: 46rem; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-head > * { margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: .18rem; }
.text-link::after { content: "↗"; }

.announcement {
  padding: .62rem 1rem;
  color: #f7f5ef;
  background: #1a1c17;
  text-align: center;
  font-size: .78rem;
  letter-spacing: .06em;
}
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(247,245,239,.93);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2.5rem; }
.brand { font-size: 1.45rem; font-weight: 700; letter-spacing: -.055em; }
.desktop-nav { display: flex; justify-content: center; gap: 2rem; }
.desktop-nav a, .header-tools a, .header-tools button { font-size: .9rem; font-weight: 500; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -.55rem; height: 1px; transform: scaleX(0); background: var(--ink); transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-tools { display: flex; align-items: center; gap: .7rem; }
.lang-switch { display: flex; border: 1px solid var(--line); border-radius: 999px; padding: .22rem; }
.lang-switch span { min-width: 2rem; padding: .25rem .45rem; border-radius: 999px; color: #8a8d84; font-size: .7rem; text-align: center; }
.lang-switch .active { color: var(--white); background: var(--ink); }
.icon-button, .menu-button { width: 2.45rem; height: 2.45rem; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.icon-button[aria-disabled="true"] { opacity: .55; cursor: default; }
.menu-button { display: none; }
.menu-button svg, .icon-button svg { width: 18px; height: 18px; }
.mobile-menu { position: fixed; inset: 109px 0 0; z-index: 49; padding: 2rem 1.2rem; color: var(--white); background: #171914; }
.mobile-menu nav { display: grid; }
.mobile-menu a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.15); font: 500 1.7rem/1.2 "Manrope", sans-serif; }

.hero { min-height: calc(100svh - 109px); display: grid; align-items: stretch; }
.hero__media { position: relative; min-height: 640px; isolation: isolate; overflow: hidden; }
.hero__media::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(16,17,13,.7), rgba(16,17,13,.15) 58%, rgba(16,17,13,.08)); }
.hero__media img { position: absolute; inset: 0; z-index: -2; height: 100%; object-fit: cover; object-position: center; }
.hero__content { min-height: inherit; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-block: 6.5rem 4.5rem; color: var(--white); }
.hero__content h1 { max-width: 790px; margin-bottom: 1.5rem; }
.hero__content .lead { max-width: 610px; color: rgba(255,255,255,.82); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .82rem 1.25rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--white); font-weight: 600; transition: transform .22s, background .22s; }
.button:hover { transform: translateY(-2px); }
.button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button--ghost-light { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.button--outline { background: transparent; color: var(--ink); }
.button--static, .button[aria-disabled="true"] { opacity: .55; cursor: default; }
.button--static:hover, .button[aria-disabled="true"]:hover { transform: none; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.category-card { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.category-card:nth-child(2), .category-card:nth-child(5) { background: #d9d3c4; }
.category-card:nth-child(3), .category-card:nth-child(7) { color: var(--white); background: #20241d; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card .number { color: var(--amber); font-size: .76rem; font-weight: 700; }
.category-card h3 { margin: 0; font-size: 1.55rem; }
.category-card .arrow { align-self: flex-end; width: 2.55rem; height: 2.55rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }

.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.value-card { min-height: 260px; padding: 1.6rem 1.4rem; border-right: 1px solid rgba(255,255,255,.2); }
.value-card:last-child { border-right: 0; }
.value-card .number { display: block; margin-bottom: 5.5rem; color: var(--amber-light); font-size: .78rem; }
.value-card h3 { margin-bottom: .65rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.product-card__image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #dfd9cd; }
.product-card__image img { height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover img { transform: scale(1.035); }
.product-card__body { display: grid; grid-template-columns: 1fr auto; gap: .75rem; padding: 1.2rem; align-items: end; }
.product-card__body h3 { margin-bottom: .25rem; }
.product-card__body p { margin: 0; font-size: .9rem; }
.tag { display: inline-flex; padding: .35rem .62rem; border-radius: 999px; color: var(--ink); background: #efe4cb; font-size: .72rem; font-weight: 600; }

.image-split { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; }
.image-split__media img { height: 100%; object-fit: cover; }
.image-split__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6rem); background: #d7d1c4; }
.room-list { display: grid; grid-template-columns: 1fr 1fr; margin: 2rem 0; padding: 0; list-style: none; }
.room-list li { padding: .8rem 0; border-bottom: 1px solid rgba(23,25,20,.22); }

.quote-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: start; }
.quote-card { padding: 2rem; border-top: 1px solid var(--line); }
.quote-card blockquote { margin: 0 0 1.2rem; font: 500 clamp(1.45rem, 3vw, 2.35rem)/1.25 "Manrope", sans-serif; letter-spacing: -.035em; }
.quote-card p { margin-bottom: 0; }
.placeholder-note { padding: 1.2rem 0; border-block: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }

.social-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.social-card { min-height: 180px; display: flex; align-items: flex-end; justify-content: space-between; padding: 1.25rem; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.social-card span:last-child { color: var(--amber-light); }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
.newsletter-form { display: flex; gap: .65rem; padding-bottom: .3rem; border-bottom: 1px solid var(--ink); }
.newsletter-form input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 1.05rem; }
.newsletter-form button { border: 0; background: transparent; font-weight: 700; }

.page-hero { padding: 7rem 0 4rem; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 980px; margin-bottom: 1.5rem; font-size: clamp(3.1rem, 7vw, 6.2rem); }
.breadcrumb { margin-bottom: 2rem; color: #777b72; font-size: .82rem; }
.breadcrumb a { text-decoration: underline; text-underline-offset: .2rem; }

.catalog-layout { display: grid; grid-template-columns: 230px 1fr; gap: 3rem; }
.filter-rail { position: sticky; top: 105px; align-self: start; }
.filter-group { margin-bottom: 2rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.filter-group h3 { font-size: 1rem; }
.filter-option { display: flex; justify-content: space-between; padding: .42rem 0; color: var(--ink-soft); font-size: .9rem; }
.catalog-topline { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.static-select { padding: .65rem 2.2rem .65rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink-soft); }

.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 4.5rem; align-items: start; }
.product-gallery { position: sticky; top: 115px; }
.product-gallery__main { overflow: hidden; border-radius: var(--radius); background: #dfd8cc; }
.product-gallery__main img { aspect-ratio: 4/3; object-fit: cover; }
.thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; margin-top: .75rem; }
.thumbs img { aspect-ratio: 1; object-fit: cover; border-radius: .7rem; }
.product-info h1 { margin-bottom: 1.2rem; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.product-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.5rem; }
.feature-list { padding-left: 1.2rem; color: var(--ink-soft); }
.buy-panel { margin-top: 2rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.channel-grid { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.channel { padding: .7rem .9rem; border: 1px solid var(--line); border-radius: .7rem; color: #6e716a; background: #f4f1e9; font-size: .85rem; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.spec-row { display: flex; justify-content: space-between; gap: 2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.spec-row:nth-child(odd) { margin-right: 2rem; }
.spec-row dt { color: var(--ink-soft); }
.spec-row dd { margin: 0; font-weight: 600; text-align: right; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.content-card { min-height: 250px; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.content-card .number { color: var(--amber); }

.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.support-card { min-height: 220px; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.support-card svg { width: 28px; height: 28px; margin-bottom: 3.5rem; color: var(--amber); }
.support-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field--full { grid-column: 1/-1; }
.field label { font-size: .82rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.25rem; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: .75rem; background: rgba(255,255,255,.72); color: #777; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:disabled, .field select:disabled, .field textarea:disabled { opacity: .7; }

.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: start; }
.story-points { display: grid; gap: 0; }
.story-point { display: grid; grid-template-columns: 3.5rem 1fr; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.story-point:last-child { border-bottom: 1px solid var(--line); }
.story-point p { margin-bottom: 0; }
.manifesto { padding: clamp(2rem, 6vw, 5rem); border-radius: var(--radius); color: var(--white); background: #1c2019; }
.manifesto p { color: rgba(255,255,255,.72); }

.site-footer { padding: 4.5rem 0 2rem; color: var(--white); background: #11130f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 3rem; }
.footer-grid h3 { font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid nav { display: grid; gap: .55rem; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.62); font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: .75rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav { grid-template-columns: auto 1fr auto; }
  .header-tools { justify-self: end; }
  .header-tools .icon-button { display: none; }
  .menu-button { display: inline-grid; }
  .section-head, .quote-grid, .newsletter, .story-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .value-grid { grid-template-columns: repeat(2,1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .image-split { grid-template-columns: 1fr; }
  .image-split__media { min-height: 480px; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-rail { position: static; display: none; }
  .product-detail { grid-template-columns: 1fr; gap: 2.5rem; }
  .product-gallery { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/4; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 1.5rem), var(--max)); }
  .announcement { font-size: .69rem; }
  .nav { min-height: 66px; gap: 1rem; }
  .lang-switch span { min-width: 1.75rem; padding-inline: .3rem; }
  .mobile-menu { inset-block-start: 99px; }
  .section { padding: 4.5rem 0; }
  .section--compact { padding: 3.5rem 0; }
  .hero { min-height: calc(100svh - 99px); }
  .hero__media { min-height: 590px; }
  .hero__media::after { background: linear-gradient(0deg, rgba(16,17,13,.78), rgba(16,17,13,.05) 68%); }
  .hero__media img { object-position: 67% center; }
  .hero__content { justify-content: flex-end; padding-block: 5rem 2.5rem; }
  .actions { width: 100%; }
  .actions .button { flex: 1; }
  .category-grid, .product-grid, .content-grid, .support-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 190px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .value-card .number { margin-bottom: 2.5rem; }
  .room-list, .spec-grid { grid-template-columns: 1fr; }
  .spec-row:nth-child(odd) { margin-right: 0; }
  .social-strip { grid-template-columns: repeat(2,1fr); }
  .social-card { min-height: 130px; }
  .newsletter-form { align-items: center; }
  .page-hero { padding: 4.5rem 0 3rem; }
  .product-card__body { grid-template-columns: 1fr; }
  .catalog-topline { align-items: flex-start; flex-direction: column; }
  .support-form { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
