:root {
  --ink: #13242c;
  --muted: #5d6c73;
  --paper: #f3f7f7;
  --surface: #ffffff;
  --line: #d8e2e2;
  --red: #a52b35;
  --teal: #006c70;
  --night: #0e2832;
  --yellow: #e9b74c;
  --shadow: 0 14px 36px rgba(16, 42, 51, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
img, picture, video, canvas, svg, iframe { max-width: 100%; }
img { height: auto; }
.wrap { width: min(1160px, calc(100% - 40px)); max-width: 100%; margin: 0 auto; }
.nav > *, .hero .wrap > *, .intro > *, .cards > *, .feature > *, .listing-grid > *, .product-detail > *, .foot > * { min-width: 0; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 4; background: #fff; padding: 10px; }
.topline { background: var(--night); color: #dbe8e7; font-size: .82rem; }
.topline .wrap { padding: .55rem 0; display: flex; justify-content: space-between; gap: 1rem; }
header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 2; }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { color: var(--night); text-decoration: none; font-weight: 850; letter-spacing: -.04em; font-size: 1.25rem; white-space: nowrap; }
.brand em { color: var(--red); font-style: normal; }
nav { display: flex; align-items: center; gap: 1.35rem; flex-wrap: wrap; justify-content: flex-end; }
nav a { color: #3d5158; font-weight: 650; text-decoration: none; font-size: .94rem; }
nav a:hover, nav a[aria-current="page"] { color: var(--red); }
.language { border-left: 1px solid var(--line); padding-left: 1rem; }
.hero { background: var(--night); color: #fff; overflow: hidden; }
.hero .wrap { padding: clamp(3.5rem, 8vw, 6.5rem) 0; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; }
.eyebrow { color: var(--yellow); text-transform: uppercase; font-weight: 800; letter-spacing: .14em; font-size: .75rem; margin: 0 0 1rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.05; margin: 0; color: inherit; }
h1, h2, h3, p, dd, a { overflow-wrap: break-word; }
h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); letter-spacing: -.055em; max-width: 11ch; }
.hero p:not(.eyebrow) { color: #d3e1e1; max-width: 43rem; font-size: 1.12rem; margin: 1.4rem 0 0; }
.hero-mark { align-self: stretch; min-height: 190px; display: grid; place-items: center; position: relative; border: 1px solid rgba(233,183,76,.6); }
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.2); inset: 16px; }
.hero-mark::after { inset: 34px; border-color: rgba(233,183,76,.65); }
.hero-mark span { position: relative; z-index: 1; font: 700 clamp(3rem, 8vw, 6.6rem)/.8 Georgia, serif; color: var(--yellow); }
.hero-mark small { position: absolute; bottom: 20px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; font-size: .66rem; }
.intro { padding: 4.2rem 0 1.7rem; display: grid; grid-template-columns: .72fr 1.28fr; gap: 4rem; }
h2 { font-size: clamp(2rem, 3vw, 3.1rem); letter-spacing: -.045em; }
.intro p { font-size: 1.08rem; margin: 0; color: #354a51; }
.section { padding: 2.8rem 0 4.8rem; }
.section-head { display: flex; justify-content: space-between; gap: 1.5rem; align-items: end; margin-bottom: 1.5rem; }
.section-head p { max-width: 38rem; color: var(--muted); margin: .5rem 0 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { background: var(--surface); padding: 1.5rem; border: 1px solid var(--line); border-top: 4px solid var(--teal); box-shadow: var(--shadow); display: flex; flex-direction: column; min-height: 255px; }
.card:nth-child(2) { border-top-color: var(--red); }
.card:nth-child(3) { border-top-color: var(--yellow); }
.card h3 { font-size: 1.65rem; margin-bottom: .75rem; }
.card p { margin: 0 0 1.3rem; color: var(--muted); }
.card .link { margin-top: auto; }
.link, .button { color: var(--red); font-weight: 800; text-decoration: none; }
.link::after { content: " →"; }
.feature { margin-top: 1.25rem; background: var(--surface); border: 1px solid var(--line); display: grid; grid-template-columns: minmax(260px,.9fr) 1.1fr; overflow: hidden; box-shadow: var(--shadow); }
.feature img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; background: #d7e4e4; }
.feature-copy { padding: clamp(1.5rem, 4vw, 3.4rem); }
.feature-copy h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.feature-copy p { color: var(--muted); font-size: 1.04rem; max-width: 38rem; }
.button { display: inline-block; background: var(--red); color: #fff; padding: .78rem 1.05rem; border: 2px solid var(--red); margin-top: .65rem; }
.button:hover { background: #86232b; border-color: #86232b; }
.notice { border-left: 4px solid var(--yellow); padding: .85rem 1rem; background: #fff8e5; color: #5c4a20; margin: 1.8rem 0 0; }
.pagehead { background: var(--night); color: #fff; padding: 4.4rem 0; }
.pagehead h1 { max-width: 16ch; }
.pagehead p:not(.eyebrow) { max-width: 47rem; color: #d8e5e5; font-size: 1.08rem; }
.listing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.listing { background: #fff; border: 1px solid var(--line); padding: 1.25rem 1.3rem; display: grid; gap: .45rem; align-content: start; }
.listing-media { display: block; margin: -1.25rem -1.3rem .8rem; overflow: hidden; background: #d7e4e4; aspect-ratio: 16 / 10; }
.listing-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.listing-media:hover img { transform: scale(1.025); }
.listing h3 { font-size: 1.34rem; }
.title-link { text-decoration: none; }
.title-link:hover { color: var(--red); }
.listing p { color: var(--muted); margin: 0; }
.meta { font-size: .84rem; font-weight: 750; color: var(--teal); text-transform: uppercase; letter-spacing: .07em; }
.buy { text-decoration: none; font-weight: 800; color: var(--red); margin-top: .25rem; }
.buy::after { content: " ↗"; }
.listing-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: .35rem; }
.details { color: var(--teal); font-weight: 800; text-decoration: none; }
.details::after { content: " →"; }
.breadcrumbs { display: flex; gap: .55rem; flex-wrap: wrap; padding-top: 1.25rem; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: var(--teal); }
.product-detail { padding: 2rem 0 5rem; display: grid; grid-template-columns: minmax(280px, .88fr) 1.12fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.product-media { width: 100%; max-width: 100%; min-width: 0; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); padding: .75rem; overflow: hidden; }
.product-media img { width: 100%; max-width: 100%; height: auto; display: block; object-fit: contain; }
.product-copy { padding-top: 1rem; }
.product-copy h1 { max-width: 15ch; font-size: clamp(2.35rem, 5vw, 4.35rem); color: var(--night); }
.product-copy .lead { color: #354a51; font-size: 1.12rem; margin: 1.2rem 0; max-width: 44rem; }
.facts { margin: 1.5rem 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.facts dt { font-weight: 800; color: var(--night); }
.facts dd { margin: 0; color: var(--muted); }
.fineprint { color: var(--muted); font-size: .88rem; }
.prose-cover { width: min(520px, 100%); height: auto; display: block; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); margin-bottom: 2rem; }
.consent { position: fixed; z-index: 20; left: 1rem; right: 1rem; bottom: 1rem; width: min(680px, calc(100% - 2rem)); margin: 0 auto; padding: 1rem 1.1rem; background: var(--night); color: #fff; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 18px 50px rgba(0,0,0,.3); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.consent p { margin: 0; font-size: .92rem; }
.consent a { color: var(--yellow); }
.consent div { display: flex; gap: .55rem; flex: none; }
.consent button { border: 1px solid #789096; background: transparent; color: #fff; padding: .55rem .72rem; font: inherit; font-weight: 750; cursor: pointer; }
.consent button.accept { background: var(--red); border-color: var(--red); }
.prose { width: min(760px, 100%); padding: 4rem 0 5rem; }
.prose h2 { margin: 2.5rem 0 .9rem; font-size: 2rem; }
.prose p { color: #34494f; font-size: 1.06rem; }
.prose ul { padding-left: 1.2rem; color: #34494f; }
footer { background: var(--night); color: #d5e2e2; padding: 2.8rem 0; }
.foot { display: flex; justify-content: space-between; gap: 2rem; align-items: start; }
footer p { max-width: 37rem; margin: .75rem 0 0; color: #acc0c1; font-size: .9rem; }
.foot-links { display: flex; flex-direction: column; gap: .5rem; font-size: .92rem; }
.foot-links a { color: #fff; }
@media (max-width: 760px) {
  .wrap { width: calc(100% - 28px); }
  .topline .wrap { display: block; }
  .topline .wrap span + span { display: none; }
  header { position: static; }
  .nav { padding: 1rem 0; flex-direction: column; align-items: stretch; gap: .8rem; }
  .brand { white-space: normal; }
  nav { width: 100%; gap: .7rem 1rem; justify-content: flex-start; }
  .language { border-left: 0; padding-left: 0; }
  .hero .wrap, .intro, .feature { grid-template-columns: 1fr; }
  .hero .wrap { gap: 2rem; }
  .hero-mark { min-height: 170px; }
  .intro { gap: 1rem; padding-top: 3rem; }
  .cards, .listing-grid, .product-detail { grid-template-columns: 1fr; }
  .section-head, .foot { display: block; }
  .section-head > * + * { margin-top: 1rem; }
  .feature img { min-height: 240px; }
  .foot-links { margin-top: 1.5rem; }
  .consent { display: block; }
  .consent div { margin-top: .8rem; }
}

@media (max-width: 480px) {
  .wrap { width: calc(100% - 20px); }
  h1 { font-size: clamp(2.15rem, 12vw, 3rem); }
  .pagehead { padding: 3rem 0; }
  .section { padding: 2.2rem 0 3.5rem; }
  .product-detail { padding-top: 1.25rem; gap: 1.4rem; }
  .product-media { padding: .45rem; }
  .facts div { grid-template-columns: 1fr; gap: .2rem; }
  .button { width: 100%; max-width: 100%; text-align: center; }
  .consent { left: .5rem; right: .5rem; bottom: .5rem; width: calc(100% - 1rem); }
  .consent div { flex-wrap: wrap; }
}
