:root {
  --plum: #55253f;
  --plum-dark: #321426;
  --coral: #ef715e;
  --coral-dark: #d95745;
  --cream: #f7f1e9;
  --paper: #fffdf9;
  --ink: #211b1e;
  --muted: #6f6569;
  --line: #ded5d3;
  --sage: #dce2d5;
  --shadow: 0 16px 48px rgba(50, 20, 38, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); }
h3 { font-size: 1.45rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; padding: .75rem 1rem; background: white; color: var(--ink); }
.skip-link:focus { top: 1rem; }

.topbar { padding: .55rem 1rem; background: var(--plum); color: white; text-align: center; font-size: .75rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.topbar span { padding: 0 .65rem; color: var(--coral); }
.site-header { min-height: 84px; padding: 0 clamp(1rem, 4vw, 4rem); display: flex; align-items: center; gap: 2rem; border-bottom: 1px solid rgba(85,37,63,.12); background: rgba(255,253,249,.96); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-family: var(--serif); font-size: 1.35rem; white-space: nowrap; }
.brand-name { display: inline-flex; align-items: flex-start; gap: .14em; }
.brand em { color: var(--coral-dark); font-style: italic; }
.brand sup { margin-left: -.05em; font-family: var(--sans); font-size: .38em; font-weight: 800; line-height: 1.5; }
.brand-mark { width: 2.35rem; height: 2.35rem; display: inline-grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-family: var(--serif); font-size: 1.3rem; font-style: italic; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem, 2.4vw, 2.5rem); margin: 0 auto; }
.site-nav a { text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-nav a:hover { color: var(--coral-dark); }
.header-cta { padding: .75rem 1.1rem; border: 1px solid var(--plum); text-decoration: none; font-size: .82rem; font-weight: 750; }
.header-cta:hover { background: var(--plum); color: white; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; font-size: 1.5rem; }

.hero { min-height: 675px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(40,17,29,.92) 0%, rgba(53,21,38,.76) 36%, rgba(44,19,30,.15) 64%, rgba(44,19,30,.04)); }
.hero-copy { position: relative; z-index: 2; width: min(720px, calc(100% - 2rem)); margin-left: clamp(1rem, 8vw, 8rem); padding: 5rem 0; }
.hero h1 { margin: .5rem 0 1.35rem; font-size: clamp(4rem, 8vw, 7.7rem); }
.hero h1 em { color: #ff9f8f; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 2rem; font-size: 1.2rem; }
.eyebrow { margin-bottom: .7rem; color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #ffae9f; }
.hero-search { width: min(650px, 100%); min-height: 64px; padding: .45rem .45rem .45rem 1.2rem; display: flex; align-items: center; gap: .8rem; background: white; box-shadow: var(--shadow); color: var(--ink); }
.hero-search svg { color: var(--plum); flex: 0 0 auto; }
.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; }
.hero-search button { align-self: stretch; padding: 0 1.6rem; border: 0; background: var(--coral); color: var(--ink); font-weight: 800; cursor: pointer; }
.hero-search button:hover { background: #ff8f7d; }
.quick-links { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1rem; font-size: .78rem; }
.quick-links span { opacity: .75; }
.quick-links a { text-underline-offset: .2em; }

.trust-strip { padding: 1.4rem clamp(1rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-strip > div { display: flex; align-items: center; gap: 1rem; }
.trust-strip > div + div { border-left: 1px solid var(--line); padding-left: 2rem; }
.trust-strip span { color: var(--coral-dark); font-family: var(--serif); font-style: italic; }
.trust-strip p { margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip small { color: var(--muted); }

.section { max-width: 1440px; margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem); }
.section-tint { max-width: none; background: var(--cream); }
.section-tint > * { max-width: 1312px; margin-left: auto; margin-right: auto; }
.section-heading { margin-bottom: 2.4rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading h2 { margin-bottom: .5rem; }
.section-heading p { max-width: 590px; margin-bottom: 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .45rem; font-size: .85rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: .15rem; }
.text-link:hover { color: var(--coral-dark); }

.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.category-card { min-height: 310px; position: relative; overflow: hidden; color: white; text-decoration: none; }
.category-card:nth-child(1), .category-card:nth-child(6) { grid-column: span 6; }
.category-card:nth-child(2), .category-card:nth-child(3), .category-card:nth-child(4), .category-card:nth-child(5) { grid-column: span 3; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(29,13,22,.8), transparent 65%); }
.category-card > span { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.3rem; }
.category-card strong, .category-card small { display: block; }
.category-card strong { font-family: var(--serif); font-size: 1.8rem; line-height: 1.05; }
.category-card small { margin-top: .3rem; opacity: .85; }
.category-card:hover img { transform: scale(1.035); }

.experience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.experience-card { min-width: 0; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.experience-card:hover { transform: translateY(-3px); box-shadow: 0 15px 36px rgba(50,20,38,.1); }
.card-image { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.experience-card:hover .card-image img { transform: scale(1.03); }
.badge { position: absolute; left: .85rem; top: .85rem; padding: .38rem .6rem; background: var(--paper); color: var(--plum); font-size: .66rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.card-body { padding: 1.15rem; display: flex; flex: 1; flex-direction: column; }
.card-kicker { margin-bottom: .45rem; color: var(--coral-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-body h3 { min-height: 2.85rem; margin-bottom: .7rem; font-size: 1.3rem; line-height: 1.1; }
.card-body h3 a { text-decoration: none; }
.card-location { display: flex; align-items: center; gap: .35rem; margin-bottom: 1.1rem; color: var(--muted); font-size: .78rem; }
.card-location svg { width: 1rem; }
.card-footer { margin-top: auto; padding-top: .9rem; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid var(--line); }
.card-footer small, .card-footer strong { display: block; }
.card-footer small { color: var(--muted); font-size: .64rem; }
.card-footer strong { font-family: var(--serif); font-size: 1.4rem; }

.button { min-height: 48px; padding: .8rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; font-size: .82rem; font-weight: 850; cursor: pointer; }
.button-coral { background: var(--coral); color: var(--ink); }
.button-coral:hover { background: #ff927f; }
.button-plum { background: var(--plum); color: white; }
.button-plum:hover { background: var(--plum-dark); }
.button-light { background: white; color: var(--plum); }
.button-outline { border-color: var(--plum); color: var(--plum); }
.button-outline:hover { background: var(--plum); color: white; }
.button-wide { width: 100%; }

.gift-finder { max-width: 1280px; margin: clamp(4rem, 8vw, 8rem) auto; padding: clamp(2rem, 5vw, 4.5rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; background: var(--plum); color: white; }
.gift-copy h2 { margin-bottom: 1rem; }
.gift-copy p:last-child { color: #e0ced8; }
.finder-form { padding: 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; background: white; color: var(--ink); }
.finder-form label { color: var(--muted); font-size: .72rem; font-weight: 750; }
.finder-form select { width: 100%; margin-top: .35rem; padding: .8rem .2rem; border: 0; border-bottom: 1px solid var(--line); background: white; color: var(--ink); }
.finder-form button { align-self: end; }

.destination-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.destination-card { min-height: 250px; padding: 1.3rem; position: relative; display: flex; align-items: end; overflow: hidden; background: linear-gradient(145deg, #68405a, var(--plum-dark)); color: white; text-decoration: none; isolation: isolate; }
.destination-card::before { content: ''; position: absolute; z-index: -1; width: 12rem; height: 12rem; right: -3rem; top: -3rem; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 2.5rem rgba(255,255,255,.035), 0 0 0 5rem rgba(255,255,255,.025); transition: transform .35s ease; }
.destination-card:hover::before { transform: scale(1.12); }
.destination-initial { position: absolute; right: .5rem; top: -1.8rem; color: rgba(255,255,255,.09); font-family: var(--serif); font-size: 10rem; line-height: 1; }
.destination-card-copy { position: relative; display: block; }
.destination-card-copy small, .destination-card-copy strong, .destination-card-copy em { display: block; }
.destination-card-copy small { margin-bottom: .4rem; color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.destination-card-copy strong { font-family: var(--serif); font-size: 1.75rem; line-height: 1; }
.destination-card-copy em { margin-top: .7rem; display: flex; align-items: center; gap: .35rem; font-family: var(--sans); font-size: .7rem; font-style: normal; font-weight: 750; }
.destination-card-copy svg { width: 1rem; }
.region-europe { background: linear-gradient(145deg, #41627a, #1e3547); }
.region-usa-canada { background: linear-gradient(145deg, #9b543e, #51271e); }
.region-asia { background: linear-gradient(145deg, #8d3f4f, #461e33); }
.region-australia-new-zealand { background: linear-gradient(145deg, #36756e, #173f42); }
.region-middle-east-africa { background: linear-gradient(145deg, #a36d3f, #59391f); }
.region-latin-america { background: linear-gradient(145deg, #66733d, #303f24); }

.destination-directory-hero p:not(.eyebrow) { max-width: 740px; }
.destination-region + .destination-region { border-top: 1px solid var(--line); }
.region-count { padding: .45rem .75rem; border: 1px solid var(--line); color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.destination-directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.destination-directory-grid .destination-card { min-height: 220px; }
.destination-masthead { max-width: 1440px; min-height: 570px; margin: 0 auto; padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 7vw, 7rem); display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 4rem; color: white; overflow: hidden; }
.destination-masthead > div:first-child { position: relative; z-index: 2; max-width: 820px; }
.destination-masthead h1 { margin-bottom: 1.2rem; }
.destination-masthead p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.destination-orb { width: min(390px, 80vw); aspect-ratio: 1; position: relative; display: grid; place-content: center; justify-self: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(255,255,255,.04), 0 0 0 8rem rgba(255,255,255,.025); text-align: center; }
.destination-orb span { font-family: var(--serif); font-size: clamp(8rem, 18vw, 15rem); line-height: .72; opacity: .18; }
.destination-orb small { margin-top: 1.8rem; font-size: .68rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.destination-idea-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.destination-idea { padding: 2rem; border: 1px solid var(--line); background: white; }
.destination-idea > span { color: var(--coral-dark); font-family: var(--serif); font-style: italic; }
.destination-idea h3 { margin: 1.3rem 0 .7rem; font-size: 1.65rem; text-transform: capitalize; }
.destination-idea p { margin: 0; color: var(--muted); font-size: .84rem; }

.editorial-split { max-width: 1280px; margin: clamp(4rem, 8vw, 8rem) auto; display: grid; grid-template-columns: 1fr 1fr; background: var(--sage); }
.editorial-split > div, .editorial-split > ol { margin: 0; padding: clamp(2.2rem, 6vw, 5rem); }
.editorial-split > div p:not(.eyebrow) { color: #4f554a; }
.editorial-split ol { list-style: none; background: var(--paper); }
.editorial-split li { padding: 1.2rem 0; display: flex; gap: 1.2rem; border-bottom: 1px solid var(--line); }
.editorial-split li > span { color: var(--coral-dark); font-family: var(--serif); font-style: italic; }
.editorial-split li strong { font-family: var(--serif); font-size: 1.25rem; }
.editorial-split li p { margin: .2rem 0 0; color: var(--muted); }

.answer-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.answer-card { padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); background: white; }
.answer-card h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); }
.answer-card p:last-child { margin-bottom: 0; color: var(--muted); }
.faq-list { max-width: 980px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.3rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-family: var(--serif); font-size: 1.2rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--coral-dark); font-family: var(--sans); font-size: 1.5rem; font-weight: 300; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 760px; padding-bottom: 1.3rem; color: var(--muted); }

.newsletter { padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 8vw, 8rem); display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; background: var(--coral); }
.newsletter h2 { margin-bottom: .5rem; }
.newsletter p { margin-bottom: 0; }
.newsletter-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.newsletter-contact small { color: #573c3a; font-size: .72rem; }
.footer { padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 7vw, 7rem) 1.5rem; background: var(--plum-dark); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 3rem; }
.footer-grid > div:first-child p { max-width: 340px; color: #c9bac2; }
.brand-footer { margin-bottom: 1.4rem; color: white; }
.footer h2 { margin-bottom: 1rem; font-family: var(--sans); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; margin: .65rem 0; color: #d9cbd2; font-size: .86rem; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 4rem; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.15); color: #bdaeb6; font-size: .7rem; }

.breadcrumbs { max-width: 1440px; margin: 0 auto; padding: 1rem clamp(1rem, 4vw, 4rem); display: flex; flex-wrap: wrap; gap: .45rem; color: var(--muted); font-size: .72rem; }
.breadcrumbs a { text-decoration: none; }
.page-hero { padding: clamp(4rem, 10vw, 8rem) max(1rem, calc((100vw - 1312px)/2)); }
.page-hero h1 { max-width: 1000px; margin-bottom: 1rem; }
.page-hero p:last-child { max-width: 700px; font-size: 1.15rem; }
.page-hero-plum { background: var(--plum); color: white; }
.page-hero-plum p:last-child { color: #d9cbd2; }
.page-hero-cream { background: var(--cream); }
.collection-hero { max-width: 1312px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.collection-hero > div { padding: clamp(2.5rem, 6vw, 6rem); align-self: center; }
.collection-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.collection-hero p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.collection-hero img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.destination-hero { background: var(--sage); }

.catalogue { display: grid; grid-template-columns: 230px 1fr; gap: 3rem; align-items: start; }
.filter-panel { position: sticky; top: 1rem; padding: 1.4rem; border: 1px solid var(--line); }
.filter-panel h2 { font-size: 1.7rem; }
.filter-panel label, .filter-panel legend { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.filter-panel input { width: 100%; margin: .45rem 0 1.5rem; padding: .75rem; border: 1px solid var(--line); }
.filter-panel fieldset { padding: 0; border: 0; }
.filter-chip { width: 100%; padding: .7rem 0; display: block; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.filter-chip:hover, .filter-chip.active { color: var(--coral-dark); font-weight: 800; }
.filter-note { margin: 1.5rem 0 0; color: var(--muted); font-size: .72rem; }
.catalogue-head { margin-bottom: 1.5rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.catalogue-head h2 { margin: 0; font-size: 2.4rem; }
.catalogue-head select { padding: .65rem; border: 1px solid var(--line); background: white; }
.catalogue-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.empty-state { padding: 3rem; background: var(--cream); text-align: center; }

.section-narrow { max-width: 900px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1rem; }
.seo-copy h2 { margin-bottom: 1.5rem; }
.seo-copy h3 { margin-top: 2.2rem; margin-bottom: .5rem; }
.seo-copy p { color: var(--muted); font-size: 1.02rem; }
.related-links { padding-top: 1rem; }
.related-links h2 { font-size: 2rem; }
.pill-links { display: flex; flex-wrap: wrap; gap: .7rem; }
.pill-links a { padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: .8rem; }
.pill-links a:hover { border-color: var(--plum); color: var(--plum); }

.product-hero { max-width: 1312px; margin: 0 auto; padding: 2rem 0 5rem; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.product-image { position: relative; }
.product-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-summary h1 { margin-bottom: 1rem; font-size: clamp(2.8rem, 5vw, 5rem); }
.product-lead { color: var(--muted); font-size: 1.1rem; }
.product-summary dl { margin: 1.8rem 0; border-top: 1px solid var(--line); }
.product-summary dl > div { padding: .7rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.product-summary dt { color: var(--muted); }
.product-summary dd { margin: 0; font-weight: 700; text-align: right; }
.product-price { margin: 1.5rem 0; }
.product-price span, .product-price strong { display: block; }
.product-price span { color: var(--muted); font-size: .75rem; }
.product-price strong { font-family: var(--serif); font-size: 2.7rem; }
.microcopy { margin: .65rem 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.product-content { max-width: 1100px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; }
.product-content p { color: var(--muted); }
.product-content aside { padding: 2rem; background: var(--cream); }
.product-content aside h2 { font-size: 1.8rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { margin: .8rem 0; display: flex; gap: .55rem; font-size: .9rem; }
.check-list svg { width: 1rem; flex: 0 0 auto; color: var(--coral-dark); }
.info-band { padding: 2.2rem max(1rem, calc((100vw - 1200px)/2)); display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; background: var(--sage); }
.info-band strong { font-family: var(--serif); font-size: 1.2rem; }
.info-band p { margin: .35rem 0 0; color: #54584e; font-size: .83rem; }

.gift-card-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; background: var(--plum); color: white; }
.gift-card-hero > div:first-child { max-width: 690px; }
.gift-card-hero p:not(.eyebrow) { color: #dbcbd4; }
.voucher-art { width: min(500px, 100%); aspect-ratio: 1.58; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; position: relative; justify-self: center; background: linear-gradient(135deg, #fff7ee, #e8d5c4); color: var(--plum); box-shadow: 0 25px 70px rgba(0,0,0,.3); transform: rotate(2deg); }
.voucher-art .brand-mark { position: absolute; left: 2rem; top: 2rem; }
.voucher-art small { font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.voucher-art strong { max-width: 300px; margin: .5rem 0; font-family: var(--serif); font-size: 2.5rem; line-height: 1; }
.voucher-art em { color: var(--coral-dark); }
.three-up { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.three-up article { padding: 2rem; border: 1px solid var(--line); }
.three-up article > span { color: var(--coral-dark); font-family: var(--serif); font-style: italic; }
.three-up article h2, .three-up article h3 { margin: 1.2rem 0 .6rem; font-size: 1.7rem; }
.three-up article p { margin: 0; color: var(--muted); }
.about-split { align-items: stretch; }
.quote-card { display: grid; place-content: center; background: var(--plum)!important; color: white; }
.quote-card blockquote { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2rem,4vw,3.5rem); line-height: 1.08; }
.quote-card span { color: #cfbdc7; }
.values { padding-top: 2rem; }
.help-faq .faq-list { margin: 0 auto; }
.contact-panel { max-width: 1200px; margin: 0 auto clamp(4rem,8vw,8rem); padding: clamp(2rem,6vw,5rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; background: var(--plum); color: white; }
.contact-panel p:last-child { max-width: 650px; margin-bottom: 0; color: #d7c5cf; }
.not-found { min-height: 65vh; padding: 6rem 1rem; display: grid; place-content: center; text-align: center; }
.not-found h1 { max-width: 900px; }
.not-found .button { justify-self: center; }

@media (max-width: 1100px) {
  .site-nav { gap: 1rem; }
  .site-nav a { font-size: .78rem; }
  .experience-grid { grid-template-columns: repeat(3,1fr); }
  .category-card:nth-child(n) { grid-column: span 4; }
  .destination-grid { grid-template-columns: repeat(3,1fr); }
  .destination-grid a { aspect-ratio: 4/3; }
  .destination-directory-grid { grid-template-columns: repeat(3,1fr); }
  .destination-idea-grid { grid-template-columns: repeat(2,1fr); }
  .catalogue-grid { grid-template-columns: repeat(2,1fr); }
  .product-hero { padding-left: 1rem; padding-right: 1rem; }
}

@media (max-width: 820px) {
  .site-header { min-height: 70px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 1.5rem; display: none; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .6rem 0; font-size: 1rem; }
  .header-cta { display: none; }
  .hero { min-height: 630px; align-items: end; }
  .hero-media { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(42,17,31,.95), rgba(42,17,31,.22) 95%); }
  .hero-copy { margin: 0 auto; padding: 7rem 0 3rem; }
  .hero h1 { font-size: clamp(3.7rem,16vw,6rem); }
  .trust-strip { grid-template-columns: 1fr; gap: 1rem; }
  .trust-strip > div + div { padding: 1rem 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .category-card:nth-child(n) { grid-column: span 6; }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
  .gift-finder, .newsletter, .editorial-split, .answer-section, .collection-hero, .product-hero, .product-content, .gift-card-hero, .destination-masthead { grid-template-columns: 1fr; }
  .destination-grid { grid-template-columns: repeat(2,1fr); }
  .destination-directory-grid { grid-template-columns: repeat(2,1fr); }
  .destination-masthead { gap: 5rem; text-align: left; }
  .destination-orb { width: min(300px, 70vw); justify-self: start; }
  .collection-hero img { min-height: 380px; grid-row: 1; }
  .catalogue { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .filter-panel fieldset { display: flex; flex-wrap: wrap; gap: .4rem; }
  .filter-chip { width: auto; padding: .55rem .8rem; border: 1px solid var(--line); }
  .product-hero { padding-top: 0; }
  .product-content { gap: 2rem; }
  .info-band, .three-up { grid-template-columns: 1fr; }
  .contact-panel { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .topbar { font-size: .62rem; }
  .topbar span { padding: 0 .3rem; }
  .brand { font-size: 1.05rem; }
  .brand-mark { width: 2rem; height: 2rem; }
  .hero-search { min-height: 58px; }
  .hero-search button { padding: 0 1rem; }
  .section-heading, .catalogue-head { align-items: start; flex-direction: column; }
  .category-card:nth-child(n) { grid-column: span 12; min-height: 280px; }
  .experience-grid, .catalogue-grid { grid-template-columns: 1fr; }
  .finder-form { grid-template-columns: 1fr; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-grid a { aspect-ratio: 16/10; }
  .destination-directory-grid, .destination-idea-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .voucher-art strong { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}
