:root {
  --bg: #f7f1eb;
  --paper: #fffdfa;
  --ink: #4f473f;
  --muted: #8b8177;
  --line: #ddd3c9;
  --accent: #7f7468;
  --shadow: 0 18px 50px rgba(80, 65, 52, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Montserrat, Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.announcement { background: var(--ink); color: #fff; text-align: center; padding: 8px 16px; font-size: 12px; letter-spacing: .08em; }
.site-header { min-height: 92px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 24px; padding: 12px 5vw; position: sticky; top: 0; z-index: 20; background: rgba(255,253,250,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(221,211,201,.7); }
.brand img { width: 205px; display: block; }
.main-nav { display: flex; justify-content: center; gap: 30px; font-size: 14px; }
.main-nav a:hover { color: var(--muted); }
.cart-button, .menu-toggle, .cart-close { border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.cart-button { border: 1px solid var(--line); padding: 10px 14px; border-radius: 999px; }
.cart-button span { display: inline-grid; place-items: center; min-width: 23px; height: 23px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 12px; }
.menu-toggle { display: none; font-size: 24px; }
.hero { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding: 7vw; background: radial-gradient(circle at 78% 42%, #fff 0 17%, transparent 42%), linear-gradient(135deg, #f8f3ee, #eee5dc); overflow: hidden; }
.hero-content { max-width: 700px; }
.eyebrow { margin: 0 0 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .28em; color: var(--accent); font-weight: 600; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 1.02; margin: 0; }
h1 { font-size: clamp(54px, 7vw, 100px); letter-spacing: -.03em; }
h2 { font-size: clamp(40px, 5vw, 66px); }
.hero-content > p:not(.eyebrow) { max-width: 600px; font-size: 17px; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 2px; border: 1px solid var(--ink); cursor: pointer; transition: .2s ease; }
.button.primary { background: var(--ink); color: #fff; }
.button.secondary { background: transparent; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(79,71,63,.12); }
.hero-mark { display: grid; place-items: center; }
.hero-mark img { width: min(660px, 58vw); filter: drop-shadow(0 25px 35px rgba(80,65,52,.08)); }
.benefits { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits div { padding: 28px 4vw; text-align: center; border-right: 1px solid var(--line); }
.benefits div:last-child { border-right: 0; }
.benefits strong, .benefits span { display: block; }
.benefits span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.section { padding: 110px 6vw; }
.section-heading { max-width: 800px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading.narrow { max-width: 900px; margin: auto; text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product-card { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.product-image { min-height: 360px; display: grid; place-items: center; background: linear-gradient(145deg, #f7f1eb, #eee5dc); position: relative; overflow: hidden; }
.product-image::before { content: "MAREFINO"; font-family: "Cormorant Garamond", serif; letter-spacing: .16em; color: rgba(79,71,63,.12); font-size: 44px; transform: rotate(-12deg); }
.shark-shape { position: absolute; width: 150px; height: 72px; border-radius: 60% 45% 55% 50%; background: var(--product-color); box-shadow: inset -18px -15px 0 rgba(0,0,0,.08), 0 15px 30px rgba(79,71,63,.15); transform: rotate(-7deg); }
.shark-shape::before { content: ""; position: absolute; left: 45px; top: -34px; border-left: 24px solid transparent; border-right: 7px solid transparent; border-bottom: 48px solid var(--product-color); transform: rotate(-8deg); }
.shark-shape::after { content: ""; position: absolute; right: -38px; top: 11px; border-top: 26px solid transparent; border-bottom: 26px solid transparent; border-left: 42px solid var(--product-color); }
.product-info { padding: 22px; }
.product-info h3 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 28px; }
.product-meta { color: var(--muted); font-size: 13px; margin: 4px 0 18px; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.price { font-weight: 600; }
.add-button { border: 1px solid var(--ink); background: transparent; padding: 9px 14px; cursor: pointer; }
.add-button:hover { background: var(--ink); color: #fff; }
.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--bg); }
.story-card { padding: 9vw 7vw; }
.story-card > p:not(.eyebrow), .story-card li { color: var(--muted); }
.story-card ul { padding-left: 20px; }
.story-visual { display: grid; place-items: center; align-content: center; background: #5d544b; color: #fff; text-align: center; }
.story-visual .fin { font-size: 160px; line-height: .7; opacity: .75; }
.story-visual p { font-family: "Cormorant Garamond", serif; text-transform: uppercase; letter-spacing: .16em; font-size: 28px; }
.about { background: #fff; }
.newsletter { margin: 0 6vw 100px; padding: 60px; background: var(--bg); display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: center; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { width: 100%; border: 1px solid var(--line); background: #fff; padding: 15px; }
.form-status { grid-column: 2; margin: -28px 0 0; font-size: 13px; }
footer { padding: 60px 6vw 24px; background: #453f39; color: #ede7e1; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 40px; }
footer h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .16em; }
footer a, footer span { display: block; color: #cfc5bc; margin: 8px 0; font-size: 13px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); opacity: .85; }
.footer-brand p { color: #cfc5bc; font-size: 13px; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 20px; color: #bfb5ac; font-size: 12px; }
.cart-drawer { position: fixed; inset: 0; z-index: 50; background: rgba(30,27,24,.38); opacity: 0; pointer-events: none; transition: .2s; }
.cart-drawer.open { opacity: 1; pointer-events: auto; }
.cart-panel { width: min(440px, 100%); height: 100%; margin-left: auto; background: #fff; display: flex; flex-direction: column; transform: translateX(100%); transition: .25s; }
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 24px; border-bottom: 1px solid var(--line); }
.cart-header h2 { font-size: 36px; }
.cart-close { font-size: 32px; }
.cart-items { padding: 20px 24px; overflow: auto; flex: 1; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item h4 { margin: 0; }
.cart-item button { border: 0; background: none; text-decoration: underline; cursor: pointer; color: var(--muted); padding: 0; }
.cart-footer { padding: 24px; border-top: 1px solid var(--line); }
.total { display: flex; justify-content: space-between; margin-bottom: 18px; }
.checkout { width: 100%; }
.cart-footer small { display: block; color: var(--muted); margin-top: 12px; }
@media (max-width: 900px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .brand img { width: 170px; }
  .menu-toggle { display: block; order: -1; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; flex-direction: column; padding: 24px 5vw; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-mark { margin-top: 40px; }
  .hero-mark img { width: min(720px, 94vw); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .story { grid-template-columns: 1fr; }
  .story-visual { min-height: 420px; }
  .newsletter { grid-template-columns: 1fr; }
  .form-status { grid-column: 1; margin: -20px 0 0; }
  footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .announcement { font-size: 10px; }
  .site-header { padding-inline: 16px; }
  .brand img { width: 135px; }
  .cart-button { font-size: 0; }
  .cart-button::before { content: "🛒"; font-size: 18px; }
  .hero { min-height: auto; padding: 72px 22px; }
  h1 { font-size: 54px; }
  .benefits, .product-grid { grid-template-columns: 1fr; }
  .benefits div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 80px 22px; }
  .newsletter { margin: 0 22px 70px; padding: 34px 22px; }
  .newsletter form { flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 50px 22px 22px; }
}
