:root {
  
  --tn-green: #1d2c23;
  --tn-green-2: #2f3d30;
  --tn-olive: #697041;
  --tn-olive-light: #a9ad78;
  --tn-cream: #f7f0e5;
  --tn-paper: #fffaf2;
  --tn-ink: #1d1b18;
  --tn-muted: #766f65;
  --tn-gold: #c99a4c;
  --tn-copper: #c66f45;
  --tn-pink: #b84f70;
  --tn-line: rgba(112, 85, 52, .22);
  --tn-radius: 32px;
  --tn-shell: min(1420px, calc(100vw - 64px));
  --tn-serif: Georgia, 'Times New Roman', serif;
  --tn-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}


/* Heritage footer wordmark — keep the footer navigation and service grid intact. */
.tn-footer-feature.tn-footer-feature--heritage {
  grid-template-columns: minmax(210px,.72fr) minmax(390px,1.25fr) 126px;
}


.tn-footer-brand--heritage {
  position: relative;
  display: grid;
  justify-items: start;
  align-content: center;
  min-width: 0;
  padding: 8px 0 7px;
}


.tn-footer-brand--heritage::before {
  content: '';
  width: 46px;
  height: 1px;
  margin-bottom: 17px;
  background: linear-gradient(90deg,#efbe6a,#c87662 72%,transparent);
  box-shadow: 0 0 18px rgba(239,190,106,.18);
}


.tn-footer-brand--heritage .tn-footer-brand-name {
  margin: 0;
  color: #fff8ec;
  font: 400 clamp(43px,3.45vw,55px)/.88 var(--tn-serif);
  letter-spacing: .025em;
  white-space: nowrap;
  text-shadow: 0 10px 28px rgba(0,0,0,.18);
}


.tn-footer-brand--heritage .tn-footer-brand-by {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: rgba(255,248,236,.58);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .11em;
  white-space: nowrap;
}


.tn-footer-brand--heritage .tn-footer-brand-by::before {
  content: '';
  width: 22px;
  height: 1px;
  background: rgba(239,190,106,.58);
}


.tn-footer-brand--heritage .tn-footer-brand-by b {
  color: #efa7be;
  font: inherit;
  font-weight: 850;
  letter-spacing: .08em;
}


.tn-footer-brand--heritage .tn-footer-brand-signature {
  position: relative;
  display: grid;
  gap: 5px;
  width: min(100%,245px);
  margin: 23px 0 0;
  padding: 17px 0 0;
  color: inherit;
  border-top: 1px solid rgba(239,190,106,.22);
  white-space: normal;
}


.tn-footer-brand--heritage .tn-footer-brand-signature::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 54px;
  height: 3px;
  background: linear-gradient(90deg,#efbe6a,#c87662);
  border-radius: 999px;
  opacity: .88;
}


.tn-footer-brand--heritage .tn-footer-brand-signature::after {
  content: '◆';
  position: absolute;
  top: -7px;
  left: 59px;
  color: #eca8bf;
  font-size: 7px;
  line-height: 1;
  opacity: .82;
}


.tn-footer-brand--heritage .tn-footer-brand-signature em {
  color: #f2c4d3;
  font: italic 400 18px/1.1 var(--tn-serif);
  letter-spacing: .015em;
}


.tn-footer-brand--heritage .tn-footer-brand-signature small {
  color: rgba(255,248,236,.51);
  font-size: 7px;
  font-weight: 780;
  letter-spacing: .17em;
  line-height: 1.55;
  text-transform: uppercase;
}


@media (max-width: 1120px) {
  .tn-footer-feature.tn-footer-feature--heritage {
    grid-template-columns: minmax(190px,.64fr) minmax(330px,1.3fr) 100px;
  }


  .tn-footer-brand--heritage .tn-footer-brand-name {
    font-size: 41px;
  }


  .tn-footer-brand--heritage .tn-footer-brand-signature em {
    font-size: 16px;
  }
}


@media (max-width: 820px) {
  .tn-footer-feature.tn-footer-feature--heritage {
    grid-template-columns: minmax(190px,.7fr) minmax(0,1fr);
  }


  .tn-footer-brand--heritage .tn-footer-brand-name {
    font-size: 40px;
  }
}


@media (max-width: 560px) {
  .tn-footer-feature.tn-footer-feature--heritage {
    grid-template-columns: 1fr;
  }


  .tn-footer-brand--heritage {
    padding-right: 76px;
  }


  .tn-footer-brand--heritage::before {
    margin-bottom: 14px;
  }


  .tn-footer-brand--heritage .tn-footer-brand-name {
    font-size: clamp(39px,12vw,48px);
  }


  .tn-footer-brand--heritage .tn-footer-brand-signature {
    width: min(100%,230px);
    margin-top: 19px;
    padding-top: 15px;
  }
}


@media (max-width: 380px) {
  .tn-footer-brand--heritage {
    padding-right: 58px;
  }


  .tn-footer-brand--heritage .tn-footer-brand-name {
    font-size: 38px;
  }


  .tn-footer-brand--heritage .tn-footer-brand-by {
    font-size: 7px;
  }
}


* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: clip; color: var(--tn-ink); background: var(--tn-cream); font-family: var(--tn-sans); -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }


.tn-skip { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 12px 18px; color: #fff; background: var(--tn-pink); border-radius: 999px; transform: translateY(-180%); transition: transform .2s; }
.tn-skip:focus { transform: none; }


.tn-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 36px; min-height: 100px; padding: 14px max(32px, calc((100vw - 1420px) / 2)); border-bottom: 1px solid rgba(74, 58, 35, .13); background: rgba(250, 245, 237, .92); backdrop-filter: blur(18px); }
.tn-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.tn-brand img { width: 104px; height: 51px; object-fit: contain; }
.tn-brand span { display: grid; gap: 4px; padding-left: 13px; border-left: 1px solid rgba(94, 72, 42, .3); }
.tn-brand b, .tn-brand small { display: block; letter-spacing: .15em; white-space: nowrap; }
.tn-brand b { color: var(--tn-copper); font-size: 9px; }
.tn-brand small { font-size: 8px; }
.tn-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.7vw, 44px); }
.tn-nav a { position: relative; padding: 12px 0; font-size: 13px; font-weight: 720; }
.tn-nav a::after { content: ''; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--tn-pink); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.tn-nav a:hover::after, .tn-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.tn-cart-button { position: relative; display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 8px 0 18px; color: #fff; border: 0; border-radius: 999px; background: var(--tn-green); cursor: pointer; }
.tn-cart-button svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.tn-cart-button span { font-size: 12px; font-weight: 750; }
.tn-cart-button b { display: grid; place-items: center; min-width: 34px; height: 34px; color: var(--tn-green); background: var(--tn-gold); border-radius: 50%; font-size: 11px; }
.tn-menu-toggle { display: none; }


.tn-eyebrow { display: flex; align-items: center; gap: 12px; color: #f4c879; font-size: 10px; font-weight: 800; letter-spacing: .24em; text-transform: uppercase; }
.tn-eyebrow i { display: block; width: 32px; height: 1px; background: currentColor; }
.tn-eyebrow-dark { color: #a74a67; }
.tn-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.tn-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.tn-button:hover { transform: translateY(-2px); }
.tn-button-primary { color: #fff; background: var(--tn-pink); box-shadow: 0 15px 34px rgba(113, 37, 63, .22); }
.tn-button-outline { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.05); }
.tn-button-gold { color: #1f261e; background: linear-gradient(135deg, #f0cf91, var(--tn-gold)); }
.tn-button-ink { color: #fff; background: var(--tn-ink); }
.tn-button-cream { color: var(--tn-green); background: var(--tn-cream); }


.tn-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); min-height: calc(100vh - 100px); color: #fff; overflow: hidden; background: var(--tn-green); }
.tn-hero::before, .tn-hero::after { content: ''; position: absolute; border: 1px solid rgba(220, 183, 109, .13); border-radius: 50%; pointer-events: none; }
.tn-hero::before { width: 760px; height: 760px; right: -380px; top: -360px; }
.tn-hero::after { width: 560px; height: 560px; right: -270px; top: -260px; }
.tn-hero-image { position: relative; min-height: 720px; isolation: isolate; overflow: hidden; background: linear-gradient(90deg, rgba(10,15,12,.04), rgba(10,15,12,.48)), url('/assets/more-at-home/the-nine-hero.jpg') center / cover; }
.tn-hero-image::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(7, 12, 9, .86)); }
.tn-hero-glow { position: absolute; inset: 18% 8% 10%; border-radius: 50%; background: radial-gradient(circle, rgba(226, 174, 79, .22), transparent 66%); filter: blur(16px); }
.tn-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(48px, 6vw, 112px); background: radial-gradient(circle at 98% 10%, rgba(184,79,112,.16), transparent 30%), radial-gradient(circle at 6% 92%, rgba(201,154,76,.16), transparent 34%); }
.tn-hero-craftmark { position: absolute; z-index: 0; top: -92px; right: -74px; width: 310px; aspect-ratio: 1; color: #e2b765; opacity: .17; pointer-events: none; transform: rotate(8deg); }
.tn-hero-craftmark svg { display: block; width: 100%; height: 100%; overflow: visible; }
.tn-hero-craftmark circle, .tn-craftmark-symbol path { fill: none; stroke: currentColor; stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.tn-hero-craftmark text { fill: currentColor; font: 800 9px var(--tn-sans); letter-spacing: .19em; }
.tn-hero-craftmark + * { position: relative; z-index: 1; }
.tn-hero h1 { margin: 28px 0 5px; color: #f8eedb; font: 500 clamp(72px, 9vw, 146px)/.82 var(--tn-serif); letter-spacing: .015em; }
.tn-hero-lead { margin: 22px 0 0; font: 400 clamp(30px, 3.1vw, 50px)/1.04 var(--tn-serif); }
.tn-hero-lead em { color: #e7a7bc; font-weight: 400; }
.tn-hero-text { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.75; }
.tn-hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.tn-hero-facts span { display: inline-flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.68); font-size: 10px; }
.tn-hero-facts b { color: #f1bf69; font-size: 9px; letter-spacing: .12em; }
.tn-hero-note { position: absolute; bottom: 26px; left: 30px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; letter-spacing: .22em; }


.tn-hero-jars { display: none; }
.tn-jar { position: relative; width: 154px; height: 252px; border: 1px solid rgba(255,255,255,.22); border-radius: 29px 29px 36px 36px; background: linear-gradient(90deg, rgba(0,0,0,.16), transparent 18% 77%, rgba(0,0,0,.18)), var(--sauce); box-shadow: inset 0 12px 20px rgba(255,255,255,.22), inset 0 -18px 24px rgba(0,0,0,.12); }
.tn-jar i { position: absolute; z-index: 2; top: -18px; left: -4px; width: calc(100% + 8px); height: 46px; border-radius: 11px 11px 15px 15px; background: linear-gradient(#282521, #050505 58%, #24211e); box-shadow: 0 5px 8px rgba(0,0,0,.28); }
.tn-jar span { position: absolute; top: 68px; right: 0; left: 0; display: grid; place-items: center; gap: 18px; min-height: 126px; padding: 20px 10px; color: #4d3327; text-align: center; background: #eee5d8; box-shadow: 0 1px rgba(255,255,255,.5), 0 -1px rgba(77,46,28,.12); }
.tn-jar span::before { content: ''; position: absolute; top: 54px; width: 50px; height: 1px; background: var(--accent); }
.tn-jar span b { color: var(--accent); font: italic 28px/1 var(--tn-serif); }
.tn-jar span small { font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.tn-jar-main { width: 196px; height: 318px; }
.tn-jar-main span { top: 82px; min-height: 158px; }
.tn-jar-small { transform: scale(.84); transform-origin: bottom; }


.tn-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding: 56px max(32px, calc((100vw - 1420px) / 2)); border-bottom: 1px solid var(--tn-line); background: #f5eadc; }
.tn-intro p { margin: 0; font: 400 clamp(28px, 3vw, 46px)/1.1 var(--tn-serif); }
.tn-intro p em { color: var(--tn-pink); }
.tn-intro > span { color: var(--tn-muted); font-size: 14px; line-height: 1.75; }


.tn-collection, .tn-bundles, .tn-pairings { padding: 120px max(32px, calc((100vw - 1420px) / 2)); }
.tn-section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr); align-items: end; gap: 72px; max-width: 1320px; margin-bottom: 54px; }
.tn-section-head h2 { margin: 20px 0 0; font: 400 clamp(48px, 5.6vw, 82px)/.98 var(--tn-serif); }
.tn-section-head h2 em { color: var(--tn-olive); font-weight: 400; }
.tn-section-head > p { margin: 0; color: var(--tn-muted); font-size: 15px; line-height: 1.8; }
.tn-section-head-light h2, .tn-section-head-light p { color: #fff; }
.tn-section-head-light h2 em { color: #e7a7bc; }
.tn-section-head-light p { color: rgba(255,255,255,.62); }


.tn-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.tn-product-card { position: relative; overflow: hidden; min-height: 610px; border: 1px solid var(--tn-line); border-radius: 26px; background: #fffaf2; transition: transform .25s, box-shadow .25s; }
.tn-product-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(55,42,28,.13); }
.tn-product-media { position: relative; aspect-ratio: 1; overflow: hidden; background: #e8dfd1; }
.tn-product-image { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; transition: transform .5s; }
.tn-product-card:hover .tn-product-image { transform: scale(1.018); }
.tn-product-number { position: absolute; z-index: 3; top: 20px; left: 20px; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 9px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(10px); }
.tn-product-info { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; min-width: 0; padding: 25px 25px 23px; }
.tn-product-info > * { min-width: 0; }
.tn-product-info small { display: block; margin-bottom: 8px; color: var(--tn-pink); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.tn-product-info h3 { margin: 0; overflow-wrap: anywhere; font: 400 30px/1.04 var(--tn-serif); }
.tn-product-info p { grid-column: 1 / -1; margin: 0; color: var(--tn-muted); font-size: 12px; line-height: 1.55; }
.tn-product-price { text-align: right; }
.tn-product-price strong { display: block; white-space: nowrap; font: 400 22px/1 var(--tn-serif); }
.tn-product-price span { display: block; margin-top: 7px; color: var(--tn-muted); font-size: 9px; }
.tn-product-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 52px; gap: 9px; margin-top: 5px; }
.tn-product-actions a, .tn-product-actions button { display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.tn-product-actions a { border: 1px solid var(--tn-line); }
.tn-product-actions button { color: #fff; border: 0; background: var(--tn-green); cursor: pointer; }


.tn-box-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; color: #fff; background: linear-gradient(120deg, #18271f, #354332 60%, #4e4234); }
.tn-box-visual { position: relative; display: grid; place-items: center; min-height: 760px; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(226,181,99,.28), transparent 42%), radial-gradient(circle at 8% 90%, rgba(185,78,112,.18), transparent 33%); }
.tn-box-visual::before, .tn-box-visual::after { content: ''; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(228,195,126,.16); border-radius: 50%; }
.tn-box-visual::after { width: 470px; height: 470px; }
.tn-box-lid { position: absolute; z-index: 1; display: grid; place-items: center; width: min(72%, 620px); aspect-ratio: 1.4; color: #e9c27d; border: 1px solid rgba(227,190,118,.55); border-radius: 28px; background: linear-gradient(145deg, #3b4735, #16221b); box-shadow: 0 46px 80px rgba(0,0,0,.35); transform: rotate(-6deg); }
.tn-box-lid span { font: 400 clamp(54px, 6vw, 90px)/1 var(--tn-serif); letter-spacing: .04em; }
.tn-box-lid small { margin-top: -88px; color: #e9a8bd; font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.tn-box-grid { position: absolute; z-index: 2; right: 6%; bottom: 5%; display: grid; grid-template-columns: repeat(5, 48px); align-items: end; gap: 7px; transform: rotate(5deg); }
.tn-box-grid i { display: block; height: 92px; border-radius: 9px 9px 14px 14px; border-top: 13px solid #171512; background: var(--mini-color); box-shadow: 0 9px 12px rgba(0,0,0,.32); }
.tn-ribbon { position: absolute; z-index: 3; top: 18%; left: 9%; display: grid; place-items: center; width: 98px; height: 98px; color: #18271f; border-radius: 50%; background: var(--tn-gold); font: 700 18px var(--tn-serif); transform: rotate(-12deg); }
.tn-box-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(48px, 7vw, 116px); border-left: 1px solid rgba(255,255,255,.12); }
.tn-box-copy h2 { margin: 22px 0; font: 400 clamp(50px, 5vw, 80px)/.98 var(--tn-serif); }
.tn-box-copy h2 em { color: #e9a8bd; font-weight: 400; }
.tn-box-copy > p { max-width: 610px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.8; }
.tn-box-copy ul { display: grid; margin: 28px 0 20px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.tn-box-copy li { display: flex; gap: 18px; align-items: center; min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.72); font-size: 12px; }
.tn-box-copy li b { color: #f0bf6a; font-size: 10px; letter-spacing: .12em; }
.tn-price-row { display: flex; align-items: center; justify-content: space-between; margin: 12px 0 22px; }
.tn-price-row span { font-size: 12px; font-weight: 750; }
.tn-price-row strong { font: 400 32px var(--tn-serif); }


.tn-bundles { color: #fff; background: radial-gradient(circle at 86% 15%, rgba(184,79,112,.22), transparent 30%), linear-gradient(135deg, #1d2c23, #334033 60%, #423a31); }
.tn-bundle-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.tn-bundle-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.055); }
.tn-bundle-card::before { content: ''; position: absolute; width: 330px; height: 330px; right: -130px; top: -150px; border: 1px solid var(--bundle-accent); border-radius: 50%; opacity: .45; }
.tn-bundle-card > span { color: var(--bundle-accent); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.tn-bundle-card h3 { margin: 84px 0 9px; font: 400 38px/1.02 var(--tn-serif); }
.tn-bundle-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.6; }
.tn-bundle-card small { margin-top: 15px; color: var(--bundle-accent); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tn-bundle-card footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.tn-bundle-card footer strong { font: 400 22px var(--tn-serif); }
.tn-bundle-card footer button { display: grid; place-items: center; width: 46px; height: 46px; color: #1c251d; border: 0; border-radius: 50%; background: var(--bundle-accent); cursor: pointer; }
.tn-box-finder { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1.65fr); gap: clamp(34px,4vw,72px); margin-top: 18px; padding: clamp(34px,4vw,58px); color: var(--tn-ink); border-radius: 30px; overflow: hidden; background: linear-gradient(120deg,#f7ecdf 0%,#f4dce1 100%); }
.tn-box-finder::before { content: ''; position: absolute; z-index: -1; top: -300px; right: -160px; width: 620px; height: 620px; border: 1px solid rgba(184,79,112,.15); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.09),0 0 0 200px rgba(255,255,255,.055); }
.tn-box-finder-intro { min-width: 0; }
.tn-box-finder-intro h3 { margin: 18px 0 20px; font: 400 clamp(43px,4.2vw,66px)/.97 var(--tn-serif); }
.tn-box-finder-intro h3 em { color: var(--tn-pink); font-weight: 400; }
.tn-box-finder-intro > p { max-width: 390px; margin: 0; color: var(--tn-muted); font-size: 13px; line-height: 1.7; }
.tn-box-finder-body { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.9fr); gap: 16px; min-width: 0; }
.tn-box-profiles { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; min-width: 0; }
.tn-box-profiles button { position: relative; display: grid; grid-template-columns: 34px minmax(0,1fr); grid-template-rows: auto auto; gap: 4px 11px; align-content: center; min-width: 0; min-height: 96px; padding: 16px; color: var(--tn-ink); border: 1px solid rgba(89,67,56,.15); border-radius: 18px; background: rgba(255,255,255,.48); text-align: left; cursor: pointer; transition: border-color .2s,background .2s,transform .2s; }
.tn-box-profiles button:hover { transform: translateY(-2px); border-color: rgba(184,79,112,.42); }
.tn-box-profiles button.is-active { color: #fff; border-color: var(--tn-pink); background: linear-gradient(145deg,#87334f,#b84f70); box-shadow: 0 16px 32px rgba(109,41,61,.18); }
.tn-box-profiles button span { grid-row: 1 / 3; display: grid; place-items: center; width: 32px; height: 32px; color: var(--tn-pink); border: 1px solid currentColor; border-radius: 50%; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.tn-box-profiles button.is-active span { color: #f3c978; }
.tn-box-profiles button strong { min-width: 0; font: 400 18px/1.1 var(--tn-serif); overflow-wrap: anywhere; }
.tn-box-profiles button small { min-width: 0; color: var(--tn-muted); font-size: 9px; line-height: 1.35; overflow-wrap: anywhere; }
.tn-box-profiles button.is-active small { color: rgba(255,255,255,.68); }
.tn-box-result { --box-result-accent:#eedbbf; position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 202px; padding: 22px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; overflow: hidden; background: linear-gradient(145deg,#26382c,#101a14 78%); box-shadow: 0 18px 40px rgba(31,37,30,.16); }
.tn-box-result::after { content: ''; position: absolute; top: -115px; right: -95px; width: 260px; height: 260px; border: 1px solid var(--box-result-accent); border-radius: 50%; opacity: .24; }
.tn-box-result-mark { position: absolute; z-index: 1; top: 18px; right: 18px; display: grid; place-items: center; width: 48px; height: 48px; color: #1c251d; border-radius: 15px; background: var(--box-result-accent); box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.tn-box-result-mark span { font: 700 13px var(--tn-serif); }
.tn-box-result-mark i { width: 16px; height: 1px; margin-top: -11px; background: currentColor; opacity: .6; }
.tn-box-result-copy { position: relative; z-index: 1; min-width: 0; padding-right: 56px; }
.tn-box-result-copy > span { color: var(--box-result-accent); font-size: 8px; font-weight: 850; letter-spacing: .19em; }
.tn-box-result h4 { margin: 10px 0 7px; font: 400 clamp(27px,2.4vw,38px)/1 var(--tn-serif); overflow-wrap: anywhere; }
.tn-box-result-copy p { margin: 0; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.5; }
.tn-box-result-copy small { display: block; margin-top: 9px; color: var(--box-result-accent); font-size: 9px; line-height: 1.45; }
.tn-box-result footer { position: relative; z-index: 1; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: end; gap: 14px; margin-top: auto; padding-top: 20px; }
.tn-box-result footer > div { display: grid; gap: 4px; }
.tn-box-result footer > div span { color: rgba(255,255,255,.58); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.tn-box-result footer strong { white-space: nowrap; font: 400 23px var(--tn-serif); }
.tn-box-result .tn-button { justify-self: end; min-width: 0; width: 100%; padding-inline: 18px; color: #1b211c; background: var(--box-result-accent); white-space: normal; }


.tn-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--tn-paper); }
.tn-story-image { position: relative; min-height: 680px; overflow: hidden; }
.tn-story-image img { width: 100%; height: 100%; object-fit: cover; }
.tn-story-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(17,22,18,.72)); }
.tn-story-image span { position: absolute; z-index: 2; bottom: 32px; left: 34px; color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .22em; }
.tn-story-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(48px, 7vw, 120px); }
.tn-story-copy h2 { margin: 22px 0; font: 400 clamp(50px,5vw,78px)/.98 var(--tn-serif); }
.tn-story-copy h2 em { color: var(--tn-olive); font-weight: 400; }
.tn-story-lead { color: var(--tn-ink)!important; font: 400 22px/1.35 var(--tn-serif)!important; }
.tn-story-copy p { max-width: 650px; color: var(--tn-muted); font-size: 14px; line-height: 1.8; }
.tn-text-link { display: inline-flex; align-items: center; gap: 30px; width: fit-content; margin-top: 18px; padding-bottom: 8px; color: var(--tn-pink); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }


.tn-pairings { background: #f4ecdf; }
.tn-pairing-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.tn-pairing-grid article { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 520px; padding: 28px; color: #fff; border-radius: 24px; overflow: hidden; isolation: isolate; background: #233128; }
.tn-pairing-grid article::before { content: ''; position: absolute; z-index: -2; inset: 0; background: var(--pairing-image) center / cover; transition: transform .45s; }
.tn-pairing-grid article::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(8,13,10,.05), rgba(8,13,10,.84) 76%); }
.tn-pairing-grid article:hover::before { transform: scale(1.04); }
.tn-pairing-grid span { color: #efbd6a; font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.tn-pairing-grid h3 { margin: 14px 0 25px; font: 400 34px/1.03 var(--tn-serif); }
.tn-pairing-grid a { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.27); font-size: 11px; font-weight: 800; }


.tn-restaurant { position: relative; min-height: clamp(520px,55vw,640px); display: grid; place-items: center; color: #fff; text-align: center; overflow: hidden; }
.tn-restaurant::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 12% 42%, rgba(184,79,112,.18), transparent 30%), radial-gradient(circle at 88% 24%, rgba(201,154,76,.15), transparent 28%), linear-gradient(rgba(13,22,17,.48), rgba(13,22,17,.9)); }
.tn-restaurant > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tn-restaurant > div { position: relative; z-index: 2; display: grid; place-items: center; max-width: 860px; padding: 70px 28px; }
.tn-restaurant h2 { margin: 24px 0; font: 400 clamp(56px,7vw,100px)/.95 var(--tn-serif); }
.tn-restaurant h2 em { color: #e5a5ba; font-weight: 400; }
.tn-restaurant p { max-width: 650px; margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.8; }


.tn-footer { position: relative; z-index: 3; isolation: isolate; margin-top: -36px; color: rgba(255,255,255,.72); border-radius: 38px 38px 0 0; overflow: hidden; background: radial-gradient(circle at 8% 14%, rgba(198,111,69,.25), transparent 27%), radial-gradient(circle at 57% -8%, rgba(184,79,112,.24), transparent 29%), radial-gradient(circle at 96% 14%, rgba(201,154,76,.19), transparent 25%), linear-gradient(120deg,#10231a 0 42%,#302c25 72%,#241820); box-shadow: 0 -26px 70px rgba(7,15,10,.24); }
.tn-footer::before { content: ''; position: absolute; z-index: -1; top: -520px; left: -250px; width: 760px; height: 760px; border: 1px solid rgba(231,191,111,.2); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.025),0 0 0 220px rgba(255,255,255,.017); pointer-events: none; }
.tn-footer::after { content: ''; position: absolute; z-index: -1; right: -170px; bottom: -250px; width: 560px; height: 560px; border: 1px solid rgba(229,165,186,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(184,79,112,.025); pointer-events: none; }
.tn-footer-shell { width: min(1420px,calc(100vw - 64px)); margin: 0 auto; padding: 62px 0 30px; }
.tn-footer-feature { position: relative; display: grid; grid-template-columns: minmax(170px,.58fr) minmax(390px,1.25fr) 126px; align-items: center; gap: clamp(32px,4vw,70px); min-height: 300px; padding: clamp(34px,4.2vw,64px); border: 1px solid rgba(236,202,134,.24); border-radius: 30px; overflow: hidden; background: linear-gradient(120deg,rgba(255,255,255,.09),rgba(255,255,255,.035) 58%,rgba(184,79,112,.08)); box-shadow: inset 0 1px rgba(255,255,255,.07),0 30px 70px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.tn-footer-feature::after { content: 'THE NINE'; position: absolute; right: 5%; bottom: -22px; color: rgba(255,255,255,.025); font: 400 clamp(90px,13vw,190px)/.8 var(--tn-serif); letter-spacing: .04em; white-space: nowrap; pointer-events: none; }
.tn-footer-brand { position: relative; z-index: 1; display: grid; justify-items: start; align-content: center; }
.tn-footer-brand img { display: block; width: 168px; height: auto; opacity: .98; }
.tn-footer-brand span { display: flex; align-items: center; gap: 8px; margin: 7px 0 0 13px; color: #efbe6a; font-size: 8px; font-weight: 850; letter-spacing: .28em; white-space: nowrap; }
.tn-footer-brand span::before, .tn-footer-brand span::after { content: ''; display: block; width: 19px; height: 1px; background: currentColor; opacity: .62; }
.tn-footer-brand strong { margin: 22px 0 0 3px; color: #fff7ea; font: 400 27px/1 var(--tn-serif); letter-spacing: .1em; }
.tn-footer-statement { position: relative; z-index: 1; max-width: 720px; padding-left: clamp(28px,3.2vw,52px); border-left: 1px solid rgba(234,194,117,.28); }
.tn-footer-statement > span { color: #efbe6a; font-size: 9px; font-weight: 850; letter-spacing: .22em; }
.tn-footer-statement h2 { margin: 17px 0 13px; color: #fffaf1; font: 400 clamp(38px,4vw,60px)/.96 var(--tn-serif); }
.tn-footer-statement h2 em { color: #eca8bf; font-weight: 400; }
.tn-footer-statement p { max-width: 610px; margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.72; }
.tn-footer-statement a { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; margin-top: 18px; color: #fff; border-bottom: 1px solid rgba(239,190,106,.7); font-size: 12px; font-weight: 800; }
.tn-footer-statement a b { color: #efbe6a; font-size: 18px; transition: transform .2s; }
.tn-footer-statement a:hover b { transform: translateX(4px); }
.tn-footer-seal { position: relative; z-index: 1; display: grid; place-items: center; align-content: center; width: 122px; aspect-ratio: 1; color: #f7d18c; border: 1px solid rgba(239,190,106,.46); border-radius: 50%; background: radial-gradient(circle,rgba(201,154,76,.14),transparent 67%); box-shadow: 0 0 0 10px rgba(239,190,106,.045); }
.tn-footer-seal span { font: 400 39px/.9 var(--tn-serif); }
.tn-footer-seal small { margin-top: 10px; font-size: 7px; font-weight: 850; letter-spacing: .2em; line-height: 1.45; text-align: center; }
.tn-footer-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 14px; }
.tn-footer-nav-card { --footer-accent:#efbe6a; position: relative; min-width: 0; min-height: 235px; padding: 28px 30px 24px; border: 1px solid rgba(239,190,106,.25); border: 1px solid color-mix(in srgb,var(--footer-accent) 34%,transparent); border-radius: 24px; overflow: hidden; background: linear-gradient(150deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); }
.tn-footer-nav-card::after { content: ''; position: absolute; right: -72px; top: -96px; width: 210px; height: 210px; border: 1px solid var(--footer-accent); border-radius: 50%; opacity: .16; }
.tn-footer-nav-more { --footer-accent:#e693af; }
.tn-footer-nav-service { --footer-accent:#abb47b; }
.tn-footer-nav-card > span { display: block; margin-bottom: 11px; color: var(--footer-accent); font-size: 8px; font-weight: 850; letter-spacing: .2em; }
.tn-footer-nav-card h2 { margin: 0 0 14px; color: #fffaf1; font: 400 25px/1 var(--tn-serif); }
.tn-footer-nav-card a { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 43px; color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; transition: color .2s,padding-left .2s; }
.tn-footer-nav-card a b { color: var(--footer-accent); font-size: 14px; }
.tn-footer-nav-card a:hover { padding-left: 5px; color: #fff; }
.tn-footer-brand:focus-visible, .tn-footer-statement a:focus-visible, .tn-footer-nav-card a:focus-visible, .tn-footer-social-links a:focus-visible { outline: 2px solid #f1c475; outline-offset: 4px; }
.tn-footer-nav-card p { position: relative; z-index: 1; margin: 0; min-height: 36px; padding-top: 10px; color: rgba(255,255,255,.56); border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.tn-footer-social { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(560px,1.28fr); align-items: center; gap: clamp(28px,4vw,70px); margin-top: 14px; padding: 25px 30px; border: 1px solid rgba(236,202,134,.2); border-radius: 24px; background: linear-gradient(110deg,rgba(255,255,255,.065),rgba(184,79,112,.07) 58%,rgba(201,154,76,.065)); box-shadow: inset 0 1px rgba(255,255,255,.055); }
.tn-footer-social-copy > span { color: #efbe6a; font-size: 8px; font-weight: 850; letter-spacing: .22em; }
.tn-footer-social-copy h2 { margin: 8px 0 0; color: #fffaf1; font: 400 clamp(23px,2.25vw,34px)/1.05 var(--tn-serif); }
.tn-footer-social-copy h2 em { color: #eca8bf; font-weight: 400; }
.tn-footer-social-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.tn-footer-social-links a { display: flex; align-items: center; justify-content: center; gap: 10px; min-width: 0; min-height: 54px; padding: 10px 13px; color: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(7,18,12,.2); font-size: 10px; font-weight: 780; transition: color .2s,border-color .2s,background .2s,transform .2s; }
.tn-footer-social-links a:hover { color: #fff; border-color: rgba(239,190,106,.46); background: rgba(239,190,106,.09); transform: translateY(-2px); }
.tn-footer-social-links svg { flex: 0 0 auto; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.tn-footer-social-links a:first-child svg, .tn-footer-social-links a:last-child svg { fill: currentColor; stroke: none; }
.tn-footer-social-links .tn-social-fill { fill: currentColor; stroke: none; }
.tn-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.tn-footer-bottom p { margin: 0; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .04em; }
.tn-footer-bottom p:last-child { display: flex; align-items: center; gap: 11px; }
.tn-footer-bottom i { display: block; width: 4px; height: 4px; background: var(--tn-pink); border-radius: 50%; }


.tn-overlay { position: fixed; z-index: 140; inset: 0; background: rgba(8,13,10,.62); backdrop-filter: blur(7px); }
.tn-cart { position: fixed; z-index: 150; top: 0; right: 0; bottom: 0; display: flex; flex-direction: column; width: min(480px, 100vw); padding: 28px; color: var(--tn-ink); background: var(--tn-paper); box-shadow: -30px 0 80px rgba(0,0,0,.24); transform: translateX(105%); transition: transform .35s ease; }
.tn-cart.is-open { transform: none; }
.tn-cart > header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--tn-line); }
.tn-cart > header span { color: var(--tn-pink); font-size: 8px; font-weight: 850; letter-spacing: .19em; }
.tn-cart > header h2 { margin: 8px 0 0; font: 400 38px var(--tn-serif); }
.tn-cart > header button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--tn-line); border-radius: 50%; background: transparent; font-size: 24px; cursor: pointer; }
.tn-cart-items { display: grid; gap: 0; overflow: auto; }
.tn-cart-item { display: grid; grid-template-columns: 66px minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--tn-line); }
.tn-cart-item > div { min-width: 0; }
.tn-cart-item-jar { position: relative; width: 52px; height: 70px; border-radius: 8px 8px 12px 12px; background: var(--jar-color); box-shadow: inset 5px 0 rgba(0,0,0,.1); }
.tn-cart-item-jar::before { content: ''; position: absolute; top: -5px; left: -2px; width: 56px; height: 13px; border-radius: 3px; background: #141210; }
.tn-cart-item-jar::after { content: 'MORE'; position: absolute; top: 22px; right: 0; left: 0; padding: 8px 0; color: var(--jar-accent); background: #eee5d8; text-align: center; font: italic 10px var(--tn-serif); }
.tn-cart-item-gift { position: relative; display: grid; grid-template-rows: auto auto; align-content: center; justify-items: center; row-gap: 4px; width: 60px; height: 43px; padding: 7px 5px; overflow: hidden; color: #f4e9d7; text-align: center; border: 1px solid rgba(222,173,91,.72); border-radius: 6px; background: linear-gradient(145deg,#203e30 0%,#10251c 70%,#0b1913 100%); box-shadow: 0 8px 18px rgba(20,36,27,.2); box-sizing: border-box; }
.tn-cart-item-gift::before { content: ''; position: absolute; inset: 3px; border: 1px solid rgba(222,173,91,.27); border-radius: 3px; }
.tn-cart-item-gift::after { content: ''; position: absolute; width: 42px; height: 42px; right: -24px; bottom: -29px; border: 1px solid rgba(222,173,91,.3); border-radius: 50%; }
.tn-cart-item-gift span,.tn-cart-item-gift small { position: relative; z-index: 1; display: block; justify-self: center; width: auto; max-width: 100%; min-width: 0; overflow: hidden; text-align: center; text-indent: 0; white-space: nowrap; }
.tn-cart-item-gift span { color: #e6b777; font: 400 10px/1 var(--tn-serif); letter-spacing: .04em; }
.tn-cart-item-gift small { margin: 0; color: rgba(255,248,236,.78); font-size: 3.7px; font-weight: 800; line-height: 1; letter-spacing: .09em; }
.tn-cart-item-gift--restaurant { background: linear-gradient(145deg,#493e2f 0%,#21382d 50%,#10241b 100%); }
.tn-cart-item-box { position: relative; display: grid; grid-template-rows: auto auto; align-content: center; justify-items: center; row-gap: 4px; width: 60px; height: 44px; padding: 7px 5px 6px; overflow: visible; color: #f6e9d1; text-align: center; border: 1px solid rgba(221,181,108,.78); border-radius: 5px; background: linear-gradient(145deg,#314332 0%,#173024 50%,#0e2118 100%); box-shadow: 0 9px 18px rgba(20,36,27,.24); box-sizing: border-box; transform: rotate(-1.5deg); }
.tn-cart-item-box::before { content: ''; position: absolute; top: -6px; right: -2px; left: 4px; height: 7px; border: 1px solid rgba(221,181,108,.72); border-bottom: 0; border-radius: 4px 4px 1px 1px; background: linear-gradient(90deg,#3f513e,#1b3025); transform: skewX(-32deg); transform-origin: bottom left; }
.tn-cart-item-box::after { content: ''; position: absolute; inset: 4px; border: 1px solid rgba(221,181,108,.24); border-radius: 2px; }
.tn-cart-item-box span,.tn-cart-item-box small { position: relative; z-index: 1; display: block; justify-self: center; width: auto; max-width: 100%; min-width: 0; overflow: hidden; text-align: center; text-indent: 0; white-space: nowrap; }
.tn-cart-item-box span { color: #e9c681; font: 400 8.5px/1 var(--tn-serif); letter-spacing: .035em; }
.tn-cart-item-box small { color: rgba(255,248,236,.72); font-size: 3.7px; font-weight: 800; line-height: 1; letter-spacing: .1em; }
.tn-cart-item h3 { margin: 0 0 5px; font: 400 18px/1.14 var(--tn-serif); overflow-wrap: anywhere; }
.tn-cart-item p { margin: 0; color: var(--tn-muted); font-size: 10px; }
.tn-cart-qty { display: flex; align-items: center; gap: 8px; margin-top: 9px; }
.tn-cart .tn-cart-qty button { display: grid; place-items: center; flex: 0 0 36px; width: 36px; min-width: 36px; max-width: 36px; height: 36px; min-height: 36px; max-height: 36px; padding: 0; margin: 0; aspect-ratio: 1; border: 1px solid var(--tn-line); border-radius: 50%; background: transparent; font: 400 20px/1 Arial,sans-serif; appearance: none; -webkit-appearance: none; box-sizing: border-box; cursor: pointer; }
.tn-cart-qty > span { min-width: 20px; text-align: center; font-size: 15px; line-height: 1; }
.tn-cart-item > strong { align-self: start; font: 400 15px var(--tn-serif); }
.tn-cart-empty { display: grid; place-items: center; margin: auto; padding: 40px 20px; text-align: center; }
.tn-cart-empty > span { display: grid; place-items: center; width: 88px; height: 88px; color: var(--tn-green); border: 1px solid var(--tn-line); border-radius: 50%; background: #f3e7d8; font: 400 27px var(--tn-serif); }
.tn-cart-empty h3 { margin: 23px 0 7px; font: 400 30px var(--tn-serif); }
.tn-cart-empty p { max-width: 250px; color: var(--tn-muted); font-size: 12px; line-height: 1.6; }
.tn-cart-empty button { color: var(--tn-pink); border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }
.tn-cart > footer { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--tn-line); }
.tn-cart > footer > div { display: flex; justify-content: space-between; }
.tn-cart > footer > div span { font-size: 12px; }
.tn-cart > footer > div strong { font: 400 25px var(--tn-serif); }
.tn-cart > footer p { margin: 8px 0 18px; color: var(--tn-muted); font-size: 9px; }
.tn-cart > footer .tn-button { width: 100%; }


.tn-toast { position: fixed; z-index: 220; bottom: 28px; left: 50%; padding: 14px 22px; color: #fff; border-radius: 999px; background: #18271f; box-shadow: 0 18px 44px rgba(0,0,0,.28); font-size: 11px; font-weight: 750; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s, transform .2s; }
.tn-toast.is-visible { opacity: 1; transform: translate(-50%,0); }


/* Product detail */
.tn-detail-hero { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(440px,.92fr); min-height: calc(100vh - 100px); background: var(--tn-paper); }
.tn-detail-gallery { display: grid; grid-template-columns: 1fr; min-width: 0; background: #e9dfd0; }
.tn-detail-product-shot { position: relative; min-height: 0; aspect-ratio: 1; overflow: hidden; background: #e9dfd0; }
.tn-detail-product-shot img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; }
.tn-detail-product-shot::after { content: 'THE NINE'; position: absolute; right: 20px; bottom: 18px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.tn-detail-gallery figure { position: relative; min-width: 0; min-height: 720px; margin: 0; overflow: hidden; }
.tn-detail-gallery figure img { width: 100%; height: 100%; object-fit: cover; }
.tn-detail-gallery figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 17px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(14,20,16,.62); backdrop-filter: blur(12px); font-size: 9px; font-weight: 750; text-align: center; }
.tn-detail-buy { position: sticky; top: 100px; align-self: start; display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 100px); padding: 70px clamp(44px,6.4vw,112px); background: radial-gradient(circle at 100% 4%, rgba(184,79,112,.12),transparent 28%); }
.tn-breadcrumb { width: fit-content; margin-bottom: 15px; padding-bottom: 4px; color: var(--tn-pink); border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.tn-detail-buy > span { position: absolute; top: 48px; right: 50px; color: var(--tn-gold); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.tn-detail-buy h1 { margin: 23px 0 18px; font: 400 clamp(58px,6vw,92px)/.9 var(--tn-serif); }
.tn-detail-description { max-width: 630px; margin: 0; color: var(--tn-muted); font-size: 15px; line-height: 1.8; }
.tn-detail-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.tn-detail-meta span { display: grid; gap: 6px; padding: 15px; border: 1px solid var(--tn-line); border-radius: 14px; color: var(--tn-muted); font-size: 9px; }
.tn-detail-meta b { color: var(--tn-ink); font-size: 11px; }
.tn-detail-price { display: flex; align-items: flex-end; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--tn-line); border-bottom: 1px solid var(--tn-line); }
.tn-detail-price strong { font: 400 38px/1 var(--tn-serif); }
.tn-detail-price small { color: var(--tn-muted); font-size: 9px; }
.tn-detail-order { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 14px; margin-top: 22px; }
.tn-detail-order > label { display: grid; gap: 7px; color: var(--tn-muted); font-size: 9px; font-weight: 750; }
.tn-quantity { display: grid; grid-template-columns: 40px 36px 40px; align-items: center; min-height: 56px; border: 1px solid var(--tn-line); border-radius: 999px; background: #fff; }
.tn-quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; }
.tn-quantity b { text-align: center; font-size: 11px; }
.tn-test-note { margin: 13px 0 0; color: #97733b; font-size: 9px; line-height: 1.5; }
.tn-detail-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: end; padding: 110px max(32px,calc((100vw - 1420px)/2)); background: #f3e9dc; }
.tn-detail-story h2 { margin: 20px 0 0; font: 400 clamp(52px,5vw,78px)/.96 var(--tn-serif); }
.tn-detail-story h2 em { color: var(--tn-olive); font-weight: 400; }
.tn-detail-pairings { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--tn-line); }
.tn-detail-pairings span { display: flex; align-items: center; gap: 16px; min-height: 72px; border-bottom: 1px solid var(--tn-line); color: var(--tn-muted); font-size: 13px; }
.tn-detail-pairings span:nth-child(odd) { border-right: 1px solid var(--tn-line); }
.tn-detail-pairings b { color: var(--tn-pink); font-size: 9px; letter-spacing: .12em; }
.tn-detail-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--tn-line); }
.tn-detail-facts article { min-height: 390px; padding: 58px max(34px,5vw); background: var(--tn-paper); }
.tn-detail-facts article > span { color: var(--tn-gold); font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.tn-detail-facts h3 { margin: 60px 0 16px; font: 400 37px var(--tn-serif); }
.tn-detail-facts p { color: var(--tn-muted); font-size: 13px; line-height: 1.75; }
.tn-detail-facts article > b { display: inline-block; margin-top: 20px; color: var(--tn-pink); font-size: 8px; letter-spacing: .15em; }
.tn-detail-upgrade { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; min-height: 620px; padding: 90px max(32px,calc((100vw - 1420px)/2)); color: #fff; overflow: hidden; background: radial-gradient(circle at 90% 50%,rgba(201,154,76,.22),transparent 32%),linear-gradient(125deg,#1b2a21,#354230 65%,#463b32); }
.tn-detail-upgrade-copy { position: relative; z-index: 1; }
.tn-quality-stamp { width: 118px; margin: 0 0 25px 2px; color: #efbd6a; opacity: .84; filter: drop-shadow(0 10px 18px rgba(0,0,0,.16)); transform: rotate(-5deg); }
.tn-quality-stamp svg { display: block; width: 100%; height: auto; overflow: visible; }
.tn-quality-stamp circle, .tn-quality-stamp-symbol path { fill: none; stroke: currentColor; stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.tn-quality-stamp text { fill: currentColor; font: 800 7px var(--tn-sans); letter-spacing: .16em; }
.tn-detail-upgrade h2 { margin: 22px 0 12px; font: 400 clamp(50px,5vw,78px)/1 var(--tn-serif); }
.tn-detail-upgrade p { max-width: 520px; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.75; }
.tn-detail-upgrade strong { display: block; margin: 25px 0 18px; font: 400 30px var(--tn-serif); }
.tn-upgrade-products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; align-items: end; }
.tn-upgrade-products figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(235,197,123,.22); border-radius: 22px; background: #e9dfd0; box-shadow: 0 24px 54px rgba(0,0,0,.22); }
.tn-upgrade-products img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.tn-upgrade-products figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 10px 12px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(13,20,16,.66); font-size: 8px; font-weight: 800; text-align: center; backdrop-filter: blur(10px); }
.tn-product-pagination { display: grid; grid-template-columns: repeat(9,1fr); border-top: 1px solid var(--tn-line); border-bottom: 1px solid var(--tn-line); background: var(--tn-paper); }
.tn-product-pagination a { display: grid; gap: 11px; min-width: 0; min-height: 96px; padding: 24px 14px; border-right: 1px solid var(--tn-line); font: 400 13px var(--tn-serif); }
.tn-product-pagination span { color: var(--tn-gold); font: 800 8px var(--tn-sans); letter-spacing: .12em; }
.tn-product-pagination a.is-current { color: #fff; background: var(--tn-pink); }
.tn-detail-restaurant { min-height: 620px; }


/* Keep every product-detail column inside the viewport, including long Dutch names. */
.tn-detail-hero,
.tn-detail-buy,
.tn-detail-buy > *,
.tn-detail-meta > *,
.tn-detail-order > *,
.tn-detail-story > *,
.tn-detail-upgrade > *,
.tn-detail-pairings,
.tn-detail-pairings span,
.tn-upgrade-products,
.tn-product-pagination,
.tn-product-pagination a { min-width: 0; }
.tn-detail-buy h1,
.tn-detail-description,
.tn-detail-meta span,
.tn-detail-story h2,
.tn-detail-pairings span,
.tn-upgrade-products figcaption,
.tn-product-pagination a {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}


/* Checkout and payment */
.tn-checkout-page, .tn-payment-page { min-height: 100vh; background: #f5ede2; }
.tn-checkout-header { grid-template-columns: 1fr auto auto; }
.tn-checkout-safe { display: flex; align-items: center; gap: 9px; color: var(--tn-muted); font-size: 10px; font-weight: 750; }
.tn-checkout-safe span { color: #84a04f; }
.tn-checkout-shell { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.72fr); gap: 22px; width: min(1280px,calc(100vw - 40px)); margin: 0 auto; padding: 70px 0 100px; }
.tn-checkout-form-panel, .tn-order-summary { border: 1px solid var(--tn-line); border-radius: 28px; background: var(--tn-paper); }
.tn-checkout-form-panel { padding: clamp(30px,5vw,72px); }
.tn-checkout-form-panel h1 { margin: 20px 0 18px; font: 400 clamp(54px,6vw,88px)/.94 var(--tn-serif); }
.tn-checkout-form-panel h1 em { color: var(--tn-olive); font-weight: 400; }
.tn-checkout-form-panel > p { max-width: 690px; color: var(--tn-muted); font-size: 14px; line-height: 1.75; }
.tn-checkout-form-panel form { display: grid; gap: 24px; margin-top: 40px; }
.tn-checkout-form-panel fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 25px; border: 1px solid var(--tn-line); border-radius: 18px; }
.tn-checkout-form-panel legend { padding: 0 10px; font: 400 23px var(--tn-serif); }
.tn-checkout-form-panel label:not(.tn-payment-option):not(.tn-test-accept) { display: grid; gap: 7px; color: var(--tn-muted); font-size: 10px; font-weight: 750; }
.tn-checkout-form-panel input:not([type="radio"]):not([type="checkbox"]) { width: 100%; height: 52px; padding: 0 15px; color: var(--tn-ink); border: 1px solid var(--tn-line); border-radius: 12px; outline: none; background: #fff; font-size: 14px; font-weight: 400; }
.tn-checkout-form-panel input:focus { border-color: var(--tn-pink); box-shadow: 0 0 0 3px rgba(184,79,112,.12); }
.tn-field-wide { grid-column: 1/-1; }
.tn-payment-option { position: relative; display: flex; align-items: center; gap: 12px; padding: 17px; border: 1px solid var(--tn-line); border-radius: 14px; cursor: pointer; }
.tn-payment-option:has(input:checked) { border-color: var(--tn-pink); background: #fbecf1; }
.tn-payment-option input { accent-color: var(--tn-pink); }
.tn-payment-option span { display: grid; gap: 4px; }
.tn-payment-option b { font-size: 12px; }
.tn-payment-option small { color: var(--tn-muted); font-size: 9px; }
.tn-payment-option i { margin-left: auto; color: var(--tn-pink); font-size: 8px; font-style: normal; font-weight: 850; letter-spacing: .12em; }
.tn-test-accept { display: flex; align-items: flex-start; gap: 12px; color: var(--tn-muted); font-size: 11px; line-height: 1.55; }
.tn-test-accept input { margin-top: 3px; accent-color: var(--tn-pink); }
.tn-checkout-error { padding: 14px 16px; color: #8a2948!important; border-left: 3px solid var(--tn-pink); background: #fae8ee; font-size: 11px!important; }
.tn-checkout-submit { width: 100%; }
.tn-checkout-submit:disabled { opacity: .5; cursor: not-allowed; }
.tn-order-summary { position: sticky; top: 122px; align-self: start; padding: 34px; color: #fff; border-color: rgba(220,183,109,.24); background: radial-gradient(circle at 100% 0,rgba(184,79,112,.22),transparent 28%),linear-gradient(145deg,#1b2b22,#344032 70%,#4b4036); }
.tn-order-summary > span { color: #edbd6d; font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.tn-order-summary h2 { margin: 8px 0 24px; font: 400 42px var(--tn-serif); }
.tn-order-lines { border-top: 1px solid rgba(255,255,255,.16); }
.tn-order-lines > div { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 11px; }
.tn-order-lines strong { font: 400 14px var(--tn-serif); }
.tn-order-empty { margin: 20px 0; color: rgba(255,255,255,.7); font-size: 12px; }
.tn-order-empty a { color: #efbd6a; text-decoration: underline; }
.tn-order-summary dl { margin: 22px 0 0; }
.tn-order-summary dl > div { display: flex; justify-content: space-between; padding: 9px 0; color: rgba(255,255,255,.66); font-size: 11px; }
.tn-order-summary dl > div:last-child { margin-top: 10px; padding-top: 20px; color: #fff; border-top: 1px solid rgba(255,255,255,.2); }
.tn-order-summary dl > div:last-child dt { font-weight: 800; }
.tn-order-summary dl > div:last-child dd { font: 400 28px var(--tn-serif); }
.tn-order-summary dd { margin: 0; }
.tn-order-summary > p { margin: 24px 0; color: rgba(255,255,255,.57); font-size: 9px; line-height: 1.65; }
.tn-order-summary > p b { color: #efbd6a; }
.tn-mollie-mark { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.65); font-size: 10px; }
.tn-mollie-mark strong { margin-left: 5px; color: #fff; font-size: 18px; }
.tn-payment-shell { display: grid; place-items: center; max-width: 820px; min-height: calc(100vh - 100px); margin: 0 auto; padding: 70px 24px; text-align: center; }
.tn-payment-icon { display: grid; place-items: center; width: 120px; height: 120px; margin-bottom: 30px; border: 1px solid var(--tn-line); border-radius: 50%; background: #efe1cf; }
.tn-payment-icon i { display: block; width: 30px; height: 30px; border: 3px solid var(--tn-gold); border-top-color: transparent; border-radius: 50%; animation: tn-spin 1s linear infinite; }
.tn-payment-shell[data-state="paid"] .tn-payment-icon i { width: 33px; height: 18px; border: 0; border-bottom: 3px solid var(--tn-olive); border-left: 3px solid var(--tn-olive); border-radius: 0; animation: none; transform: rotate(-45deg); }
.tn-payment-shell[data-state="failed"] .tn-payment-icon i { width: 36px; height: 3px; border: 0; border-radius: 0; background: var(--tn-pink); animation: none; transform: rotate(45deg); }
.tn-payment-shell[data-state="failed"] .tn-payment-icon i::after { content: ''; display: block; width: 36px; height: 3px; background: var(--tn-pink); transform: rotate(90deg); }
.tn-payment-shell h1 { margin: 26px 0 14px; font: 400 clamp(50px,6vw,80px)/.98 var(--tn-serif); }
.tn-payment-shell > p { max-width: 600px; margin: 0; color: var(--tn-muted); font-size: 14px; line-height: 1.75; }
.tn-payment-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 30px 0 20px; }
.tn-payment-shell > small { color: var(--tn-muted); font-size: 9px; }
@keyframes tn-spin { to { transform: rotate(360deg); } }


@media (max-width: 1120px) {
  :root { --tn-shell: calc(100vw - 40px); }
  .tn-header { grid-template-columns: 220px 1fr auto; gap: 18px; padding-inline: 20px; }
  .tn-brand small { display: none; }
  .tn-nav { gap: 19px; }
  .tn-hero { grid-template-columns: .9fr 1.1fr; }
  .tn-hero-copy { padding-inline: 48px; }
  .tn-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tn-bundle-grid, .tn-pairing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tn-box-finder { grid-template-columns: 1fr; }
  .tn-box-finder-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 24px; }
  .tn-box-finder-intro .tn-eyebrow { grid-column: 1 / -1; }
  .tn-box-finder-intro h3, .tn-box-finder-intro > p { margin-bottom: 0; }
  .tn-footer-shell { width: calc(100vw - 40px); }
  .tn-footer-feature { grid-template-columns: minmax(145px,.5fr) minmax(330px,1.3fr) 100px; gap: 30px; }
  .tn-footer-seal { width: 98px; }
  .tn-detail-hero { grid-template-columns: 1fr; }
  .tn-detail-buy { position: relative; top: auto; min-height: auto; }
  .tn-detail-gallery { min-height: 0; }
  .tn-detail-product-shot { min-height: 0; }
  .tn-detail-gallery figure { min-height: 680px; }
  .tn-product-pagination { grid-template-columns: repeat(3,1fr); }
  .tn-checkout-shell { grid-template-columns: 1fr .72fr; }
}


@media (max-width: 820px) {
  .tn-header { min-height: 82px; grid-template-columns: 1fr auto auto; }
  .tn-brand img { width: 86px; height: 42px; }
  .tn-brand span { display: none; }
  .tn-menu-toggle { display: grid; place-items: center; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--tn-line); border-radius: 50%; background: transparent; }
  .tn-menu-toggle span { width: 18px; height: 1px; background: var(--tn-ink); margin: 2px; }
  .tn-menu-toggle i { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .tn-nav { position: fixed; z-index: 98; top: 82px; right: 0; left: 0; display: grid; align-content: start; justify-content: stretch; gap: 0; padding: 24px; color: #fff; background: var(--tn-green); border-bottom: 1px solid rgba(255,255,255,.12); opacity: 0; pointer-events: none; transform: translateY(-16px); transition: .25s; }
  .tn-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .tn-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font: 400 28px var(--tn-serif); }
  .tn-cart-button { width: 46px; height: 46px; padding: 0; justify-content: center; }
  .tn-cart-button span { display: none; }
  .tn-cart-button b { position: absolute; top: 10px; right: 10px; min-width: 18px; height: 18px; font-size: 8px; }
  .tn-hero { grid-template-columns: 1fr; min-height: auto; }
  .tn-hero-image { min-height: 62vw; order: 2; }
  .tn-hero-copy { order: 1; padding: 74px 34px 52px; }
  .tn-hero-craftmark { top: -72px; right: -58px; width: 255px; opacity: .14; }
  .tn-hero h1 { font-size: clamp(68px,17vw,108px); }
  .tn-hero-jars { transform: scale(.8); transform-origin: bottom; }
  .tn-intro, .tn-section-head { grid-template-columns: 1fr; gap: 24px; }
  .tn-intro { padding-inline: 28px; }
  .tn-collection, .tn-bundles, .tn-pairings { padding: 86px 24px; }
  .tn-box-feature, .tn-story { grid-template-columns: 1fr; }
  .tn-box-visual { min-height: 620px; }
  .tn-box-copy, .tn-story-copy { padding: 72px 34px; }
  .tn-box-finder { gap: 32px; padding: 38px 30px; }
  .tn-box-finder-intro { display: block; }
  .tn-box-finder-intro > p { margin-top: 18px; }
  .tn-box-finder-body { grid-template-columns: 1fr; }
  .tn-story-image { min-height: 580px; }
  .tn-footer { margin-top: -28px; border-radius: 30px 30px 0 0; }
  .tn-footer-shell { width: calc(100vw - 32px); padding-top: 46px; }
  .tn-footer-feature { grid-template-columns: 150px minmax(0,1fr); min-height: 0; padding: 36px; }
  .tn-footer-seal { position: absolute; top: 28px; right: 28px; width: 82px; }
  .tn-footer-statement { padding-right: 70px; }
  .tn-footer-nav-card { padding-inline: 22px; }
  .tn-footer-social { grid-template-columns: 1fr; gap: 20px; }
  .tn-detail-gallery { grid-template-columns: 1fr; min-height: 0; }
  .tn-detail-product-shot, .tn-detail-product-shot img { min-height: 0; }
  .tn-detail-buy { padding: 66px 34px; }
  .tn-detail-story, .tn-detail-upgrade { grid-template-columns: 1fr; }
  .tn-detail-facts { grid-template-columns: 1fr; }
  .tn-detail-facts article { min-height: 300px; }
  .tn-checkout-shell { grid-template-columns: 1fr; width: min(720px,calc(100vw - 32px)); }
  .tn-order-summary { position: relative; top: auto; }
  .tn-checkout-header { grid-template-columns: 1fr auto; }
  .tn-checkout-header .tn-checkout-safe { display: none; }
}


@media (max-width: 560px) {
  :root { --tn-shell: calc(100vw - 32px); }
  .tn-header { gap: 10px; padding: 10px 16px; }
  .tn-hero-copy { padding: 60px 22px 45px; }
  .tn-hero-craftmark { top: -52px; right: -55px; width: 205px; opacity: .12; }
  .tn-hero-lead { font-size: 30px; }
  .tn-hero-text { font-size: 13px; }
  .tn-actions { display: grid; }
  .tn-actions .tn-button { width: 100%; }
  .tn-hero-facts { display: grid; }
  .tn-hero-image { min-height: 460px; }
  .tn-hero-jars { right: -26%; left: -26%; transform: scale(.67); }
  .tn-intro { grid-template-columns: 1fr; gap: 18px; padding: 42px 22px; }
  .tn-collection, .tn-bundles, .tn-pairings { padding: 72px 16px; }
  .tn-section-head { margin-bottom: 36px; }
  .tn-section-head h2 { font-size: 47px; }
  .tn-product-grid, .tn-bundle-grid, .tn-pairing-grid { grid-template-columns: 1fr; }
  .tn-product-card { min-width: 0; min-height: 0; }
  .tn-product-info { grid-template-columns: minmax(0, 1fr); gap: 13px; padding: 22px 19px 20px; }
  .tn-product-info h3 { font-size: clamp(28px, 8.4vw, 34px); line-height: 1.02; }
  .tn-product-info p, .tn-product-actions { grid-column: auto; }
  .tn-product-price { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-top: 13px; border-top: 1px solid var(--tn-line); text-align: left; }
  .tn-product-price strong { flex: 0 0 auto; font-size: 25px; }
  .tn-product-price span { margin-top: 0; text-align: right; }
  .tn-product-actions { grid-template-columns: minmax(0, 1fr) 50px; }
  .tn-bundle-card { min-height: 355px; }
  .tn-bundle-card h3 { margin-top: 54px; }
  .tn-box-finder { min-width: 0; padding: 34px 20px; border-radius: 24px; }
  .tn-box-finder::before { top: -210px; right: -210px; width: 440px; height: 440px; }
  .tn-box-finder-intro h3 { font-size: 48px; }
  .tn-box-profiles { grid-template-columns: 1fr; }
  .tn-box-profiles button { min-height: 82px; }
  .tn-box-result { min-height: 270px; padding: 22px 18px; }
  .tn-box-result footer { grid-template-columns: 1fr; align-items: stretch; }
  .tn-box-result .tn-button { justify-self: stretch; }
  .tn-box-visual { min-height: 470px; }
  .tn-box-lid { width: 85%; }
  .tn-box-grid { grid-template-columns: repeat(5,36px); }
  .tn-box-grid i { height: 70px; }
  .tn-ribbon { width: 72px; height: 72px; font-size: 13px; }
  .tn-box-copy, .tn-story-copy { min-width: 0; padding: 60px 22px; }
  .tn-box-copy h2, .tn-story-copy h2 { font-size: 48px; }
  .tn-story-image { min-height: 440px; }
  .tn-pairing-grid article { min-height: 450px; }
  .tn-restaurant { min-height: 560px; }
  .tn-restaurant h2 { font-size: clamp(42px,12vw,56px); }
  .tn-footer { margin-top: -20px; border-radius: 24px 24px 0 0; }
  .tn-footer::before { top: -270px; left: -250px; width: 430px; height: 430px; box-shadow: 0 0 0 70px rgba(255,255,255,.02); }
  .tn-footer::after { right: -180px; bottom: -120px; width: 360px; height: 360px; }
  .tn-footer-shell { width: calc(100vw - 24px); padding: 40px 0 22px; }
  .tn-footer-feature { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; border-radius: 24px; }
  .tn-footer-brand img { width: 132px; }
  .tn-footer-brand span { gap: 6px; margin: 6px 0 0 9px; font-size: 7px; }
  .tn-footer-brand span::before, .tn-footer-brand span::after { width: 15px; }
  .tn-footer-brand strong { margin-top: 16px; font-size: 23px; }
  .tn-footer-statement { padding: 24px 0 0; border-top: 1px solid rgba(234,194,117,.24); border-left: 0; }
  .tn-footer-statement h2 { font-size: clamp(37px,11.5vw,48px); }
  .tn-footer-statement p { font-size: 12px; }
  .tn-footer-seal { top: 24px; right: 22px; width: 72px; }
  .tn-footer-seal span { font-size: 27px; }
  .tn-footer-seal small { margin-top: 6px; font-size: 5.5px; }
  .tn-footer-nav { grid-template-columns: 1fr; gap: 10px; margin-top: 10px; }
  .tn-footer-nav-card { min-height: 0; padding: 22px 21px 18px; border-radius: 20px; }
  .tn-footer-nav-card h2 { font-size: 24px; }
  .tn-footer-nav-card a { min-height: 48px; }
  .tn-footer-social { gap: 18px; margin-top: 10px; padding: 22px 20px; border-radius: 20px; }
  .tn-footer-social-copy h2 { font-size: 27px; }
  .tn-footer-social-links { grid-template-columns: 1fr 1fr; gap: 8px; }
  .tn-footer-social-links a { justify-content: flex-start; min-height: 50px; padding-inline: 15px; }
  .tn-footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 22px; padding: 20px 4px 0; }
  .tn-footer-bottom p:last-child { flex-wrap: wrap; }
  .tn-cart { max-width: 100%; padding: 22px 18px; }
  .tn-detail-gallery { grid-template-columns: 1fr; }
  .tn-detail-gallery figure { min-height: 390px; }
  .tn-detail-product-shot, .tn-detail-product-shot img { min-height: 0; }
  .tn-detail-buy { padding: 58px 22px; }
  .tn-detail-buy > span { top: 29px; right: 22px; }
  .tn-detail-buy .tn-eyebrow { flex-wrap: wrap; line-height: 1.55; }
  .tn-detail-buy .tn-eyebrow i { flex: 0 0 32px; }
  .tn-detail-buy h1 { font-size: clamp(42px,13vw,58px); line-height: .94; }
  .tn-detail-description { font-size: 14px; line-height: 1.7; }
  .tn-detail-meta, .tn-detail-order { grid-template-columns: 1fr; }
  .tn-detail-price { flex-wrap: wrap; gap: 8px 18px; }
  .tn-detail-order .tn-button { width: 100%; min-width: 0; padding-inline: 18px; white-space: normal; text-align: center; }
  .tn-detail-story { gap: 38px; padding: 72px 22px; }
  .tn-detail-pairings { grid-template-columns: 1fr; }
  .tn-detail-pairings span { gap: 12px; padding-inline: 4px; }
  .tn-detail-pairings span:nth-child(odd) { border-right: 0; }
  .tn-detail-facts article { padding: 42px 22px; }
  .tn-detail-facts h3 { margin-top: 42px; }
  .tn-detail-upgrade { padding: 70px 22px; }
  .tn-quality-stamp { width: 98px; margin-bottom: 22px; }
  .tn-upgrade-products { grid-template-columns: 1fr 1fr; }
  .tn-upgrade-products figure:last-child { display: none; }
  .tn-product-pagination { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .tn-product-pagination a { padding-inline: 12px; font-size: 12px; line-height: 1.25; }
  .tn-checkout-shell { width: calc(100vw - 20px); padding: 22px 0 70px; }
  .tn-checkout-form-panel, .tn-order-summary { border-radius: 22px; }
  .tn-checkout-form-panel { padding: 34px 20px; }
  .tn-checkout-form-panel h1 { font-size: 52px; }
  .tn-checkout-form-panel fieldset { grid-template-columns: 1fr; padding: 20px 15px; }
  .tn-field-wide { grid-column: auto; }
  .tn-payment-actions { display: grid; width: 100%; }
}


@media (max-width: 380px) {
  :root { --tn-shell: calc(100vw - 24px); }
  .tn-header { grid-template-columns: minmax(0, 1fr) 44px 44px; gap: 7px; padding-inline: 12px; }
  .tn-brand img { width: 78px; }
  .tn-menu-toggle, .tn-cart-button { width: 44px; height: 44px; min-height: 44px; }
  .tn-cart-button b { top: 7px; right: 7px; }
  .tn-hero-copy { padding-inline: 18px; }
  .tn-collection, .tn-bundles, .tn-pairings { padding-inline: 12px; }
  .tn-section-head h2 { font-size: 41px; }
  .tn-product-info { padding: 19px 15px 18px; }
  .tn-product-info h3 { font-size: 28px; }
  .tn-product-price { gap: 10px; }
  .tn-box-copy h2, .tn-story-copy h2 { font-size: 43px; }
  .tn-price-row { align-items: flex-start; flex-direction: column; gap: 9px; }
  .tn-price-row strong { white-space: nowrap; }
  .tn-box-finder-body, .tn-box-profiles, .tn-box-result, .tn-detail-order { min-width: 0; }
  .tn-detail-buy, .tn-detail-story, .tn-detail-upgrade { padding-inline: 18px; }
  .tn-detail-buy h1 { font-size: clamp(38px,13vw,49px); }
  .tn-product-pagination { grid-template-columns: 1fr; }
}


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


/* --------------------------------------------------------------------------
   THE NINE · cadeaupagina
   Alles hieronder is bewust gescopeerd onder .tn-gift-page zodat de winkel,
   productpagina's en checkout visueel onaangeraakt blijven.
   -------------------------------------------------------------------------- */


.tn-gift-page {
  --tn-gift-forest: #16271f;
  --tn-gift-forest-deep: #09150f;
  --tn-gift-olive: #3f4830;
  --tn-gift-copper: #bb7354;
  --tn-gift-gold: #ddb56c;
  --tn-gift-gold-light: #f1d39a;
  --tn-gift-rose: #b95675;
  --tn-gift-plum: #4d2e3b;
  --tn-gift-porcelain: #fbf5ea;
  --tn-gift-paper: #efe0cb;
  overflow-x: clip;
  background: var(--tn-gift-porcelain);
}


.tn-gift-page :where(button, .tn-button, input:not([type="hidden"]), select) {
  min-height: 44px;
}


.tn-gift-page main,
.tn-gift-page main > section {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: clip;
}


.tn-gift-page :where(.tn-gift-hero, .tn-gift-intro, .tn-restaurant-gift, .tn-gift-statement, .tn-gift-process, .tn-gift-redeem, .tn-gift-restaurant) * {
  min-width: 0;
}


.tn-gift-page :where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--tn-gift-gold-light);
  outline-offset: 4px;
}


/* Hero · fysieke goudfolie kaart en envelop */
.tn-gift-page .tn-gift-hero {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(450px, .92fr);
  min-height: calc(100svh - 100px);
  color: #fffaf0;
  background:
    radial-gradient(circle at 4% 92%, rgba(221,181,108,.22), transparent 32%),
    radial-gradient(circle at 91% 8%, rgba(185,86,117,.24), transparent 31%),
    linear-gradient(126deg, #112219 0%, #273629 54%, #45332f 100%);
}


.tn-gift-page .tn-gift-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .34;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,.045) 44.15% 44.3%, transparent 44.45%),
    radial-gradient(circle at 73% 50%, transparent 0 30%, rgba(232,199,130,.1) 30.15% 30.32%, transparent 30.5%);
}


.tn-gift-page .tn-gift-hero-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-right: 1px solid rgba(238,201,128,.18);
  background:
    radial-gradient(ellipse at 48% 52%, rgba(222,176,96,.25), transparent 38%),
    radial-gradient(circle at 17% 23%, rgba(185,86,117,.16), transparent 24%),
    linear-gradient(155deg, rgba(255,255,255,.035), transparent 44%);
}


.tn-gift-page .tn-gift-hero-visual::after {
  content: '';
  position: absolute;
  right: 8%;
  bottom: 6%;
  left: 8%;
  height: 9%;
  border-radius: 50%;
  background: rgba(0,0,0,.42);
  filter: blur(30px);
  transform: rotate(-4deg);
}


.tn-gift-page .tn-gift-hero-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(239,202,128,.2);
  border-radius: 50%;
  pointer-events: none;
}


.tn-gift-page .tn-gift-hero-orbit-one {
  top: -25%;
  left: -24%;
  width: 76%;
  aspect-ratio: 1;
  box-shadow: 0 0 0 78px rgba(255,255,255,.018), 0 0 0 156px rgba(255,255,255,.012);
}


.tn-gift-page .tn-gift-hero-orbit-two {
  right: -22%;
  bottom: -28%;
  width: 68%;
  aspect-ratio: 1;
  border-color: rgba(189,105,129,.25);
}


.tn-gift-page .tn-gift-envelope {
  position: absolute;
  z-index: 2;
  left: 8%;
  bottom: 11%;
  width: min(72%, 650px);
  aspect-ratio: 1.58;
  overflow: hidden;
  color: #755035;
  border: 1px solid rgba(245,211,146,.72);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.58), transparent 36%),
    linear-gradient(135deg, #ebd8bb, #cda77b);
  box-shadow: 0 44px 80px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.78);
  transform: rotate(-7deg);
}


.tn-gift-page .tn-gift-envelope::before,
.tn-gift-page .tn-gift-envelope::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 77%;
  pointer-events: none;
}


.tn-gift-page .tn-gift-envelope::before {
  background: linear-gradient(31deg, #c99f70 49.5%, transparent 50%) left / 51% 100% no-repeat, linear-gradient(-31deg, #d6b184 49.5%, transparent 50%) right / 51% 100% no-repeat;
}


.tn-gift-page .tn-gift-envelope::after {
  height: 54%;
  background: linear-gradient(151deg, transparent 49%, rgba(106,73,43,.16) 49.4% 50%, transparent 50.4%) center / 100% 100%;
}


.tn-gift-page .tn-gift-envelope > i {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 58%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(165deg, #ead4b4, #bb8c5e);
  filter: drop-shadow(0 5px 4px rgba(75,48,28,.2));
}


.tn-gift-page .tn-gift-envelope > b {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: .3;
  background-image: radial-gradient(rgba(91,59,35,.38) .6px, transparent .7px);
  background-size: 5px 5px;
}


.tn-gift-page .tn-gift-envelope > span {
  position: absolute;
  z-index: 4;
  right: 8%;
  bottom: 7%;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .24em;
}


.tn-gift-page .tn-gift-card {
  position: absolute;
  z-index: 4;
  width: min(60%, 540px);
  aspect-ratio: 1.62;
  overflow: hidden;
  border: 1px solid rgba(245,211,146,.62);
  border-radius: 18px;
  box-shadow: 0 34px 80px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.13);
}


.tn-gift-page .tn-gift-card::before,
.tn-gift-page .tn-gift-card::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(241,201,122,.22);
  border-radius: 50%;
  pointer-events: none;
}


.tn-gift-page .tn-gift-card::before {
  top: -71%;
  right: -34%;
  width: 88%;
  aspect-ratio: 1;
}


.tn-gift-page .tn-gift-card::after {
  right: -22%;
  bottom: -75%;
  width: 74%;
  aspect-ratio: 1;
}


.tn-gift-page .tn-gift-card-front {
  top: 20%;
  left: 18%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at 92% 8%, rgba(185,86,117,.21), transparent 31%),
    linear-gradient(142deg, #263c2e, #0e1d16 72%);
  transform: rotate(-5deg);
}


.tn-gift-page .tn-gift-card-number {
  color: var(--tn-gift-gold-light);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .2em;
}


.tn-gift-page .tn-gift-card-wordmark {
  align-self: center;
  display: grid;
  justify-items: center;
  color: transparent;
  background: linear-gradient(95deg, #a56836, #f2d89d 38%, #c58a48 72%, #f0ca84);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 1px rgba(255,255,255,.15));
}


.tn-gift-page .tn-gift-card-wordmark span,
.tn-gift-page .tn-gift-card-wordmark strong {
  display: block;
  font: 400 clamp(27px, 3.3vw, 52px)/.73 var(--tn-serif);
  letter-spacing: .08em;
}


.tn-gift-page .tn-gift-card-wordmark strong {
  font-size: clamp(47px, 6vw, 84px);
}


.tn-gift-page .tn-gift-card-wordmark small {
  margin-top: 17px;
  color: #e7a5bb;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .2em;
}


.tn-gift-page .tn-gift-card-front > p {
  position: absolute;
  top: 28%;
  left: clamp(22px, 3vw, 42px);
  margin: 0;
  color: rgba(255,255,255,.44);
  font: italic 15px/1.15 var(--tn-serif);
}


.tn-gift-page .tn-gift-card-foil {
  align-self: end;
  color: #e8c77f;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .2em;
}


.tn-gift-page .tn-gift-card-back {
  z-index: 3;
  top: 12%;
  right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 2.5vw, 36px);
  color: #54372b;
  background:
    linear-gradient(140deg, rgba(255,255,255,.7), transparent 38%),
    linear-gradient(145deg, #f6e8d2, #d4b184);
  transform: rotate(7deg) scale(.88);
}


.tn-gift-page .tn-gift-card-back > span {
  color: #966140;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .17em;
}


.tn-gift-page .tn-gift-card-back > strong {
  margin-top: 7px;
  font: 400 clamp(16px, 2vw, 25px)/1 var(--tn-serif);
  letter-spacing: .08em;
}


.tn-gift-page .tn-gift-qr {
  position: absolute;
  top: 13%;
  right: 8%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: clamp(52px, 6vw, 74px);
  aspect-ratio: 1;
  padding: 7px;
  background: rgba(255,250,240,.7);
  border-radius: 6px;
}


.tn-gift-page .tn-gift-qr i {
  display: block;
  background: #183024;
}


.tn-gift-page .tn-gift-qr i:nth-child(2),
.tn-gift-page .tn-gift-qr i:nth-child(4),
.tn-gift-page .tn-gift-qr i:nth-child(8) {
  transform: scale(.52);
}


.tn-gift-page .tn-gift-wax-seal {
  position: absolute;
  z-index: 6;
  right: 10%;
  bottom: 12%;
  display: grid;
  place-items: center;
  align-content: center;
  width: clamp(76px, 8.4vw, 112px);
  aspect-ratio: 1;
  color: #f3d299;
  border: 1px solid rgba(255,222,164,.38);
  border-radius: 46% 54% 49% 51%;
  background: radial-gradient(circle at 38% 32%, #c46581, #84364e 68%, #5f2336);
  box-shadow: 0 13px 30px rgba(31,10,16,.46), inset 0 0 0 6px rgba(255,210,225,.06);
  transform: rotate(9deg);
}


.tn-gift-page .tn-gift-wax-seal::before {
  content: '';
  position: absolute;
  inset: 12%;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .55;
}


.tn-gift-page .tn-gift-wax-seal b {
  font: 400 clamp(13px, 1.4vw, 20px)/1 var(--tn-serif);
}


.tn-gift-page .tn-gift-wax-seal span {
  margin-top: 4px;
  font-size: 5px;
  font-weight: 850;
  letter-spacing: .15em;
}


.tn-gift-page .tn-gift-hero-copy {
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px clamp(45px, 5.4vw, 96px);
}


.tn-gift-page .tn-gift-hero-copy h1 {
  max-width: 740px;
  margin: 28px 0 0;
  font: 400 clamp(61px, 7.1vw, 118px)/.84 var(--tn-serif);
  letter-spacing: -.035em;
}


.tn-gift-page .tn-gift-hero-copy h1 em,
.tn-gift-page .tn-gift-section-head h2 em,
.tn-gift-page .tn-gift-choice-copy h3 em,
.tn-gift-page .tn-gift-redeem-panel h2 em,
.tn-gift-page .tn-gift-restaurant h2 em {
  color: #eda8bf;
  font-weight: 400;
}


.tn-gift-page .tn-gift-hero-lead {
  max-width: 620px;
  margin: 27px 0 0;
  color: #efd39e;
  font: 400 clamp(23px, 2.3vw, 34px)/1.17 var(--tn-serif);
}


.tn-gift-page .tn-gift-hero-text {
  max-width: 630px;
  margin: 19px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 14px;
  line-height: 1.75;
}


.tn-gift-page .tn-gift-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.14);
}


.tn-gift-page .tn-gift-hero-facts > span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.63);
}


.tn-gift-page .tn-gift-hero-facts b {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  color: #f0c877;
  border: 1px solid rgba(240,200,119,.38);
  border-radius: 50%;
  font-size: 9px;
}


.tn-gift-page .tn-gift-hero-facts small {
  font-size: 9px;
  line-height: 1.35;
}


/* Intro en de twee grote cadeaukeuzes */
.tn-gift-page .tn-gift-intro {
  padding: clamp(90px, 9vw, 144px) max(32px, calc((100vw - 1420px) / 2));
  background:
    radial-gradient(circle at 93% 6%, rgba(185,86,117,.12), transparent 25%),
    linear-gradient(180deg, #fffaf2, #f3e8da);
}


.tn-gift-page .tn-gift-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr);
  align-items: end;
  gap: clamp(38px, 6vw, 96px);
  margin-bottom: 52px;
}


.tn-gift-page .tn-gift-section-head .tn-eyebrow {
  grid-column: 1 / -1;
}


.tn-gift-page .tn-gift-section-head h2 {
  margin: 0;
  font: 400 clamp(48px, 5vw, 78px)/.98 var(--tn-serif);
  letter-spacing: -.025em;
}


.tn-gift-page .tn-gift-section-head > p {
  margin: 0;
  color: var(--tn-muted);
  font-size: 14px;
  line-height: 1.8;
}


.tn-gift-page .tn-gift-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


.tn-gift-page .tn-gift-choice {
  display: grid;
  grid-template-rows: minmax(410px, .92fr) auto;
  min-height: 870px;
  overflow: hidden;
  border: 1px solid rgba(104,78,47,.2);
  border-radius: 34px;
  background: #fffaf2;
  box-shadow: 0 28px 70px rgba(66,48,30,.1);
}


.tn-gift-page .tn-gift-choice-visual {
  position: relative;
  overflow: hidden;
  min-height: 410px;
}


.tn-gift-page .tn-gift-choice-visual::before,
.tn-gift-page .tn-gift-choice-visual::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(235,197,121,.18);
  border-radius: 50%;
}


.tn-gift-page .tn-gift-choice-visual::before {
  top: -240px;
  right: -130px;
  width: 520px;
  height: 520px;
  box-shadow: 0 0 0 80px rgba(255,255,255,.018);
}


.tn-gift-page .tn-gift-choice-visual::after {
  bottom: -240px;
  left: -130px;
  width: 430px;
  height: 430px;
}


.tn-gift-page .tn-gift-choice-box .tn-gift-choice-visual {
  background:
    radial-gradient(circle at 50% 52%, rgba(221,181,108,.25), transparent 36%),
    linear-gradient(145deg, #24372a, #101d16);
}


.tn-gift-page .tn-gift-choice-card .tn-gift-choice-visual {
  background:
    radial-gradient(circle at 54% 49%, rgba(242,205,141,.22), transparent 36%),
    linear-gradient(145deg, #563343, #241a20 75%);
}


.tn-gift-page .tn-gift-box-lid {
  position: absolute;
  z-index: 2;
  top: 23%;
  left: 15%;
  display: grid;
  place-items: center;
  width: 70%;
  aspect-ratio: 1.55;
  color: transparent;
  border: 1px solid rgba(236,198,122,.55);
  border-radius: 22px;
  background:
    linear-gradient(110deg, #a66735, #f4d89a 32%, #bf7a42 54%, #efc777 77%, #94572e) border-box,
    linear-gradient(145deg, #3c4936, #14221a) padding-box;
  box-shadow: 0 34px 60px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.08);
  transform: perspective(700px) rotateX(8deg) rotateZ(-5deg);
}


.tn-gift-page .tn-gift-box-lid span {
  color: #f4dfb0;
  font: 400 clamp(35px, 4vw, 57px)/1 var(--tn-serif);
  letter-spacing: .08em;
}


.tn-gift-page .tn-gift-box-lid small {
  margin-top: -18%;
  color: #e6a3b9;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .2em;
}


.tn-gift-page .tn-gift-box-jars {
  position: absolute;
  z-index: 4;
  right: 7%;
  bottom: 5%;
  left: 7%;
  display: grid;
  grid-template-columns: repeat(9, minmax(18px, 1fr));
  align-items: end;
  gap: 5px;
  transform: rotate(2deg);
}


.tn-gift-page .tn-gift-box-jars i {
  position: relative;
  display: block;
  aspect-ratio: .48;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 9px 9px 13px 13px;
  background: linear-gradient(90deg, rgba(0,0,0,.22), transparent 22% 72%, rgba(0,0,0,.2)), var(--mini-color);
  box-shadow: inset 0 10px 12px rgba(255,255,255,.12), 0 10px 16px rgba(0,0,0,.32);
}


.tn-gift-page .tn-gift-box-jars i::before {
  content: '';
  position: absolute;
  top: -7%;
  left: -4%;
  width: 108%;
  height: 15%;
  border-radius: 4px;
  background: linear-gradient(#26221e, #070706 60%, #29241f);
}


.tn-gift-page .tn-gift-box-jars i::after {
  content: '';
  position: absolute;
  top: 34%;
  right: -1px;
  left: -1px;
  height: 38%;
  border-block: 1px solid rgba(108,75,45,.15);
  background: #e9decd;
}


.tn-gift-page .tn-gift-box-ribbon {
  position: absolute;
  z-index: 5;
  top: 11%;
  right: 10%;
  display: grid;
  place-items: center;
  width: 80px;
  aspect-ratio: 1;
  color: #fff0d0;
  border: 1px solid rgba(255,225,170,.42);
  border-radius: 48% 52% 44% 56%;
  background: linear-gradient(145deg, #c15a78, #773147);
  box-shadow: 0 12px 26px rgba(31,8,15,.35), inset 0 0 0 7px rgba(255,255,255,.04);
  font: 400 14px var(--tn-serif);
  transform: rotate(10deg);
}


.tn-gift-page .tn-gift-mini-envelope {
  position: absolute;
  z-index: 1;
  top: 23%;
  left: 9%;
  width: 62%;
  aspect-ratio: 1.55;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(145deg, #e7cfac, #b88a5e);
  box-shadow: 0 30px 54px rgba(0,0,0,.38);
  transform: rotate(-9deg);
}


.tn-gift-page .tn-gift-mini-envelope::before {
  content: '';
  position: absolute;
  inset: -1px -1px auto;
  height: 62%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(160deg, #f0dfc6, #bb8d60);
}


.tn-gift-page .tn-gift-mini-envelope span {
  position: absolute;
  right: 8%;
  bottom: 8%;
  color: #6f4931;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .2em;
}


.tn-gift-page .tn-gift-mini-card {
  position: absolute;
  z-index: 3;
  top: 13%;
  right: 9%;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 65%;
  aspect-ratio: 1.62;
  padding: 24px;
  color: #f8edda;
  border: 1px solid rgba(240,204,133,.58);
  border-radius: 17px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(191,92,122,.25), transparent 29%),
    linear-gradient(145deg, #2e4332, #111d16);
  box-shadow: 0 34px 64px rgba(0,0,0,.46);
  transform: rotate(5deg);
}


.tn-gift-page .tn-gift-mini-card::after {
  content: '';
  position: absolute;
  right: -26%;
  bottom: -67%;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(235,198,121,.22);
  border-radius: 50%;
}


.tn-gift-page .tn-gift-mini-card > span {
  color: #efbd6c;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .2em;
}


.tn-gift-page .tn-gift-mini-card > strong {
  margin: 16px 0 8px;
  color: transparent;
  background: linear-gradient(100deg, #b97942, #f4d99c 46%, #b16a39);
  background-clip: text;
  -webkit-background-clip: text;
  font: 400 clamp(38px, 4.5vw, 64px)/.9 var(--tn-serif);
  letter-spacing: .06em;
}


.tn-gift-page .tn-gift-mini-card > small {
  color: #e7a7bc;
  font: italic 13px var(--tn-serif);
}


.tn-gift-page .tn-gift-mini-card > i {
  margin-top: 21px;
  color: rgba(255,255,255,.58);
  font-size: 6px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .16em;
}


.tn-gift-page .tn-gift-mini-seal {
  position: absolute;
  z-index: 5;
  right: 12%;
  bottom: 10%;
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  color: #f6d7a0;
  border: 1px solid rgba(255,224,170,.42);
  border-radius: 47% 53% 51% 49%;
  background: radial-gradient(circle at 35% 30%, #c96683, #793047 74%);
  box-shadow: 0 13px 26px rgba(36,9,18,.38), inset 0 0 0 7px rgba(255,255,255,.04);
  font: 400 25px var(--tn-serif);
  transform: rotate(-9deg);
}


.tn-gift-page .tn-gift-choice-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 4vw, 54px);
}


.tn-gift-page .tn-gift-choice-number {
  color: var(--tn-gift-rose);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .2em;
}


.tn-gift-page .tn-gift-choice-copy h3 {
  margin: 17px 0 15px;
  font: 400 clamp(43px, 4.8vw, 68px)/.92 var(--tn-serif);
}


.tn-gift-page .tn-gift-choice-copy > p {
  margin: 0;
  color: var(--tn-muted);
  font-size: 13px;
  line-height: 1.7;
}


.tn-gift-page .tn-gift-choice-copy ul {
  display: grid;
  margin: 25px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tn-line);
}


.tn-gift-page .tn-gift-choice-copy li {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 48px;
  color: #554d44;
  border-bottom: 1px solid var(--tn-line);
  font-size: 11px;
}


.tn-gift-page .tn-gift-choice-copy li b {
  min-width: 27px;
  color: var(--tn-gift-copper);
  font-size: 8px;
  letter-spacing: .12em;
}


.tn-gift-page .tn-gift-choice-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding: 4px 0 20px;
}


.tn-gift-page .tn-gift-choice-price span {
  color: var(--tn-muted);
  font-size: 10px;
}


.tn-gift-page .tn-gift-choice-price strong {
  white-space: nowrap;
  font: 400 29px/1 var(--tn-serif);
}


.tn-gift-page .tn-gift-choice-copy > .tn-button {
  width: 100%;
}


/* Restaurantcadeaubon · een brede derde cadeaukeuze */
.tn-gift-page .tn-restaurant-gift {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(450px, .96fr);
  min-height: 660px;
  margin-top: 28px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(111, 76, 41, .24);
  border-radius: 34px;
  background: var(--tn-gift-paper);
  box-shadow: 0 32px 82px rgba(54, 39, 25, .14);
}


.tn-gift-page .tn-restaurant-gift-visual {
  position: relative;
  isolation: isolate;
  min-height: 660px;
  overflow: hidden;
  color: #fff8ea;
  border-right: 1px solid rgba(240, 202, 128, .18);
  background:
    radial-gradient(circle at 18% 20%, rgba(221, 181, 108, .24), transparent 30%),
    radial-gradient(circle at 91% 87%, rgba(185, 86, 117, .18), transparent 31%),
    linear-gradient(138deg, #172a20 0%, #33402e 56%, #49372f 100%);
}


.tn-gift-page .tn-restaurant-gift-visual::before,
.tn-gift-page .tn-restaurant-gift-visual::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
}


.tn-gift-page .tn-restaurant-gift-visual::before {
  top: -43%;
  right: -17%;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 198, 116, .23);
  border-radius: 50%;
  box-shadow:
    0 0 0 65px rgba(239, 198, 116, .025),
    0 0 0 132px rgba(255, 255, 255, .014);
}


.tn-gift-page .tn-restaurant-gift-visual::after {
  inset: auto 8% 8% auto;
  width: 31%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 198, 116, .72));
}


.tn-gift-page .tn-restaurant-gift-kicker {
  position: absolute;
  z-index: 5;
  top: 42px;
  left: 46px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--tn-gift-gold-light);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .23em;
}


.tn-gift-page .tn-restaurant-gift-kicker::before {
  content: '';
  width: 31px;
  height: 1px;
  background: var(--tn-gift-copper);
}


.tn-gift-page .tn-restaurant-voucher-envelope {
  position: absolute;
  z-index: 1;
  bottom: 8%;
  left: 6%;
  width: 69%;
  aspect-ratio: 1.58;
  overflow: hidden;
  border: 1px solid rgba(101, 67, 39, .24);
  border-radius: 12px;
  background: linear-gradient(145deg, #ead7bc, #bc9064 82%);
  box-shadow: 0 28px 55px rgba(5, 12, 8, .38);
  transform: rotate(-7deg);
}


.tn-gift-page .tn-restaurant-voucher-envelope::before,
.tn-gift-page .tn-restaurant-voucher-envelope::after {
  content: '';
  position: absolute;
  inset: 0;
}


.tn-gift-page .tn-restaurant-voucher-envelope::before {
  clip-path: polygon(0 0, 100% 0, 50% 63%);
  background: linear-gradient(160deg, #f5e6cf, #c79a70);
}


.tn-gift-page .tn-restaurant-voucher-envelope::after {
  clip-path: polygon(0 100%, 0 41%, 50% 76%, 100% 41%, 100% 100%);
  background: linear-gradient(152deg, #cfaa80, #e6ceb0 53%, #b8885e);
}


.tn-gift-page .tn-restaurant-voucher-envelope > span {
  position: absolute;
  z-index: 2;
  right: 7%;
  bottom: 7%;
  color: #6f4b35;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: .2em;
}


.tn-gift-page .tn-restaurant-voucher-card {
  position: absolute;
  z-index: 3;
  top: 19%;
  left: 14%;
  display: grid;
  justify-items: center;
  align-content: center;
  width: min(72%, 570px);
  aspect-ratio: 1.62;
  padding: 34px;
  overflow: hidden;
  color: #243228;
  border: 1px solid rgba(185, 115, 84, .58);
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 13%, rgba(185, 86, 117, .1), transparent 28%),
    linear-gradient(135deg, #fffaf0, #eadbc5);
  box-shadow:
    0 38px 75px rgba(4, 11, 7, .46),
    inset 0 0 0 6px rgba(255, 255, 255, .28);
  transform: perspective(900px) rotateX(3deg) rotateZ(4deg);
}


.tn-gift-page .tn-restaurant-voucher-card::before {
  content: '';
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(187, 115, 84, .42);
  border-radius: 11px;
  pointer-events: none;
}


.tn-gift-page .tn-restaurant-voucher-card::after {
  content: '';
  position: absolute;
  right: -20%;
  bottom: -69%;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid rgba(63, 72, 48, .19);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(63, 72, 48, .025);
  pointer-events: none;
}


.tn-gift-page .tn-restaurant-voucher-card > img {
  position: relative;
  z-index: 2;
  width: clamp(86px, 14vw, 145px);
  height: auto;
  margin-bottom: 3px;
}


.tn-gift-page .tn-restaurant-voucher-card > span,
.tn-gift-page .tn-restaurant-voucher-card > strong,
.tn-gift-page .tn-restaurant-voucher-card > small,
.tn-gift-page .tn-restaurant-voucher-card > i {
  position: relative;
  z-index: 2;
}


.tn-gift-page .tn-restaurant-voucher-card > span {
  color: var(--tn-gift-copper);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .26em;
}


.tn-gift-page .tn-restaurant-voucher-card > strong {
  margin: 8px 0 5px;
  color: transparent;
  background: linear-gradient(102deg, #a9633d, #dda952 43%, #875137 76%, #b95675);
  background-clip: text;
  -webkit-background-clip: text;
  font: 400 clamp(43px, 5vw, 67px)/.9 var(--tn-serif);
  letter-spacing: -.02em;
}


.tn-gift-page .tn-restaurant-voucher-card > small {
  color: #556055;
  font: italic 13px/1.2 var(--tn-serif);
}


.tn-gift-page .tn-restaurant-voucher-card > i {
  margin-top: 14px;
  color: #8b6e55;
  font-size: 6px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .18em;
}


.tn-gift-page .tn-restaurant-voucher-seal {
  position: absolute;
  z-index: 5;
  right: 8%;
  bottom: 9%;
  display: grid;
  place-content: center;
  justify-items: center;
  width: 92px;
  aspect-ratio: 1;
  color: #ffe1a6;
  border: 1px solid rgba(255, 225, 166, .48);
  border-radius: 48% 52% 46% 54%;
  background: radial-gradient(circle at 34% 28%, #cc6b86, #783248 75%);
  box-shadow:
    0 18px 32px rgba(31, 8, 16, .42),
    inset 0 0 0 8px rgba(255, 255, 255, .045);
  transform: rotate(-9deg);
}


.tn-gift-page .tn-restaurant-voucher-seal b {
  font: 400 19px/1 var(--tn-serif);
  letter-spacing: .06em;
}


.tn-gift-page .tn-restaurant-voucher-seal small {
  margin-top: 4px;
  font-size: 5px;
  font-weight: 850;
  letter-spacing: .16em;
}


.tn-gift-page .tn-restaurant-gift-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 5vw, 76px);
  background:
    radial-gradient(circle at 100% 0, rgba(185, 86, 117, .12), transparent 30%),
    linear-gradient(145deg, #fffaf2, #efe1cf);
}


.tn-gift-page .tn-restaurant-gift-copy::after {
  content: 'MORE';
  position: absolute;
  right: -14px;
  bottom: -28px;
  color: rgba(187, 115, 84, .045);
  font: 400 160px/.8 var(--tn-serif);
  pointer-events: none;
}


.tn-gift-page .tn-restaurant-gift-copy h3 {
  position: relative;
  z-index: 1;
  margin: 17px 0 19px;
  font: 400 clamp(44px, 4.5vw, 67px)/.93 var(--tn-serif);
  letter-spacing: -.025em;
}


.tn-gift-page .tn-restaurant-gift-copy h3 em {
  color: var(--tn-gift-rose);
}


.tn-gift-page .tn-restaurant-gift-copy > p {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin: 0;
  color: var(--tn-muted);
  font-size: 13px;
  line-height: 1.75;
}


.tn-gift-page .tn-restaurant-gift-values {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 29px 0 25px;
  padding: 0;
  border: 0;
}


.tn-gift-page .tn-restaurant-gift-values legend {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 9px;
  color: #64594e;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .2em;
  text-transform: uppercase;
}


.tn-gift-page .tn-restaurant-gift-values label {
  position: relative;
  display: block;
  cursor: pointer;
}


.tn-gift-page .tn-restaurant-gift-values input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}


.tn-gift-page .tn-restaurant-gift-values label > span {
  display: grid;
  place-items: center;
  min-height: 55px;
  color: #493f36;
  border: 1px solid rgba(117, 84, 52, .22);
  border-radius: 999px;
  background: rgba(255, 250, 242, .66);
  font: 600 17px/1 var(--tn-serif);
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}


.tn-gift-page .tn-restaurant-gift-values label:hover > span {
  border-color: rgba(187, 115, 84, .62);
  transform: translateY(-2px);
}


.tn-gift-page .tn-restaurant-gift-values input:checked + span {
  color: #fff8e8;
  border-color: var(--tn-gift-olive);
  background: linear-gradient(130deg, var(--tn-gift-olive), #263724);
  box-shadow: inset 0 0 0 1px rgba(239, 198, 116, .25), 0 9px 20px rgba(40, 54, 35, .17);
}


.tn-gift-page .tn-restaurant-gift-values input:focus-visible + span {
  outline: 2px solid var(--tn-gift-copper);
  outline-offset: 3px;
}


.tn-gift-page .tn-restaurant-gift-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-block: 1px solid rgba(110, 81, 51, .18);
}


.tn-gift-page .tn-restaurant-gift-price > span {
  color: var(--tn-muted);
  font-size: 10px;
}


.tn-gift-page .tn-restaurant-gift-price > strong {
  white-space: nowrap;
  color: #29362c;
  font: 400 30px/1 var(--tn-serif);
}


.tn-gift-page .tn-restaurant-gift-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 10px;
  margin-top: 22px;
}


.tn-gift-page .tn-restaurant-gift-actions .tn-button {
  width: 100%;
  padding-inline: 18px;
  text-align: center;
}


.tn-gift-page .tn-restaurant-gift-note {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 15px;
  color: #8a7e71;
  font-size: 8px;
  line-height: 1.5;
}


/* Statement strip */
.tn-gift-page .tn-gift-statement {
  isolation: isolate;
  display: grid;
  grid-template-columns: auto minmax(0, 1.25fr) minmax(420px, .75fr);
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
  min-height: 300px;
  padding: 66px max(32px, calc((100vw - 1420px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 6% 90%, rgba(221,181,108,.19), transparent 31%),
    radial-gradient(circle at 93% 6%, rgba(185,86,117,.24), transparent 28%),
    linear-gradient(110deg, #101a14, #2d392b 54%, #3a2930);
}


.tn-gift-page .tn-gift-statement::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -9%;
  width: 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(238,198,120,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.015);
}


.tn-gift-page .tn-gift-statement-index {
  display: grid;
  place-items: center;
  width: 92px;
  aspect-ratio: 1;
  color: #edc779;
  border: 1px solid rgba(237,199,121,.48);
  border-radius: 50%;
  font: 400 37px var(--tn-serif);
  box-shadow: 0 0 0 9px rgba(237,199,121,.035);
}


.tn-gift-page .tn-gift-statement > p {
  margin: 0;
  font: 400 clamp(32px, 4vw, 59px)/1.02 var(--tn-serif);
}


.tn-gift-page .tn-gift-statement > p em {
  color: #eca8bf;
  font-weight: 400;
}


.tn-gift-page .tn-gift-statement-facts {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}


.tn-gift-page .tn-gift-statement-facts span {
  display: grid;
  gap: 4px;
  text-align: center;
}


.tn-gift-page .tn-gift-statement-facts b {
  color: #f0cc84;
  font-size: 8px;
  letter-spacing: .15em;
}


.tn-gift-page .tn-gift-statement-facts small {
  color: rgba(255,255,255,.58);
  font: italic 14px var(--tn-serif);
}


.tn-gift-page .tn-gift-statement-facts > i {
  color: #e9a6bc;
  font-style: normal;
}


/* Vierstappen-tijdlijn */
.tn-gift-page .tn-gift-process {
  padding: clamp(90px, 9vw, 140px) max(32px, calc((100vw - 1420px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(185,86,117,.2), transparent 29%),
    radial-gradient(circle at 7% 91%, rgba(221,181,108,.14), transparent 28%),
    linear-gradient(145deg, #1b3024, #101c16 68%);
}


.tn-gift-page .tn-gift-section-head-light h2,
.tn-gift-page .tn-gift-section-head-light > p {
  color: #fffaf1;
}


.tn-gift-page .tn-gift-section-head-light > p {
  color: rgba(255,255,255,.6);
}


.tn-gift-page .tn-gift-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(239,198,116,.28);
}


.tn-gift-page .tn-gift-steps::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 25%;
  height: 2px;
  background: linear-gradient(90deg, var(--tn-gift-gold), var(--tn-gift-rose));
}


.tn-gift-page .tn-gift-steps > li {
  position: relative;
  min-height: 342px;
  padding: 38px clamp(23px, 2.5vw, 39px) 30px;
  border-right: 1px solid rgba(255,255,255,.11);
}


.tn-gift-page .tn-gift-steps > li:last-child {
  border-right: 0;
}


.tn-gift-page .tn-gift-steps > li > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #f0c77a;
  border: 1px solid rgba(240,199,122,.48);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}


.tn-gift-page .tn-gift-steps > li > i {
  display: block;
  width: 1px;
  height: 48px;
  margin: 17px 0;
  background: linear-gradient(var(--tn-gift-gold), transparent);
}


.tn-gift-page .tn-gift-steps small {
  color: #e6a1b7;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .18em;
}


.tn-gift-page .tn-gift-steps h3 {
  margin: 13px 0 12px;
  color: #fff8ed;
  font: 400 clamp(25px, 2.4vw, 35px)/1.03 var(--tn-serif);
}


.tn-gift-page .tn-gift-steps p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  line-height: 1.7;
}


/* Cadeaucode en inwisseling */
.tn-gift-page .tn-gift-redeem {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(510px, 1.1fr);
  min-height: 780px;
  background: #f7eddf;
}


.tn-gift-page .tn-gift-redeem-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 780px;
  padding: 70px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 23% 18%, rgba(221,181,108,.2), transparent 25%),
    radial-gradient(circle at 91% 90%, rgba(185,86,117,.21), transparent 28%),
    linear-gradient(145deg, #26392b, #101c15);
}


.tn-gift-page .tn-gift-redeem-art::before,
.tn-gift-page .tn-gift-redeem-art::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(239,199,121,.17);
  border-radius: 50%;
}


.tn-gift-page .tn-gift-redeem-art::before {
  top: -270px;
  left: -270px;
  width: 600px;
  height: 600px;
  box-shadow: 0 0 0 90px rgba(255,255,255,.014);
}


.tn-gift-page .tn-gift-redeem-art::after {
  right: -250px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  border-color: rgba(188,84,115,.22);
}


.tn-gift-page .tn-gift-redeem-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(10px, 1.2vw, 16px);
  width: min(92%, 590px);
  aspect-ratio: 85.6 / 53.98;
  min-height: 0;
  padding: clamp(24px, 2vw, 34px);
  color: #fff8ec;
  border: 1px solid rgba(242,204,132,.66);
  border-radius: 23px;
  overflow: hidden;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255,255,255,.055) 58.15% 58.3%, transparent 58.45%),
    radial-gradient(circle at 92% 10%, rgba(185,86,117,.25), transparent 29%),
    linear-gradient(145deg, #344937, #101c15);
  box-shadow: 0 42px 80px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.12);
  transform: rotate(-3deg);
}


.tn-gift-page .tn-gift-redeem-card::after {
  content: '';
  position: absolute;
  right: -29%;
  bottom: -59%;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(237,197,118,.24);
  border-radius: 50%;
}


.tn-gift-page .tn-gift-redeem-card > span {
  position: relative;
  z-index: 1;
  color: #efc474;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .21em;
}


.tn-gift-page .tn-gift-redeem-card > strong {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 430px;
  font: 400 clamp(28px, 2.5vw, 42px)/.98 var(--tn-serif);
  text-wrap: balance;
}


.tn-gift-page .tn-gift-redeem-card > div {
  position: relative;
  z-index: 1;
  align-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 0;
}


.tn-gift-page .tn-gift-redeem-card small {
  color: rgba(255,255,255,.58);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.6;
}


.tn-gift-page .tn-gift-redeem-qr {
  display: block;
  width: 60px;
  height: 60px;
  border: 8px solid #f6ebd9;
  border-radius: 5px;
  background:
    linear-gradient(90deg, #183024 33%, transparent 33% 66%, #183024 66%) 0 0 / 21px 21px,
    linear-gradient(#183024 33%, transparent 33% 66%, #183024 66%) 0 0 / 21px 21px,
    #f6ebd9;
}


.tn-gift-page .tn-gift-redeem-art > p {
  position: absolute;
  z-index: 3;
  right: 7%;
  bottom: 6%;
  margin: 0;
  color: rgba(255,255,255,.45);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .18em;
  line-height: 1.7;
  text-align: right;
}


.tn-gift-page .tn-gift-redeem-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 124px);
  background:
    radial-gradient(circle at 97% 2%, rgba(185,86,117,.09), transparent 29%),
    linear-gradient(180deg, #fffaf2, #f2e4d4);
}


.tn-gift-page .tn-gift-redeem-panel h2 {
  margin: 25px 0 18px;
  font: 400 clamp(48px, 5.2vw, 78px)/.95 var(--tn-serif);
}


.tn-gift-page .tn-gift-redeem-panel > p {
  max-width: 690px;
  margin: 0;
  color: var(--tn-muted);
  font-size: 14px;
  line-height: 1.75;
}


.tn-gift-page .tn-gift-code-form {
  margin-top: 32px;
}


.tn-gift-page .tn-gift-code-form > label,
.tn-gift-page .tn-gift-address-grid > label {
  display: grid;
  gap: 9px;
  color: #4d453d;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}


.tn-gift-page .tn-gift-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 9px;
}


.tn-gift-page .tn-gift-code-row input,
.tn-gift-page .tn-gift-address-grid input,
.tn-gift-page .tn-gift-address-grid textarea {
  width: 100%;
  min-width: 0;
  color: var(--tn-ink);
  border: 1px solid rgba(104,78,47,.22);
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  font-weight: 400;
  outline: 0;
  box-shadow: inset 0 1px rgba(255,255,255,.8);
  transition: border-color .2s, box-shadow .2s;
}


.tn-gift-page .tn-gift-code-row input {
  height: 58px;
  padding: 0 18px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}


.tn-gift-page .tn-gift-address-grid input {
  height: 52px;
  padding: 0 15px;
  font-size: 14px;
  text-transform: none;
}


.tn-gift-page .tn-gift-address-grid textarea {
  min-height: 96px;
  padding: 14px 15px;
  font-size: 14px;
  resize: vertical;
  text-transform: none;
}


.tn-gift-page .tn-gift-code-row input:focus,
.tn-gift-page .tn-gift-address-grid input:focus,
.tn-gift-page .tn-gift-address-grid textarea:focus {
  border-color: var(--tn-gift-rose);
  box-shadow: 0 0 0 3px rgba(185,86,117,.1);
}


.tn-gift-page .tn-gift-code-row .tn-button {
  min-width: 210px;
}


.tn-gift-page .tn-gift-feedback {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--tn-gift-rose);
  font-size: 10px;
  line-height: 1.5;
}


.tn-gift-page .tn-gift-address {
  margin-top: 24px;
  padding: 25px;
  border: 1px solid rgba(104,78,47,.18);
  border-radius: 22px;
  background: rgba(255,250,242,.68);
  box-shadow: 0 18px 45px rgba(79,57,34,.08);
}


.tn-gift-page .tn-gift-address header > span {
  color: var(--tn-gift-rose);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .17em;
}


.tn-gift-page .tn-gift-address header h3 {
  margin: 8px 0 21px;
  font: 400 26px/1.1 var(--tn-serif);
}


.tn-gift-page .tn-gift-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}


.tn-gift-page .tn-gift-address-wide {
  grid-column: 1 / -1;
}


.tn-gift-page .tn-gift-address > .tn-button {
  width: 100%;
  margin-top: 18px;
}


.tn-gift-page .tn-gift-complete {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  padding: 22px;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(135deg, #304533, #18291f);
}


.tn-gift-page .tn-gift-complete > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #1a2b20;
  border-radius: 50%;
  background: var(--tn-gift-gold);
}


.tn-gift-page .tn-gift-complete h3,
.tn-gift-page .tn-gift-complete p {
  margin: 0;
}


.tn-gift-page .tn-gift-complete h3 {
  font: 400 23px/1.1 var(--tn-serif);
}


.tn-gift-page .tn-gift-complete p {
  margin-top: 5px;
  color: rgba(255,255,255,.63);
  font-size: 10px;
  line-height: 1.5;
}


.tn-gift-page .tn-gift-redeem-note {
  display: block;
  max-width: 670px;
  margin-top: 18px;
  color: var(--tn-muted);
  font-size: 9px;
  line-height: 1.55;
}


/* Afsluiter · het restaurant waar de collectie begon */
.tn-gift-page .tn-gift-restaurant {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(460px, .88fr);
  min-height: 720px;
  color: #fff;
  background: var(--tn-gift-forest-deep);
}


.tn-gift-page .tn-gift-restaurant::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 34%, rgba(8,18,13,.24) 54%, rgba(8,18,13,.86) 73%);
}


.tn-gift-page .tn-gift-restaurant > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  filter: saturate(.78) contrast(1.05);
}


.tn-gift-page .tn-gift-restaurant > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -11vw;
  padding: 90px clamp(50px, 7vw, 118px) 90px 0;
}


.tn-gift-page .tn-gift-restaurant h2 {
  margin: 27px 0 20px;
  font: 400 clamp(49px, 5vw, 80px)/.94 var(--tn-serif);
}


.tn-gift-page .tn-gift-restaurant > div > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 14px;
  line-height: 1.78;
}


/* Responsive cadeaupagina */
@media (max-width: 1120px) {
  .tn-gift-page .tn-gift-hero {
    grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr);
  }


  .tn-gift-page .tn-gift-hero-visual {
    min-height: 650px;
  }


  .tn-gift-page .tn-gift-hero-copy {
    padding: 72px 42px;
  }


  .tn-gift-page .tn-gift-card-front {
    left: 10%;
    width: 67%;
  }


  .tn-gift-page .tn-gift-card-back {
    right: -2%;
    width: 64%;
  }


  .tn-gift-page .tn-gift-envelope {
    left: 5%;
    width: 79%;
  }


  .tn-gift-page .tn-gift-choices {
    grid-template-columns: 1fr;
    gap: 24px;
  }


  .tn-gift-page .tn-gift-choice {
    grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
    grid-template-rows: auto;
    min-height: 650px;
  }


  .tn-gift-page .tn-gift-choice-visual {
    min-height: 650px;
  }


  .tn-gift-page .tn-gift-box-jars {
    grid-template-columns: repeat(5, minmax(25px, 1fr));
    right: 10%;
    left: 10%;
  }


  .tn-gift-page .tn-gift-box-jars i:nth-child(n+6) {
    display: none;
  }


  .tn-gift-page .tn-gift-statement {
    grid-template-columns: auto minmax(0, 1fr);
  }


  .tn-gift-page .tn-gift-statement-facts {
    grid-column: 1 / -1;
    width: min(100%, 690px);
    justify-self: center;
  }


  .tn-gift-page .tn-gift-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .tn-gift-page .tn-gift-steps::before {
    width: 50%;
  }


  .tn-gift-page .tn-gift-steps > li:nth-child(2) {
    border-right: 0;
  }


  .tn-gift-page .tn-gift-steps > li:nth-child(n+3) {
    border-top: 1px solid rgba(255,255,255,.11);
  }


  .tn-gift-page .tn-gift-redeem {
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  }


  .tn-gift-page .tn-gift-redeem-art,
  .tn-gift-page .tn-gift-redeem {
    min-height: 710px;
  }


  .tn-gift-page .tn-gift-redeem-panel {
    padding: 64px 48px;
  }


  .tn-gift-page .tn-gift-restaurant {
    grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr);
  }


  .tn-gift-page .tn-gift-restaurant > div {
    margin-left: -8vw;
    padding-right: 45px;
  }
}


@media (max-width: 820px) {
  .tn-gift-page .tn-nav a {
    min-height: 44px;
  }


  .tn-gift-page .tn-gift-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }


  .tn-gift-page .tn-gift-hero-copy {
    order: 1;
    padding: 74px 34px 58px;
  }


  .tn-gift-page .tn-gift-hero-visual {
    order: 2;
    min-height: 630px;
    border-top: 1px solid rgba(238,201,128,.18);
    border-right: 0;
  }


  .tn-gift-page .tn-gift-hero-copy h1 {
    font-size: clamp(67px, 15vw, 104px);
  }


  .tn-gift-page .tn-gift-card-front {
    top: 17%;
    left: 15%;
    width: min(61%, 490px);
  }


  .tn-gift-page .tn-gift-card-back {
    right: 6%;
    width: min(58%, 470px);
  }


  .tn-gift-page .tn-gift-envelope {
    left: 8%;
    width: min(72%, 580px);
  }


  .tn-gift-page .tn-gift-intro,
  .tn-gift-page .tn-gift-process {
    padding-inline: 24px;
  }


  .tn-gift-page .tn-gift-section-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }


  .tn-gift-page .tn-gift-choice {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(470px, auto) auto;
    min-height: 0;
  }


  .tn-gift-page .tn-gift-choice-visual {
    min-height: 470px;
  }


  .tn-gift-page .tn-gift-box-jars {
    grid-template-columns: repeat(9, minmax(20px, 1fr));
  }


  .tn-gift-page .tn-gift-box-jars i:nth-child(n) {
    display: block;
  }


  .tn-gift-page .tn-gift-statement {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 34px;
    text-align: center;
  }


  .tn-gift-page .tn-gift-statement-index {
    justify-self: center;
  }


  .tn-gift-page .tn-gift-statement-facts {
    grid-column: auto;
    width: 100%;
  }


  .tn-gift-page .tn-gift-redeem {
    grid-template-columns: 1fr;
  }


  .tn-gift-page .tn-gift-redeem-art {
    min-height: 630px;
    padding: 50px;
  }


  .tn-gift-page .tn-gift-redeem-panel {
    padding: 78px 34px;
  }


  .tn-gift-page .tn-gift-restaurant {
    grid-template-columns: 1fr;
    min-height: 0;
  }


  .tn-gift-page .tn-gift-restaurant::after {
    background: linear-gradient(180deg, transparent 15%, rgba(8,18,13,.3) 39%, rgba(8,18,13,.97) 67%);
  }


  .tn-gift-page .tn-gift-restaurant > img {
    min-height: 760px;
    grid-area: 1 / 1;
  }


  .tn-gift-page .tn-gift-restaurant > div {
    grid-area: 1 / 1;
    align-self: end;
    margin: 0;
    padding: 250px 34px 76px;
  }
}


@media (max-width: 560px) {
  .tn-gift-page .tn-gift-hero-copy {
    padding: 59px 21px 48px;
  }


  .tn-gift-page .tn-gift-hero-copy h1 {
    margin-top: 23px;
    font-size: clamp(55px, 17vw, 78px);
    line-height: .88;
  }


  .tn-gift-page .tn-gift-hero-lead {
    font-size: 23px;
  }


  .tn-gift-page .tn-gift-hero-text {
    font-size: 13px;
  }


  .tn-gift-page .tn-gift-hero-facts {
    grid-template-columns: 1fr;
  }


  .tn-gift-page .tn-gift-hero-visual {
    min-height: 480px;
  }


  .tn-gift-page .tn-gift-card {
    border-radius: 12px;
  }


  .tn-gift-page .tn-gift-card-front {
    top: 18%;
    left: 9%;
    width: 72%;
    padding: 20px;
  }


  .tn-gift-page .tn-gift-card-back {
    top: 10%;
    right: -4%;
    width: 69%;
    padding: 20px;
  }


  .tn-gift-page .tn-gift-card-wordmark strong {
    font-size: clamp(39px, 13vw, 60px);
  }


  .tn-gift-page .tn-gift-card-front > p {
    display: none;
  }


  .tn-gift-page .tn-gift-envelope {
    left: 2%;
    bottom: 10%;
    width: 84%;
  }


  .tn-gift-page .tn-gift-wax-seal {
    right: 6%;
    bottom: 9%;
  }


  .tn-gift-page .tn-gift-intro,
  .tn-gift-page .tn-gift-process {
    padding: 74px 15px;
  }


  .tn-gift-page .tn-gift-section-head {
    margin-bottom: 34px;
  }


  .tn-gift-page .tn-gift-section-head h2 {
    font-size: 43px;
  }


  .tn-gift-page .tn-gift-choice {
    grid-template-rows: minmax(390px, auto) auto;
    border-radius: 25px;
  }


  .tn-gift-page .tn-gift-choice-visual {
    min-height: 390px;
  }


  .tn-gift-page .tn-gift-box-lid {
    top: 21%;
    left: 9%;
    width: 82%;
  }


  .tn-gift-page .tn-gift-box-lid span {
    font-size: 35px;
  }


  .tn-gift-page .tn-gift-box-jars {
    grid-template-columns: repeat(5, minmax(23px, 1fr));
    right: 6%;
    left: 6%;
  }


  .tn-gift-page .tn-gift-box-jars i:nth-child(n+6) {
    display: none;
  }


  .tn-gift-page .tn-gift-box-ribbon {
    top: 8%;
    right: 6%;
    width: 64px;
  }


  .tn-gift-page .tn-gift-mini-envelope {
    top: 26%;
    left: 2%;
    width: 72%;
  }


  .tn-gift-page .tn-gift-mini-card {
    top: 15%;
    right: 3%;
    width: 76%;
    padding: 18px;
  }


  .tn-gift-page .tn-gift-mini-card > strong {
    margin-block: 10px 5px;
    font-size: 41px;
  }


  .tn-gift-page .tn-gift-mini-card > i {
    margin-top: 12px;
  }


  .tn-gift-page .tn-gift-mini-seal {
    right: 7%;
    bottom: 7%;
    width: 62px;
  }


  .tn-gift-page .tn-gift-choice-copy {
    padding: 31px 20px 24px;
  }


  .tn-gift-page .tn-gift-choice-copy h3 {
    font-size: 45px;
  }


  .tn-gift-page .tn-gift-choice-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }


  .tn-gift-page .tn-gift-statement {
    padding: 60px 20px;
  }


  .tn-gift-page .tn-gift-statement > p {
    font-size: 34px;
  }


  .tn-gift-page .tn-gift-statement-facts {
    gap: 8px;
    padding: 17px 10px;
    border-radius: 18px;
  }


  .tn-gift-page .tn-gift-statement-facts b {
    font-size: 7px;
  }


  .tn-gift-page .tn-gift-statement-facts small {
    font-size: 12px;
  }


  .tn-gift-page .tn-gift-steps {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid rgba(239,198,116,.28);
  }


  .tn-gift-page .tn-gift-steps::before {
    top: 0;
    width: 2px;
    height: 25%;
    background: linear-gradient(var(--tn-gift-gold), var(--tn-gift-rose));
  }


  .tn-gift-page .tn-gift-steps > li {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding: 28px 18px;
    border-top: 1px solid rgba(255,255,255,.11);
    border-right: 0;
  }


  .tn-gift-page .tn-gift-steps > li > i {
    display: none;
  }


  .tn-gift-page .tn-gift-steps h3 {
    font-size: 27px;
  }


  .tn-gift-page .tn-gift-redeem-art {
    min-height: 480px;
    padding: 34px 18px;
  }


  .tn-gift-page .tn-gift-redeem-card {
    width: 94%;
    aspect-ratio: 85.6 / 53.98;
    min-height: 0;
    padding: 20px;
    transform: none;
  }


  .tn-gift-page .tn-gift-redeem-card > strong {
    font-size: 27px;
  }


  .tn-gift-page .tn-gift-redeem-card > div {
    gap: 12px;
  }


  .tn-gift-page .tn-gift-redeem-qr {
    width: 48px;
    height: 48px;
    border-width: 6px;
  }


  .tn-gift-page .tn-gift-redeem-art > p {
    display: none;
  }


  .tn-gift-page .tn-gift-redeem-panel {
    padding: 66px 20px;
  }


  .tn-gift-page .tn-gift-redeem-panel h2 {
    font-size: 47px;
  }


  .tn-gift-page .tn-gift-code-row {
    grid-template-columns: 1fr;
  }


  .tn-gift-page .tn-gift-code-row .tn-button {
    width: 100%;
    min-width: 0;
  }


  .tn-gift-page .tn-gift-address {
    padding: 20px 15px;
  }


  .tn-gift-page .tn-gift-address-grid {
    grid-template-columns: 1fr;
  }


  .tn-gift-page .tn-gift-address-wide {
    grid-column: auto;
  }


  .tn-gift-page .tn-gift-restaurant > img {
    min-height: 720px;
  }


  .tn-gift-page .tn-gift-restaurant > div {
    padding: 240px 20px 64px;
  }


  .tn-gift-page .tn-gift-restaurant h2 {
    font-size: 48px;
  }


  .tn-gift-page .tn-gift-restaurant .tn-actions {
    display: grid;
    width: 100%;
  }


  .tn-gift-page .tn-gift-restaurant .tn-button {
    width: 100%;
  }
}


@media (max-width: 380px) {
  .tn-gift-page .tn-gift-hero-copy {
    padding-inline: 16px;
  }


  .tn-gift-page .tn-gift-hero-copy h1 {
    font-size: 52px;
  }


  .tn-gift-page .tn-gift-hero-visual {
    min-height: 430px;
  }


  .tn-gift-page .tn-gift-card-front {
    top: 19%;
    left: 5%;
    width: 78%;
    padding: 16px;
  }


  .tn-gift-page .tn-gift-card-back {
    right: -10%;
    width: 75%;
  }


  .tn-gift-page .tn-gift-card-wordmark span {
    font-size: 24px;
  }


  .tn-gift-page .tn-gift-card-wordmark strong {
    font-size: 44px;
  }


  .tn-gift-page .tn-gift-card-foil,
  .tn-gift-page .tn-gift-card-number {
    font-size: 6px;
    letter-spacing: .12em;
  }


  .tn-gift-page .tn-gift-wax-seal {
    width: 66px;
  }


  .tn-gift-page .tn-gift-intro,
  .tn-gift-page .tn-gift-process {
    padding-inline: 11px;
  }


  .tn-gift-page .tn-gift-section-head h2 {
    font-size: 38px;
  }


  .tn-gift-page .tn-gift-choice-visual {
    min-height: 350px;
  }


  .tn-gift-page .tn-gift-choice {
    grid-template-rows: minmax(350px, auto) auto;
  }


  .tn-gift-page .tn-gift-box-lid span {
    font-size: 30px;
  }


  .tn-gift-page .tn-gift-box-jars {
    gap: 3px;
  }


  .tn-gift-page .tn-gift-mini-card > strong {
    font-size: 35px;
  }


  .tn-gift-page .tn-gift-choice-copy {
    padding-inline: 16px;
  }


  .tn-gift-page .tn-gift-choice-copy h3 {
    font-size: 40px;
  }


  .tn-gift-page .tn-gift-statement {
    padding-inline: 15px;
  }


  .tn-gift-page .tn-gift-statement-index {
    width: 76px;
  }


  .tn-gift-page .tn-gift-statement > p {
    font-size: 30px;
  }


  .tn-gift-page .tn-gift-statement-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .tn-gift-page .tn-gift-statement-facts > i {
    display: none;
  }


  .tn-gift-page .tn-gift-steps > li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    padding-inline: 13px;
  }


  .tn-gift-page .tn-gift-steps h3 {
    font-size: 24px;
  }


  .tn-gift-page .tn-gift-redeem-panel {
    padding-inline: 16px;
  }


  .tn-gift-page .tn-gift-redeem-panel h2 {
    font-size: 41px;
  }


  .tn-gift-page .tn-gift-redeem-card {
    width: 94%;
    aspect-ratio: 85.6 / 53.98;
    min-height: 0;
    padding: 16px;
    border-radius: 17px;
  }


  .tn-gift-page .tn-gift-redeem-card > strong {
    font-size: 23px;
  }


  .tn-gift-page .tn-gift-redeem-qr {
    width: 44px;
    height: 44px;
    border-width: 5px;
  }


  .tn-gift-page .tn-gift-restaurant > div {
    padding-inline: 16px;
  }


  .tn-gift-page .tn-gift-restaurant h2 {
    font-size: 42px;
  }
}


/* Responsieve verfijning van de restaurantcadeaubon staat bewust als laatste,
   zodat uitsluitend dit nieuwe cadeauvlak de bestaande cadeau-layout aanvult. */
@media (max-width: 1120px) {
  .tn-gift-page .tn-restaurant-gift {
    grid-template-columns: minmax(370px, .92fr) minmax(0, 1.08fr);
    min-height: 620px;
  }


  .tn-gift-page .tn-restaurant-gift-visual {
    min-height: 620px;
  }


  .tn-gift-page .tn-restaurant-voucher-card {
    top: 21%;
    left: 10%;
    width: 80%;
    padding: 27px;
  }


  .tn-gift-page .tn-restaurant-voucher-envelope {
    left: 3%;
    width: 77%;
  }


  .tn-gift-page .tn-restaurant-voucher-seal {
    right: 5%;
    width: 78px;
  }


  .tn-gift-page .tn-restaurant-gift-copy {
    padding: 48px 38px;
  }


  .tn-gift-page .tn-restaurant-gift-actions {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 820px) {
  .tn-gift-page .tn-restaurant-gift {
    grid-template-columns: 1fr;
    min-height: 0;
  }


  .tn-gift-page .tn-restaurant-gift-visual {
    min-height: 550px;
    border-right: 0;
    border-bottom: 1px solid rgba(240, 202, 128, .18);
  }


  .tn-gift-page .tn-restaurant-gift-kicker {
    top: 36px;
    left: 38px;
  }


  .tn-gift-page .tn-restaurant-voucher-card {
    top: 18%;
    left: 15%;
    width: min(70%, 520px);
  }


  .tn-gift-page .tn-restaurant-voucher-envelope {
    left: 8%;
    width: min(66%, 500px);
  }


  .tn-gift-page .tn-restaurant-voucher-seal {
    right: 12%;
    bottom: 8%;
    width: 84px;
  }


  .tn-gift-page .tn-restaurant-gift-copy {
    padding: 58px 42px;
  }
}


@media (max-width: 560px) {
  .tn-gift-page .tn-restaurant-gift {
    margin-top: 18px;
    border-radius: 25px;
  }


  .tn-gift-page .tn-restaurant-gift-visual {
    min-height: 430px;
  }


  .tn-gift-page .tn-restaurant-gift-kicker {
    top: 26px;
    left: 22px;
    font-size: 7px;
  }


  .tn-gift-page .tn-restaurant-voucher-card {
    top: 20%;
    left: 7%;
    width: 79%;
    padding: 20px;
    border-radius: 13px;
    transform: perspective(900px) rotateX(2deg) rotateZ(3deg);
  }


  .tn-gift-page .tn-restaurant-voucher-card::before {
    inset: 10px;
    border-radius: 8px;
  }


  .tn-gift-page .tn-restaurant-voucher-card > img {
    width: 82px;
  }


  .tn-gift-page .tn-restaurant-voucher-card > span {
    font-size: 5px;
  }


  .tn-gift-page .tn-restaurant-voucher-card > strong {
    margin-block: 5px 3px;
    font-size: clamp(38px, 12vw, 54px);
  }


  .tn-gift-page .tn-restaurant-voucher-card > small {
    font-size: 11px;
  }


  .tn-gift-page .tn-restaurant-voucher-card > i {
    margin-top: 9px;
    font-size: 5px;
  }


  .tn-gift-page .tn-restaurant-voucher-envelope {
    bottom: 6%;
    left: 0;
    width: 75%;
  }


  .tn-gift-page .tn-restaurant-voucher-seal {
    right: 4%;
    bottom: 7%;
    width: 68px;
  }


  .tn-gift-page .tn-restaurant-voucher-seal b {
    font-size: 15px;
  }


  .tn-gift-page .tn-restaurant-gift-copy {
    padding: 38px 20px 30px;
  }


  .tn-gift-page .tn-restaurant-gift-copy::after {
    right: -5px;
    bottom: -15px;
    font-size: 104px;
  }


  .tn-gift-page .tn-restaurant-gift-copy h3 {
    margin-block: 14px 16px;
    font-size: clamp(39px, 12vw, 52px);
  }


  .tn-gift-page .tn-restaurant-gift-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-block: 25px 21px;
  }


  .tn-gift-page .tn-restaurant-gift-values label > span {
    min-height: 58px;
  }


  .tn-gift-page .tn-restaurant-gift-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }


  .tn-gift-page .tn-restaurant-gift-actions {
    grid-template-columns: 1fr;
    gap: 9px;
  }


  .tn-gift-page .tn-restaurant-gift-actions .tn-button {
    width: 100%;
    min-width: 0;
  }
}


@media (max-width: 380px) {
  .tn-gift-page .tn-restaurant-gift-visual {
    min-height: 390px;
  }


  .tn-gift-page .tn-restaurant-gift-kicker {
    left: 17px;
  }


  .tn-gift-page .tn-restaurant-voucher-card {
    top: 22%;
    left: 5%;
    width: 82%;
    padding: 15px;
  }


  .tn-gift-page .tn-restaurant-voucher-card > img {
    width: 70px;
  }


  .tn-gift-page .tn-restaurant-voucher-card > strong {
    font-size: 37px;
  }


  .tn-gift-page .tn-restaurant-voucher-card > i {
    display: none;
  }


  .tn-gift-page .tn-restaurant-voucher-seal {
    width: 60px;
  }


  .tn-gift-page .tn-restaurant-gift-copy {
    padding-inline: 16px;
  }


  .tn-gift-page .tn-restaurant-gift-copy h3 {
    font-size: 38px;
  }
}


/* THE NINE — sauce switcher & product-card refinement */
.tn-product-pagination {
  display: flex;
  gap: 12px;
  align-items: stretch;
  padding: 18px clamp(16px, 3.2vw, 52px);
  overflow-x: auto;
  border: 0;
  background:
    radial-gradient(circle at 83% 0%, rgba(224, 181, 92, .16), transparent 35%),
    linear-gradient(112deg, #11261c 0%, #293927 54%, #1a201a 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 12px 26px rgba(18, 29, 20, .2);
  scrollbar-color: rgba(232, 193, 111, .6) transparent;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.tn-product-pagination a {
  display: grid;
  flex: 0 0 clamp(156px, 12vw, 196px);
  gap: 9px;
  align-content: space-between;
  min-height: 116px;
  padding: 18px;
  overflow: hidden;
  color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(240, 210, 146, .22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font: 700 clamp(14px, 1vw, 16px)/1.15 var(--tn-sans);
  letter-spacing: -.015em;
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.tn-product-pagination a span {
  color: #edc36e;
  font: 800 9px/1 var(--tn-sans);
  letter-spacing: .15em;
}

.tn-product-pagination a::after {
  content: "Bekijk saus  →";
  align-self: end;
  color: rgba(255,255,255,.72);
  font: 800 10px/1 var(--tn-sans);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tn-product-pagination a:hover {
  z-index: 1;
  color: #fff;
  border-color: rgba(245, 209, 124, .78);
  background: linear-gradient(145deg, rgba(225, 181, 92, .24), rgba(255,255,255,.08));
  box-shadow: 0 13px 25px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.15);
  transform: translateY(-3px);
}

.tn-product-pagination a.is-current {
  color: #fffaf1;
  border-color: rgba(255, 214, 156, .78);
  background:
    radial-gradient(circle at 85% 10%, rgba(255,224,170,.25), transparent 40%),
    linear-gradient(135deg, #b94e78 0%, #8d3a58 56%, #552d39 100%);
  box-shadow: 0 14px 28px rgba(8, 14, 10, .32), inset 0 1px 0 rgba(255,255,255,.2);
}

.tn-product-pagination a.is-current span,
.tn-product-pagination a.is-current::after {
  color: #ffe0a2;
}

.tn-product-pagination a:focus-visible {
  z-index: 2;
  outline: 3px solid #f2ca76;
  outline-offset: 3px;
}

.tn-upgrade-products {
  gap: 20px;
}

.tn-upgrade-products figure {
  border-color: rgba(235, 197, 123, .38);
  border-radius: 24px;
  box-shadow: 0 22px 46px rgba(7, 13, 9, .27);
}

.tn-upgrade-products figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 13px 16px;
  color: #183025;
  border-color: rgba(255, 238, 192, .7);
  border-radius: 15px;
  background: linear-gradient(135deg, #f5d88f 0%, #e5b75c 100%);
  box-shadow: 0 8px 18px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.58);
  font: 800 clamp(11px, .82vw, 14px)/1.1 var(--tn-sans);
  letter-spacing: .025em;
  text-align: left;
  text-transform: uppercase;
}

.tn-upgrade-products figcaption::after {
  content: "→";
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff8e8;
  border-radius: 50%;
  background: #1c3427;
  font: 700 18px/1 var(--tn-sans);
}

.tn-upgrade-products figure:hover figcaption {
  background: linear-gradient(135deg, #ffe3a1 0%, #efbd58 100%);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .tn-product-pagination {
    gap: 10px;
    padding: 14px 16px;
  }

  .tn-product-pagination a {
    flex-basis: 174px;
    min-height: 106px;
    padding: 16px;
  }

  .tn-upgrade-products {
    gap: 9px;
  }

  .tn-upgrade-products figure {
    border-radius: 17px;
  }

  .tn-upgrade-products figcaption {
    right: 7px;
    bottom: 7px;
    left: 7px;
    min-height: 39px;
    padding: 8px 9px;
    border-radius: 11px;
    font-size: 10px;
  }

  .tn-upgrade-products figcaption::after {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
}


/* Social strip: rustig klassiek The Nine-letterbeeld */
.tn-socials h2{font-weight:400}
.tn-social-actions a{font-weight:600;letter-spacing:.01em}

.tn-social-actions a{font-weight:600!important}

/* Cadeausectie: dinerkaart en Gift Box-kaart */
.tn-gift-duo {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(17rem, .72fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6.5rem);
  padding: clamp(4rem, 7vw, 7.5rem) clamp(1.25rem, 5vw, 6.5rem);
  overflow: hidden;
  color: #fff9ec;
  border-top: 1px solid rgba(237, 205, 138, .22);
  border-bottom: 1px solid rgba(237, 205, 138, .24);
  background:
    radial-gradient(circle at 88% 20%, rgba(210, 163, 83, .18), transparent 34%),
    radial-gradient(circle at 8% 92%, rgba(179, 101, 120, .13), transparent 30%),
    linear-gradient(118deg, #14291f 0%, #263528 50%, #3b3d2d 100%);
}

.tn-gift-duo::before,
.tn-gift-duo::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(238, 202, 128, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.tn-gift-duo::before {
  top: -23rem;
  right: -13rem;
  width: 48rem;
  height: 48rem;
  box-shadow:
    0 0 0 5rem rgba(255, 255, 255, .012),
    0 0 0 10rem rgba(255, 255, 255, .009);
}

.tn-gift-duo::after {
  bottom: -29rem;
  left: -23rem;
  width: 48rem;
  height: 48rem;
  box-shadow: 0 0 0 5rem rgba(226, 155, 178, .018);
}

.tn-gift-duo-copy {
  position: relative;
  z-index: 2;
  max-width: 33rem;
}

.tn-gift-duo-copy .tn-eyebrow {
  color: #ecc56e;
}

.tn-gift-duo-copy h2 {
  margin: .95rem 0 1.25rem;
  color: #fff9ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.035em;
}

.tn-gift-duo-copy h2 em {
  display: block;
  color: #efacc1;
  font-weight: 400;
}

.tn-gift-duo-copy p {
  max-width: 29rem;
  margin: 0;
  color: rgba(255, 250, 238, .76);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.65;
}

.tn-gift-duo-more {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  min-height: 3.6rem;
  margin-top: 2rem;
  padding: 0 1.25rem 0 1.45rem;
  color: #fff8e7;
  border: 1px solid rgba(239, 202, 126, .68);
  border-radius: 999px;
  background: rgba(7, 15, 10, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform .2s ease, background .2s ease;
}

.tn-gift-duo-more > span {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  color: #1c2a20;
  border-radius: 50%;
  background: linear-gradient(145deg, #f3d58e, #d4a04e);
  font-size: 1.15rem;
}

.tn-gift-duo-more:hover {
  background: rgba(239, 202, 126, .13);
  transform: translateY(-.18rem);
}

.tn-gift-duo-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}

.tn-gift-choice {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 35rem;
  flex-direction: column;
  padding: 1rem;
  overflow: hidden;
  color: #fff9ec;
  border: 1px solid rgba(var(--gift-accent), .54);
  border-radius: 1.8rem;
  background: linear-gradient(150deg, rgba(var(--gift-accent), .18), rgba(6, 13, 9, .94) 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .13),
    0 2rem 4.7rem rgba(0, 0, 0, .29);
  text-decoration: none;
  transition:
    transform .35s cubic-bezier(.2, .75, .2, 1),
    border-color .3s ease,
    box-shadow .35s ease;
}

.tn-gift-choice::before {
  position: absolute;
  top: -12rem;
  left: 50%;
  width: 29rem;
  height: 29rem;
  border: 1px solid rgba(var(--gift-accent), .22);
  border-radius: 50%;
  box-shadow:
    0 0 0 3.5rem rgba(var(--gift-accent), .025),
    0 0 0 7rem rgba(255, 255, 255, .012);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.tn-gift-choice:hover {
  border-color: rgba(var(--gift-accent), .92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .17),
    0 2.8rem 5.5rem rgba(0, 0, 0, .38),
    0 0 2rem rgba(var(--gift-accent), .11);
  transform: translateY(-.5rem);
}

.tn-gift-choice-dinner {
  --gift-accent: 222, 161, 96;
}

.tn-gift-choice-box {
  --gift-accent: 225, 132, 159;
}

.tn-gift-card-art {
  --card-rotation: 0deg;
  position: relative;
  isolation: isolate;
  display: flex;
  aspect-ratio: 1.586;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.45rem;
  overflow: hidden;
  border: 1px solid rgba(var(--gift-accent), .62);
  border-radius: 1.35rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 1.15rem 2.5rem rgba(0, 0, 0, .25);
  transform: rotate(var(--card-rotation));
  transition: transform .35s ease;
}

.tn-gift-choice:hover .tn-gift-card-art {
  transform: rotate(0deg) translateY(-.16rem);
}

.tn-gift-choice-dinner .tn-gift-card-art {
  --card-rotation: -1.8deg;
  background:
    radial-gradient(circle at 80% 20%, rgba(242, 197, 126, .26), transparent 33%),
    linear-gradient(135deg, #5c3d30, #2c2d25 58%, #111710);
}

.tn-gift-choice-box .tn-gift-card-art {
  --card-rotation: 1.8deg;
  background:
    radial-gradient(circle at 80% 20%, rgba(236, 157, 183, .25), transparent 34%),
    linear-gradient(135deg, #6c3c50, #3b2c35 58%, #131412);
}

.tn-gift-card-art::after {
  position: absolute;
  right: -4rem;
  bottom: -7rem;
  z-index: -1;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(var(--gift-accent), .33);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.7rem rgba(var(--gift-accent), .035),
    0 0 0 5.4rem rgba(255, 255, 255, .015);
  content: "";
}

.tn-gift-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(var(--gift-accent));
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .18em;
}

.tn-gift-card-top i {
  display: block;
  width: .62rem;
  height: .62rem;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.tn-gift-card-brand {
  display: grid;
  align-self: center;
  gap: .35rem;
  text-align: center;
}

.tn-gift-card-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.4vw, 2.7rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: .035em;
}

.tn-gift-choice-dinner .tn-gift-card-brand strong {
  color: #efb479;
  font-style: italic;
}

.tn-gift-card-brand small {
  color: rgba(255, 250, 238, .67);
  font-size: .58rem;
  font-weight: 750;
  letter-spacing: .16em;
}

.tn-gift-card-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: rgba(255, 250, 238, .64);
  font-size: .54rem;
  font-weight: 750;
  letter-spacing: .14em;
}

.tn-gift-card-foot b {
  color: rgb(var(--gift-accent));
  font-family: Georgia, "Times New Roman", serif;
  font-size: .98rem;
  font-weight: 400;
  letter-spacing: 0;
}

.tn-gift-choice-copy {
  display: grid;
  flex: 1;
  grid-template-rows: auto auto 1fr auto;
  gap: .55rem;
  padding: 1.55rem .35rem .3rem;
}

.tn-gift-choice-copy > span {
  color: rgb(var(--gift-accent));
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .17em;
}

.tn-gift-choice-copy h3 {
  margin: 0;
  color: #fff9ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.2vw, 2.55rem);
  font-weight: 400;
  line-height: .98;
}

.tn-gift-choice-copy p {
  margin: .25rem 0 1rem;
  color: rgba(255, 250, 238, .69);
  font-size: .88rem;
  line-height: 1.55;
}

.tn-gift-choice-copy > b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.35rem;
  padding: .45rem .45rem .45rem 1rem;
  color: #fff9ec;
  border: 1px solid rgba(var(--gift-accent), .53);
  border-radius: 1rem;
  background: linear-gradient(105deg, rgba(var(--gift-accent), .18), rgba(var(--gift-accent), .06));
  font-size: .77rem;
}

.tn-gift-choice-copy > b i {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  color: #17221a;
  border-radius: .78rem;
  background: linear-gradient(145deg, #f3d58e, rgb(var(--gift-accent)));
  font-size: 1.1rem;
  font-style: normal;
}

.tn-gift-duo-note {
  position: relative;
  z-index: 2;
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: -1rem;
  padding: 1rem 1.1rem 0;
  color: rgba(255, 249, 235, .64);
  font-size: .76rem;
  text-decoration: none;
}

.tn-gift-duo-note strong {
  color: #f2cf82;
  font-weight: 780;
}

.tn-gift-duo-note strong span {
  display: inline-block;
  margin-left: .5rem;
  font-size: 1.1rem;
}

@media (max-width: 1050px) {
  .tn-gift-duo {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .tn-gift-duo-copy {
    max-width: 46rem;
  }

  .tn-gift-duo-copy p {
    max-width: 42rem;
  }

  .tn-gift-choice {
    min-height: 34rem;
  }
}

@media (max-width: 700px) {
  .tn-gift-duo {
    padding: 4.25rem 1rem;
  }

  .tn-gift-duo-copy h2 {
    font-size: clamp(2.75rem, 14vw, 4.3rem);
  }

  .tn-gift-duo-cards {
    grid-template-columns: 1fr;
  }

  .tn-gift-choice {
    min-height: auto;
    border-radius: 1.45rem;
  }

  .tn-gift-card-art {
    padding: 1.2rem;
  }

  .tn-gift-choice-copy {
    padding: 1.4rem .2rem .2rem;
  }

  .tn-gift-duo-note {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
    padding: .5rem .25rem 0;
  }
}
