:root {
  --ink: #15232d;
  --muted: #60707a;
  --paper: #f7f4ee;
  --white: #ffffff;
  --line: #ded8cd;
  --coral: #ad8150;
  --coral-dark: #86603a;
  --blue: #1c5262;
  --sage: #e9e1d4;
  --shadow: 0 22px 70px rgba(21, 35, 45, .12);
  --display: 'DM Serif Display', Georgia, serif;
  --body: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; animation: page-in .7s ease both; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topbar { background: var(--ink); color: #dfe8e7; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.topbar .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: #f5b09e; }
.site-header { background: rgba(247, 244, 238, .94); border-bottom: 1px solid var(--line); position: relative; z-index: 5; backdrop-filter: blur(14px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .02em; font-size: 23px; text-transform: lowercase; }
.logo-mark { width: 31px; height: 31px; border-radius: 50% 50% 50% 8px; background: var(--coral); transform: rotate(-45deg); position: relative; }
.logo-mark::after { content: ''; position: absolute; inset: 8px; background: var(--paper); border-radius: 50%; }
.logo span { color: var(--coral); }
.nav-links { display: flex; gap: 28px; align-items: center; font-size: 13px; font-weight: 700; }
.nav-links a { color: var(--muted); transition: color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--coral-dark); }
.nav-menu { position: relative; color: var(--muted); }
.nav-menu summary { cursor: pointer; list-style: none; transition: color .2s ease; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { content: '⌄'; margin-left: 6px; color: var(--coral); font-size: 12px; }
.nav-menu[open] summary, .nav-menu summary:hover { color: var(--coral-dark); }
.nav-submenu { position: absolute; top: calc(100% + 17px); left: -18px; min-width: 190px; padding: 9px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); transform-origin: top left; animation: menu-in .2s ease both; }
.nav-submenu a { display: block; padding: 9px 10px; color: var(--muted); white-space: nowrap; }
.nav-submenu a:hover, .nav-submenu a.active { background: var(--paper); color: var(--coral-dark); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.icon-button, .menu-toggle { background: transparent; border: 0; color: var(--ink); font-size: 20px; width: 38px; height: 38px; }
.menu-toggle { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 1px; padding: 14px 20px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn { position: relative; overflow: hidden; }
.btn::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.24) 50%, transparent 65%); transform: translateX(-120%); transition: transform .5s ease; }
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--coral); }
.btn-primary:hover { background: var(--coral-dark); box-shadow: 0 10px 24px rgba(134, 96, 58, .24); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.eyebrow { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
h1 { font-size: clamp(48px, 7vw, 90px); }
h2 { font-size: clamp(38px, 5vw, 62px); }
h3 { font-size: 29px; }
.hero { min-height: 680px; display: grid; align-items: center; background: var(--sage); overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(134, 96, 58, .20); border-radius: 50%; right: -150px; top: -150px; }
.hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.hero-copy { padding: 68px 0; }
.hero-copy h1 { max-width: 590px; margin: 16px 0 22px; }
.hero-copy p { max-width: 480px; color: var(--muted); font-size: 17px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-media { min-height: 560px; position: relative; }
.hero-media img { width: 100%; height: 590px; object-fit: cover; border-radius: 2px; filter: saturate(.82) contrast(1.03); animation: image-in 1s cubic-bezier(.22, 1, .36, 1) .15s both; }
.hero-note { position: absolute; left: -28px; bottom: 30px; background: var(--white); padding: 20px 22px; width: 190px; box-shadow: var(--shadow); }
.hero-note strong { display: block; font-family: var(--display); font-size: 31px; font-weight: 400; }
.hero-note small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.hero-note { animation: note-float 4s ease-in-out 1.2s infinite; }
.section { padding: 112px 0; }
.scroll-reveal { opacity: 0; transform: translateY(32px); transition: opacity .85s ease, transform .85s cubic-bezier(.22, 1, .36, 1); }
.scroll-reveal.is-visible { opacity: 1; transform: none; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head h2 { margin: 10px 0 0; }
.section-head p { max-width: 380px; color: var(--muted); margin-bottom: 6px; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { background: var(--white); position: relative; overflow: hidden; cursor: pointer; box-shadow: 0 8px 28px rgba(21, 35, 45, .05); border: 1px solid rgba(222, 216, 205, .7); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.product-card img { width: 100%; aspect-ratio: .86; object-fit: cover; transition: transform .45s ease; }
.product-card:hover img { transform: scale(1.05); }
.products-grid .product-card, .category-grid .category, .blog-grid .blog-card { animation: card-in .65s cubic-bezier(.22, 1, .36, 1) both; animation-delay: calc(var(--card-index, 0) * 80ms); }
.product-info { padding: 22px 20px 24px; border-top: 1px solid rgba(222, 216, 205, .65); }
.product-info h3 { font-family: var(--body); font-size: 15px; letter-spacing: -.02em; font-weight: 800; margin: 0 0 6px; }
.product-info p { color: var(--muted); font-size: 13px; margin-bottom: 13px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.price { color: var(--coral-dark); font-weight: 800; }
.arrow { color: var(--blue); font-size: 18px; }
.tag { position: absolute; top: 14px; left: 14px; padding: 5px 8px; background: var(--white); color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.band { background: var(--blue); color: var(--white); padding: 108px 0; position: relative; overflow: hidden; }
.band::after { content: ''; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(240, 200, 155, .18); border-radius: 50%; right: -150px; bottom: -190px; }
.band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.band h2 { max-width: 540px; margin: 12px 0 20px; }
.band p { color: #c9dcdb; max-width: 470px; }
.stat-row { display: flex; gap: 42px; margin-top: 38px; }
.stat strong { display: block; color: var(--white); font-family: var(--display); font-size: 43px; font-weight: 400; }
.stat span { color: #b6cfce; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.quote { background: var(--white); padding: 36px; color: var(--ink); border-left: 3px solid var(--coral); box-shadow: 0 18px 45px rgba(0, 0, 0, .12); }
.quote p { font-family: var(--display); font-size: 28px; line-height: 1.15; }
.quote small { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category { min-height: 300px; position: relative; overflow: hidden; color: var(--white); border: 1px solid rgba(255, 255, 255, .14); }
.category img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.74); transition: transform .45s ease, filter .45s ease; }
.category:hover img { transform: scale(1.06); filter: brightness(.58); }
.category-content { position: absolute; inset: auto 24px 23px; }
.category-content h3 { margin-bottom: 4px; font-size: 36px; }
.category-content span { color: #e8eeee; font-size: 12px; }
.page-hero { padding: 100px 0 82px; background: var(--sage); position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(134, 96, 58, .16); border-radius: 50%; right: -100px; top: -110px; }
.page-hero h1 { max-width: 730px; margin: 14px 0 0; }
.page-hero p { max-width: 520px; color: var(--muted); font-size: 17px; margin: 20px 0 0; }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.filter-btn { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 10px 15px; font-size: 12px; font-weight: 800; }
.filter-btn.active, .filter-btn:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.product-detail img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.detail-copy h2 { margin: 12px 0 15px; }
.detail-copy .lead { color: var(--muted); font-size: 17px; }
.detail-list { list-style: none; padding: 20px 0; margin: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-list li { display: flex; justify-content: space-between; padding: 8px 0; font-size: 13px; }
.detail-list span { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.about-grid img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.about-copy h2 { margin: 12px 0 20px; }
.about-copy p { color: var(--muted); max-width: 520px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 35px; }
.value { padding: 25px 18px 0 0; border-right: 1px solid var(--line); }
.value + .value { padding-left: 18px; }
.value:last-child { border: 0; }
.value h3 { font-family: var(--body); font-size: 15px; font-weight: 800; letter-spacing: 0; }
.value p { font-size: 13px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.contact-info h2 { margin: 13px 0 20px; }
.contact-info p { color: var(--muted); }
.contact-item { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-item strong { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 5px; }
.contact-item span { color: var(--muted); }
.contact-form { background: var(--white); padding: 38px; box-shadow: var(--shadow); border-top: 3px solid var(--coral); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select { border: 1px solid var(--line); background: var(--paper); padding: 13px; color: var(--ink); outline: none; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--coral); }
.site-footer { background: var(--ink); color: #d8e3e2; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.site-footer .logo { color: var(--white); }
.site-footer .logo-mark::after { background: var(--ink); }
.footer-intro p { color: #9fb4b4; max-width: 260px; font-size: 13px; margin-top: 18px; }
.footer-col strong { display: block; color: var(--white); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 15px; }
.footer-col a { display: block; color: #9fb4b4; font-size: 13px; margin-bottom: 8px; }
.footer-col a:hover { color: var(--coral); }
.footer-bottom { border-top: 1px solid #33464d; margin-top: 42px; padding-top: 18px; display: flex; justify-content: space-between; color: #819b9b; font-size: 11px; }
.sitemap-footer-link { color: #f0c89b; letter-spacing: .08em; text-transform: uppercase; }
.sitemap-footer-link:hover { color: var(--white); }
.fuli-link { color: #f0c89b; }
.fuli-link:hover { color: var(--white); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.blog-card { background: var(--white); box-shadow: 0 8px 28px rgba(21, 35, 45, .05); }
.blog-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.blog-card-body { padding: 24px; }
.blog-card-body h2 { font-size: 31px; margin: 13px 0; }
.blog-card-body p { color: var(--muted); font-size: 14px; min-height: 48px; }
.article-hero { padding: 105px 0 75px; background: var(--sage); }
.article-hero h1 { max-width: 800px; margin: 16px 0 20px; font-size: clamp(46px, 6vw, 76px); }
.article-hero p { max-width: 610px; color: var(--muted); font-size: 18px; }
.article-body { padding: 70px 0 110px; }
.article-body img { width: min(920px, 100%); max-height: 520px; margin: 0 auto 55px; object-fit: cover; }
.article-copy { width: min(680px, 100%); margin: 0 auto; }
.article-copy p { color: var(--muted); font-size: 18px; line-height: 1.85; }
.error-page { min-height: 650px; display: grid; place-items: center; background: var(--sage); text-align: center; }
.error-page-inner { padding: 90px 0; }
.error-number { color: var(--coral); font-family: var(--display); font-size: clamp(110px, 20vw, 230px); line-height: .8; letter-spacing: .02em; margin-bottom: 30px; }
.error-page h1 { max-width: 650px; margin: 14px auto 18px; font-size: clamp(42px, 6vw, 72px); }
.error-page p { max-width: 520px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.error-page .hero-buttons { justify-content: center; }
.error-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-top: 34px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.error-links a:hover { color: var(--ink); }
@media (max-width: 700px) { .blog-grid { grid-template-columns: 1fr; } .blog-card-body h2 { font-size: 28px; } .article-hero { padding: 72px 0 55px; } .article-body { padding: 48px 0 75px; } .article-copy p { font-size: 16px; } }
.page-hero { border-bottom: 1px solid rgba(134, 96, 58, .16); }
.page-hero h1, .hero-copy h1, h2 { letter-spacing: 0; }
.section-head h2, .band h2 { letter-spacing: 0; }
.detail-copy h2 { font-size: clamp(42px, 5vw, 68px); }
.field input, .field textarea, .field select { border-radius: 0; }
.field input::placeholder, .field textarea::placeholder { color: #9a958b; }
button:disabled { cursor: wait; opacity: .65; }
.reveal { animation: rise .7s both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes menu-in { from { opacity: 0; transform: translateY(-6px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes card-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes image-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
@keyframes note-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-8px) rotate(1deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) { .nav-links { display: none; position: absolute; left: 0; right: 0; top: 82px; background: var(--paper); border-bottom: 1px solid var(--line); padding: 22px 24px; flex-direction: column; align-items: flex-start; gap: 17px; } .nav-links.open { display: flex; } .nav-menu { width: 100%; } .nav-menu summary { padding: 2px 0; } .nav-submenu { position: static; min-width: 0; margin-top: 9px; padding: 4px 0 4px 14px; border: 0; border-left: 1px solid var(--line); box-shadow: none; } .nav-submenu a { padding: 6px 10px; } .menu-toggle { display: block; } .nav-actions .btn { display: none; } .hero-grid, .band-grid, .about-grid, .contact-grid, .product-detail { grid-template-columns: 1fr; gap: 40px; } .hero { min-height: auto; } .hero-media { min-height: 0; } .hero-media img { height: 420px; } .hero-note { left: 16px; bottom: 16px; } .products-grid { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 570px) { .container { width: min(100% - 32px, 1180px); } .topbar .container { font-size: 9px; } .topbar .container span { display: none; } .nav { min-height: 72px; } .nav-links { top: 72px; } .hero-copy { padding: 58px 0 20px; } h1 { font-size: 53px; } .section { padding: 72px 0; } .section-head { display: block; } .section-head p { margin-top: 18px; } .products-grid, .category-grid { grid-template-columns: 1fr; } .category { min-height: 240px; } .form-grid { grid-template-columns: 1fr; gap: 0; } .field.full { grid-column: auto; } .contact-form { padding: 22px; } .values { grid-template-columns: 1fr; } .value, .value + .value { border-right: 0; border-bottom: 1px solid var(--line); padding: 20px 0; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; } .footer-intro { grid-column: 1 / -1; } .footer-bottom { display: block; } .footer-bottom span { display: block; margin-top: 6px; } }
