:root {
  --ink: #132b2b;
  --muted: #607574;
  --paper: #f7fbf8;
  --soft: #e7f2ed;
  --line: #c9ded7;
  --accent: #f06449;
  --accent-dark: #c74735;
  --mint: #c9e7d9;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; background: rgba(247, 251, 248, .94); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 18px clamp(20px, 5vw, 72px); position: relative; z-index: 2; }
.brand { align-items: center; display: flex; font-size: 1.08rem; font-weight: bold; gap: 10px; letter-spacing: .02em; }
.brand span { align-items: center; background: var(--ink); border-radius: 10px; color: var(--paper); display: inline-flex; font-family: Arial, sans-serif; font-size: .62rem; height: 32px; justify-content: center; letter-spacing: -.05em; transform: rotate(-7deg); width: 32px; }
.site-header nav { display: flex; font-family: Arial, sans-serif; font-size: .7rem; gap: clamp(16px, 3vw, 38px); letter-spacing: .1em; text-transform: uppercase; }
.site-header nav a:hover, .header-link:hover { color: var(--accent-dark); }
.header-link { font-family: Arial, sans-serif; font-size: .72rem; letter-spacing: .06em; }
.hero { background: var(--soft); min-height: 600px; overflow: hidden; padding: clamp(70px, 11vw, 150px) clamp(20px, 12vw, 180px) 100px; position: relative; }
.hero:before { background: var(--mint); border-radius: 50%; content: ''; height: 390px; position: absolute; right: 8%; top: 13%; width: 390px; }
.hero:after { background: var(--accent); content: ''; height: 180px; position: absolute; right: 12%; top: 21%; width: 1px; }
.hero > * { position: relative; z-index: 1; }
.eyebrow { color: var(--accent-dark); font-family: Arial, sans-serif; font-size: .66rem; font-weight: bold; letter-spacing: .16em; margin: 0 0 22px; text-transform: uppercase; }
.hero h1 { font-size: clamp(4rem, 10vw, 9rem); font-weight: normal; letter-spacing: -.06em; line-height: .86; margin: 0; max-width: 900px; }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero-copy { font-size: 1.1rem; line-height: 1.55; margin: 42px 0 30px; max-width: 420px; }
.button { background: var(--ink); border-radius: 3px; color: var(--paper); display: inline-flex; font-family: Arial, sans-serif; font-size: .72rem; gap: 22px; letter-spacing: .08em; padding: 15px 20px; text-transform: uppercase; }
.button:hover { background: var(--accent); }
.hero-note { align-items: center; bottom: 62px; display: flex; gap: 12px; position: absolute; right: 12%; font-family: Arial, sans-serif; text-transform: uppercase; }
.hero-note strong { font-family: Georgia, serif; font-size: 3rem; font-weight: normal; }
.hero-note span { font-size: .62rem; letter-spacing: .08em; line-height: 1.3; }
.intro { margin: 0 auto; padding: 125px 24px 76px; max-width: 1100px; }
.intro h2, .category h2 { font-size: clamp(2.2rem, 4vw, 4rem); font-weight: normal; letter-spacing: -.04em; line-height: 1; margin: 0 0 20px; }
.intro > p:last-child { color: var(--muted); font-size: 1.1rem; margin: 0; }
.category { padding: 76px max(24px, calc((100% - 1240px) / 2)) 130px; }
.category.tinted { background: var(--soft); }
.category-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 42px; }
.category-heading > p { color: var(--muted); font-size: 1rem; margin: 0 0 5px; max-width: 230px; }
.product-grid { display: grid; gap: 38px 22px; grid-template-columns: repeat(5, 1fr); }
.product { min-width: 0; }
.product img { aspect-ratio: 1 / 1.08; background: var(--mint); border-radius: 5px; display: block; object-fit: cover; transition: transform .25s ease; width: 100%; }
.product:hover img { transform: translateY(-5px); }
.product div { padding-top: 13px; }
.product h3 { font-size: 1.05rem; font-weight: normal; line-height: 1.15; margin: 0 0 4px; }
.product p { color: var(--muted); font-family: Arial, sans-serif; font-size: .68rem; letter-spacing: .04em; margin: 0 0 8px; }
.product strong { font-family: Arial, sans-serif; font-size: .77rem; font-weight: normal; }
.site-footer { align-items: center; background: var(--ink); color: var(--paper); display: flex; gap: 30px; justify-content: space-between; padding: 30px max(24px, calc((100% - 1240px) / 2)); font-family: Arial, sans-serif; }
.site-footer .brand { font-family: Georgia, serif; }
.site-footer .brand span { background: var(--paper); color: var(--ink); }
.site-footer p, .site-footer small { color: #b5ccc5; font-size: .7rem; letter-spacing: .05em; margin: 0; }
@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(3, 1fr); } .hero:before { right: -90px; } .hero:after { right: 8%; } .hero-note { right: 8%; } }
@media (max-width: 620px) { .site-header { padding: 16px 20px; } .site-header nav { display: none; } .header-link { font-size: .65rem; } .hero { min-height: 620px; padding: 76px 24px 100px; } .hero h1 { font-size: clamp(3.7rem, 18vw, 6rem); } .hero:before { height: 260px; right: -100px; top: 10%; width: 260px; } .hero:after { height: 110px; right: 12%; top: 18%; } .hero-note { bottom: 34px; right: 24px; } .intro { padding: 84px 24px 52px; } .category { padding: 58px 24px 80px; } .category-heading { align-items: start; display: block; } .category-heading > p { margin-top: 20px; } .product-grid { gap: 30px 14px; grid-template-columns: repeat(2, 1fr); } .product h3 { font-size: .93rem; } .site-footer { align-items: start; flex-direction: column; gap: 15px; } }
.skip-link { background: var(--accent); color: var(--paper); left: 12px; padding: 10px 14px; position: fixed; top: -60px; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { backdrop-filter: blur(12px); position: sticky; top: 0; }
.desktop-nav { align-items: center; flex: 1; justify-content: center; }
.mobile-menu { display: none; font-family: Arial, sans-serif; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.mobile-menu summary { cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { color: var(--accent); font-size: 1.1rem; margin-left: 5px; }
.mobile-menu[open] { position: relative; }
.mobile-menu nav { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 12px 30px rgba(19, 43, 43, .12); display: grid; gap: 12px; min-width: 220px; padding: 18px; position: absolute; right: 0; top: 32px; }
.mobile-menu nav a { white-space: nowrap; }
a:focus-visible, summary:focus-visible, .button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.product a { display: block; height: 100%; }
.product h3 { overflow-wrap: anywhere; }
@media (max-width: 620px) { .desktop-nav { display: none; } .mobile-menu { display: block; } .site-header { gap: 16px; } .header-link { margin-left: auto; } }
