:root {
  --ink: #101612;
  --ink-soft: #48534d;
  --forest-950: #07130f;
  --forest-900: #0b2119;
  --forest-800: #123629;
  --forest-700: #1c4d3b;
  --forest-600: #2c674f;
  --sage: #91aa9c;
  --sage-soft: #dfe8e1;
  --ivory: #f6f2e9;
  --ivory-deep: #eee8dd;
  --paper: #fffdf8;
  --gold: #b79455;
  --gold-soft: #e1d0aa;
  --line: rgba(16, 22, 18, 0.14);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 20px 60px rgba(7, 19, 15, 0.11);
  --shadow-soft: 0 8px 30px rgba(7, 19, 15, 0.07);
  --radius: 18px;
  --radius-large: 30px;
  --shell: 1440px;
  --header-height: 82px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(183, 148, 85, 0.48);
  outline-offset: 3px;
}
[hidden] { display: none !important; }

.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 200;
  padding: 12px 18px; background: var(--paper); color: var(--forest-900);
  transform: translateY(-150%); border-radius: 8px; box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }
.sr-only, .sr-only-focusable:not(:focus) {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important;
}

.section-shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.narrow-shell { max-width: 980px; }
.section { padding-block: 112px; }
.section-tinted {
  background:
    radial-gradient(circle at 86% 10%, rgba(145, 170, 156, 0.18), transparent 30%),
    linear-gradient(140deg, #f7f4ed 0%, #f0ece3 100%);
}
.eyebrow {
  margin: 0 0 15px; color: var(--forest-600); font-size: 11px; font-weight: 700;
  letter-spacing: 0.23em; line-height: 1.3; text-transform: uppercase;
}
.eyebrow.light { color: #d9e5de; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.035em; }
h1 { font-size: clamp(54px, 7vw, 104px); line-height: 0.94; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.02; }
h3 { font-size: 18px; line-height: 1.25; }
em { color: var(--forest-600); font-weight: 400; }
.section-heading { margin-bottom: 48px; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 600px; margin-inline: auto; color: var(--ink-soft); }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.heading-row h2 { margin-bottom: 0; }
.heading-note { max-width: 380px; margin-bottom: 6px; color: var(--ink-soft); }
.large-copy { font-family: var(--serif); font-size: clamp(24px, 2.5vw, 34px); line-height: 1.35; }

.icon { display: inline-block; width: 21px; height: 21px; flex: 0 0 auto; background: currentColor; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; }
.icon-button {
  position: relative; display: inline-grid; width: 44px; height: 44px; place-items: center;
  padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.icon-button:hover { background: var(--ivory-deep); color: var(--forest-700); transform: translateY(-1px); }
.action-count {
  position: absolute; right: 0; top: 1px; display: grid; width: 18px; height: 18px; place-items: center;
  border: 2px solid var(--paper); border-radius: 50%; background: var(--forest-700); color: white; font-size: 9px; font-weight: 700;
}
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.02em; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--forest-700), var(--forest-950)); box-shadow: 0 10px 28px rgba(11, 33, 25, 0.24); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(11, 33, 25, 0.3); }
.button-ghost { border-color: rgba(11, 33, 25, 0.35); background: rgba(255,255,255,.42); backdrop-filter: blur(10px); }
.button-ghost:hover, .button-outline:hover { border-color: var(--forest-700); background: white; }
.button-outline { border-color: var(--line); background: transparent; }
.button-light { color: var(--forest-950); background: var(--paper); box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--forest-700); font-size: 13px; font-weight: 700; }
.text-link .icon { width: 17px; height: 17px; transition: transform .25s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.round-button {
  display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line);
  border-radius: 50%; background: var(--paper); cursor: pointer; transition: all .25s ease;
}
.round-button .icon { width: 18px; height: 18px; }
.round-button:hover, .round-button.active { border-color: var(--forest-800); background: var(--forest-800); color: white; }

.announcement {
  display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 34px; padding: 8px 24px;
  color: #edf5f0; background: linear-gradient(90deg, var(--forest-950), var(--forest-800), var(--forest-950));
  font-size: 11px; letter-spacing: .06em;
}
.announcement p { margin: 0; }
.announcement a { color: var(--gold-soft); font-weight: 700; }
.site-header {
  position: sticky; top: 0; z-index: 90; height: var(--header-height); border-bottom: 1px solid transparent;
  background: rgba(255, 253, 248, 0.91); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(7,19,15,.06); }
.header-inner { display: grid; width: min(calc(100% - 48px), 1540px); height: 100%; margin: auto; grid-template-columns: 210px 1fr auto; align-items: center; gap: 34px; }
.brand-lockup { width: 170px; }
.brand-lockup img { aspect-ratio: 4 / 1; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 32px); }
.primary-nav a { position: relative; padding-block: 29px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--forest-700); transform: scaleX(0); transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 2px; }
.mobile-only { display: none; }

.hero { position: relative; min-height: 720px; margin-top: 28px; overflow: hidden; border-radius: 34px; background: var(--ivory); box-shadow: var(--shadow-soft); }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(248,244,234,.2) 0%, rgba(248,244,234,.04) 52%, transparent 75%); }
.hero-content { position: relative; z-index: 2; display: flex; width: min(54%, 710px); min-height: 720px; padding: clamp(55px, 7vw, 100px); flex-direction: column; justify-content: center; }
.hero-content h1 { margin-bottom: 26px; color: var(--forest-950); }
.hero-lede { max-width: 510px; margin-bottom: 30px; color: #445049; font-size: 18px; }
.hero-notes { display: flex; gap: 30px; margin: 48px 0 0; }
.hero-notes > div { padding-left: 14px; border-left: 1px solid rgba(11,33,25,.24); }
.hero-notes dt { font-family: var(--serif); font-size: 18px; }
.hero-notes dd { margin: 2px 0 0; color: var(--ink-soft); font-size: 11px; }
.hero-seal { position: absolute; right: 38px; bottom: 34px; z-index: 3; display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: white; background: rgba(7,19,15,.46); backdrop-filter: blur(10px); }
.hero-seal span { font-family: var(--serif); font-size: 36px; line-height: .8; }
.hero-seal small { margin-top: -20px; font-size: 7px; letter-spacing: .18em; }
.quiet-marquee { margin-top: 28px; overflow: hidden; border-block: 1px solid var(--line); }
.quiet-marquee > div { display: flex; width: max-content; min-height: 52px; align-items: center; gap: 25px; padding-inline: 25px; animation: marquee 28s linear infinite; color: var(--forest-800); font-family: var(--serif); font-size: 14px; font-style: italic; letter-spacing: .06em; }
.quiet-marquee i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

.category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.category-card { text-align: center; }
.category-image { position: relative; display: block; aspect-ratio: 1; margin-bottom: 18px; overflow: hidden; border: 1px solid rgba(11,33,25,.09); border-radius: 50%; background: var(--ivory); transition: transform .35s ease, box-shadow .35s ease; }
.category-image::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: inherit; pointer-events: none; }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card:hover .category-image { transform: translateY(-6px); box-shadow: var(--shadow); }
.category-card:hover img { transform: scale(1.045); }
.category-card strong { display: block; margin-bottom: 3px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.category-card span { color: var(--ink-soft); font-size: 11px; }

.product-grid { display: grid; gap: 24px; }
.product-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { position: relative; min-width: 0; }
.product-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: #eee9df; }
.product-media > a { display: block; width: 100%; height: 100%; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; left: 14px; top: 14px; z-index: 2; padding: 7px 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: white; background: rgba(7,19,15,.78); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-actions { position: absolute; right: 13px; top: 13px; z-index: 3; display: grid; gap: 8px; }
.product-action { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,253,248,.92); box-shadow: 0 4px 15px rgba(7,19,15,.08); cursor: pointer; transition: all .25s ease; }
.product-action .icon { width: 18px; height: 18px; }
.product-action:hover, .product-action.is-active { color: white; background: var(--forest-800); transform: scale(1.05); }
.quick-add { position: absolute; right: 13px; bottom: 13px; left: 13px; z-index: 3; min-height: 45px; opacity: 0; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.product-card:hover .quick-add, .quick-add:focus-visible { opacity: 1; transform: translateY(0); }
.product-info { padding: 18px 4px 0; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; color: var(--forest-600); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rating { display: inline-flex; align-items: center; gap: 4px; color: var(--gold); letter-spacing: 0; }
.rating .icon { width: 12px; height: 12px; }
.product-info h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.product-info h3 a:hover { color: var(--forest-600); }
.product-info > p { min-height: 45px; margin-bottom: 12px; color: var(--ink-soft); font-size: 12px; }
.price-row { display: flex; align-items: baseline; gap: 8px; }
.price { color: var(--forest-800); font-size: 14px; font-weight: 700; }
.compare-price { color: #89928c; font-size: 11px; text-decoration: line-through; }

.editorial-grid { display: grid; min-height: 720px; grid-template-columns: 1.35fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.editorial-card { position: relative; overflow: hidden; border-radius: var(--radius-large); background: var(--forest-900); }
.editorial-card-large { grid-row: 1 / 3; }
.editorial-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.editorial-card-large img { object-position: 53% center; }
.editorial-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(4,13,10,.84) 100%); }
.editorial-copy { position: absolute; right: 34px; bottom: 32px; left: 34px; display: flex; color: white; flex-direction: column; align-items: flex-start; }
.editorial-copy small { margin-bottom: 9px; color: var(--gold-soft); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.editorial-copy strong { max-width: 520px; margin-bottom: 14px; font-family: var(--serif); font-size: clamp(25px, 3vw, 45px); font-weight: 400; line-height: 1.08; }
.editorial-copy em { color: white; font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.editorial-card:hover img { transform: scale(1.045); }

.carousel-actions { display: flex; gap: 8px; }
.product-rail { display: grid; grid-auto-columns: minmax(250px, 1fr); grid-auto-flow: column; gap: 22px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: inline mandatory; }
.product-rail::-webkit-scrollbar { display: none; }
.product-rail > * { scroll-snap-align: start; }

.offer-wrap { padding-block: 90px; }
.offer-card { position: relative; display: grid; min-height: 580px; overflow: hidden; border-radius: 34px; color: white; background: linear-gradient(135deg, #07130f 0%, #123d2e 50%, #1d5944 100%); grid-template-columns: 1.12fr .88fr; box-shadow: var(--shadow); }
.offer-copy { position: relative; z-index: 2; display: flex; padding: clamp(48px, 7vw, 90px); flex-direction: column; justify-content: center; align-items: flex-start; }
.offer-copy h2 { font-size: clamp(42px, 5.2vw, 72px); }
.offer-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.7); }
.offer-image { position: relative; min-width: 0; min-height: 0; overflow: hidden; }
.offer-image img { position: absolute; inset: 34px; width: calc(100% - 68px); height: calc(100% - 68px); object-fit: cover; border-radius: 22px; mix-blend-mode: screen; }
.offer-timer { display: flex; gap: 26px; margin: 25px 0 32px; }
.offer-timer div { display: flex; min-width: 56px; flex-direction: column; }
.offer-timer strong { font-family: var(--serif); font-size: 34px; font-weight: 400; }
.offer-timer span { color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.offer-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.offer-orb-one { right: 26%; bottom: 0; width: 460px; height: 250px; border-radius: 50% 50% 0 0; background: radial-gradient(ellipse at 50% 100%, rgba(183,148,85,.34), transparent 70%); }
.offer-orb-two { left: 0; top: 0; width: 290px; height: 250px; border: 1px solid rgba(255,255,255,.12); border-radius: 0 0 100% 0; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefit-grid article { padding: 34px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, white, #faf7f0); transition: transform .25s ease, box-shadow .25s ease; }
.benefit-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.benefit-icon { display: grid; width: 52px; height: 52px; margin-bottom: 28px; place-items: center; border-radius: 50%; color: var(--forest-800); background: linear-gradient(135deg, var(--sage-soft), var(--ivory)); }
.benefit-icon .icon { width: 23px; height: 23px; }
.benefit-grid h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.benefit-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.about-feature { color: white; background: linear-gradient(135deg, var(--forest-950), #143c2d); }
.about-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.about-feature-media { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--radius-large); }
.about-feature-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 73% center; }
.about-feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(7,19,15,.22)); }
.about-monogram { position: absolute; right: 26px; bottom: 22px; z-index: 2; display: grid; width: 86px; height: 86px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-family: var(--serif); font-size: 42px; backdrop-filter: blur(10px); }
.about-feature-copy > p { color: rgba(255,255,255,.7); }
.about-feature-copy .large-copy { color: white; }
.about-feature-copy blockquote { margin: 35px 0; padding-left: 24px; border-left: 1px solid var(--gold); color: var(--gold-soft); font-family: var(--serif); font-size: 21px; font-style: italic; }
.about-feature-copy .text-link { color: white; }

.testimonial-section { text-align: center; }
.testimonial-shell { position: relative; max-width: 1040px; min-height: 370px; margin-inline: auto; padding: 70px 80px 50px; border: 1px solid var(--line); border-radius: 40px; background: radial-gradient(circle at 50% 0%, #fff 0, #f8f4ec 72%); }
.quote-mark { position: absolute; left: 50%; top: 20px; color: var(--gold); font-family: var(--serif); font-size: 90px; line-height: 1; transform: translateX(-50%); }
.testimonial-quote { max-width: 780px; margin: 30px auto 26px; font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); line-height: 1.35; }
.testimonial-person strong { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.testimonial-person span { color: var(--ink-soft); font-size: 11px; }
.testimonial-controls { display: flex; margin-top: 34px; align-items: center; justify-content: center; gap: 15px; }
.testimonial-dots { display: flex; gap: 7px; }
.testimonial-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #bbc3be; cursor: pointer; }
.testimonial-dots button.is-active { width: 22px; border-radius: 99px; background: var(--forest-700); }

.social-grid { display: grid; grid-template-columns: 1.05fr .95fr 1.12fr .95fr 1.05fr; gap: 12px; }
.social-grid a { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 14px; }
.social-grid a:nth-child(3) { transform: translateY(-15px); }
.social-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.social-grid a::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.38); border-radius: inherit; transform: scale(.93); opacity: 0; transition: opacity .25s ease; }
.social-grid a:hover img { transform: scale(1.06); }
.social-grid a:hover::after { opacity: 1; }

.page-hero { display: flex; min-height: 370px; align-items: center; color: white; background: radial-gradient(circle at 80% 20%, rgba(64,126,97,.42), transparent 35%), linear-gradient(135deg, var(--forest-950), var(--forest-700)); }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(56px, 7vw, 92px); }
.page-hero p:last-child { max-width: 580px; color: rgba(255,255,255,.72); font-size: 17px; }
.page-hero-shop { background: radial-gradient(circle at 78% 28%, rgba(183,148,85,.24), transparent 28%), linear-gradient(125deg, #07130f, #184b39); }
.page-hero-about { min-height: 570px; text-align: center; }
.page-hero-about .section-shell { display: flex; flex-direction: column; align-items: center; }
.page-hero-about p { margin-inline: auto; }
.page-hero-about em { color: var(--gold-soft); }
.page-hero-simple { min-height: 310px; }

.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 54px; align-items: start; }
.filter-panel { position: sticky; top: calc(var(--header-height) + 25px); }
.filter-title { display: flex; padding-bottom: 20px; border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; }
.filter-title strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.filter-title button, [data-clear-filters] { padding: 0; border: 0; color: var(--forest-600); background: none; font-size: 11px; font-weight: 700; cursor: pointer; }
.filter-panel fieldset { margin: 0; padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); }
.filter-panel legend { margin-bottom: 15px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.filter-panel label { display: flex; margin: 11px 0; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 13px; cursor: pointer; }
.filter-panel input { accent-color: var(--forest-700); }
.shop-toolbar { display: flex; min-height: 55px; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; gap: 20px; }
.shop-toolbar p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.shop-toolbar label { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 11px; }
.shop-toolbar select { border: 0; color: var(--ink); background: transparent; font-size: 12px; font-weight: 700; }
.mobile-filter { display: none; }
.empty-state { max-width: 550px; margin: 80px auto; text-align: center; }
.empty-state > .icon { width: 48px; height: 48px; margin-bottom: 20px; color: var(--forest-600); }
.empty-state h2 { font-size: 40px; }
.empty-state p { color: var(--ink-soft); }

.product-page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.product-gallery-main { position: sticky; top: calc(var(--header-height) + 22px); overflow: hidden; border-radius: var(--radius-large); background: var(--ivory); }
.product-gallery-main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.product-detail { padding-top: 22px; }
.product-detail .rating { margin-bottom: 18px; }
.product-detail h1 { margin-bottom: 14px; font-size: clamp(48px, 5vw, 72px); }
.product-detail .product-category { color: var(--forest-600); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-detail .product-price { display: flex; margin: 20px 0; align-items: baseline; gap: 12px; }
.product-detail .product-price .price { font-size: 22px; }
.product-detail .product-price .compare-price { font-size: 14px; }
.product-detail .description { color: var(--ink-soft); font-size: 16px; }
.product-points { margin: 24px 0; padding: 22px 0; border-block: 1px solid var(--line); list-style: none; }
.product-points li { display: flex; margin: 9px 0; align-items: center; gap: 10px; font-size: 13px; }
.product-points .icon { width: 16px; height: 16px; color: var(--forest-600); }
.purchase-row { display: grid; margin: 28px 0 18px; grid-template-columns: 130px 1fr; gap: 12px; }
.quantity { display: grid; border: 1px solid var(--line); border-radius: 999px; grid-template-columns: 40px 1fr 40px; align-items: center; }
.quantity button { height: 48px; border: 0; background: transparent; cursor: pointer; }
.quantity output { text-align: center; font-size: 13px; font-weight: 700; }
.delivery-note { display: flex; margin-top: 24px; padding: 18px; border-radius: 13px; background: var(--ivory); align-items: center; gap: 12px; color: var(--ink-soft); font-size: 12px; }
.delivery-note .icon { color: var(--forest-700); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; padding: 20px 0; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.accordion details p { padding-right: 20px; color: var(--ink-soft); font-size: 13px; }

.manifesto-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.values-grid article { padding: 34px 0; border-top: 1px solid var(--forest-700); }
.values-grid span { color: var(--gold); font-size: 11px; }
.values-grid h3 { margin: 40px 0 12px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.values-grid p { color: var(--ink-soft); font-size: 13px; }
.about-gallery { display: grid; min-height: 620px; grid-template-columns: .8fr 1.4fr .8fr; gap: 16px; }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.about-gallery img:nth-child(2) { object-position: 68% center; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy > p { color: var(--ink-soft); }
.contact-list { margin: 45px 0 0; padding: 0; list-style: none; }
.contact-list li { display: flex; margin-bottom: 22px; align-items: flex-start; gap: 16px; }
.contact-list > li > .icon { width: 22px; height: 22px; margin-top: 3px; color: var(--forest-700); }
.contact-list div { display: flex; flex-direction: column; }
.contact-list strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.contact-list a, .contact-list span { color: var(--ink-soft); font-size: 13px; }
.luxury-form { padding: clamp(28px, 5vw, 55px); border: 1px solid var(--line); border-radius: var(--radius-large); background: linear-gradient(145deg, white, var(--ivory)); box-shadow: var(--shadow-soft); }
.luxury-form h2 { margin-top: 20px; font-size: 34px; }
.luxury-form h2:first-child { margin-top: 0; }
.luxury-form label { display: flex; margin-bottom: 19px; flex-direction: column; gap: 8px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.luxury-form input:not([type="radio"]), .luxury-form select, .luxury-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: rgba(255,255,255,.78);
  font-size: 14px; font-weight: 400; letter-spacing: normal; transition: border-color .2s ease, box-shadow .2s ease;
}
.luxury-form input:not([type="radio"]), .luxury-form select { height: 50px; padding: 0 14px; }
.luxury-form textarea { padding: 14px; resize: vertical; }
.luxury-form input:focus, .luxury-form select:focus, .luxury-form textarea:focus { border-color: var(--forest-600); box-shadow: 0 0 0 3px rgba(44,103,79,.1); }
.payment-option { display: grid !important; padding: 17px; border: 1px solid var(--line); border-radius: 12px; grid-template-columns: 20px 1fr; align-items: start; cursor: pointer; }
.payment-option input { margin-top: 4px; accent-color: var(--forest-700); }
.payment-option span { display: flex; flex-direction: column; }
.payment-option strong { color: var(--ink); font-size: 14px; }
.payment-option small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; font-weight: 400; letter-spacing: 0; }

.cart-page-grid, .checkout-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: start; }
.cart-line { display: grid; padding: 22px 0; border-bottom: 1px solid var(--line); grid-template-columns: 105px 1fr auto; gap: 20px; align-items: center; }
.cart-line img { width: 105px; height: 130px; object-fit: cover; border-radius: 12px; background: var(--ivory); }
.cart-line h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.cart-line p { margin: 0; color: var(--forest-700); font-size: 12px; font-weight: 700; }
.cart-line-actions { display: flex; margin-top: 14px; align-items: center; gap: 12px; }
.cart-line-actions .quantity { width: 110px; }
.remove-button { padding: 4px; border: 0; color: var(--ink-soft); background: transparent; cursor: pointer; }
.remove-button .icon { width: 17px; height: 17px; }
.order-summary { position: sticky; top: calc(var(--header-height) + 24px); padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory); }
.order-summary h2 { font-size: 34px; }
.summary-line { display: flex; margin: 13px 0; justify-content: space-between; gap: 15px; color: var(--ink-soft); font-size: 13px; }
.summary-line.total { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 22px; }
.summary-progress { margin: 20px 0; }
.summary-progress p { margin-bottom: 9px; color: var(--ink-soft); font-size: 11px; }
.progress-track { height: 4px; overflow: hidden; border-radius: 99px; background: #d7ddd8; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--forest-700), var(--gold)); }
.summary-products { margin-bottom: 22px; }
.summary-product { display: grid; margin: 13px 0; grid-template-columns: 52px 1fr auto; gap: 10px; align-items: center; font-size: 11px; }
.summary-product img { width: 52px; height: 64px; object-fit: cover; border-radius: 8px; }
.summary-product strong { display: block; font-family: var(--serif); font-size: 15px; font-weight: 400; }
.checkout-form { box-shadow: none; }

.newsletter { padding-block: 80px; color: white; background: linear-gradient(115deg, #184936, #0b2119 70%); }
.newsletter-inner { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.newsletter h2 { margin-bottom: 12px; font-size: clamp(40px, 4vw, 56px); }
.newsletter p:last-child { margin-bottom: 0; color: rgba(255,255,255,.66); }
.newsletter form { display: grid; padding: 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.08); grid-template-columns: 1fr auto; }
.newsletter input { min-width: 0; height: 50px; padding: 0 18px; border: 0; outline: 0; color: white; background: transparent; }
.newsletter input::placeholder { color: rgba(255,255,255,.55); }

.site-footer { position: relative; overflow: hidden; padding-top: 92px; color: white; background: radial-gradient(circle at 85% 18%, rgba(44,103,79,.34), transparent 27%), radial-gradient(circle at 8% 90%, rgba(183,148,85,.12), transparent 28%), #060e0b; }
.site-footer::before { content: ""; position: absolute; left: -5%; top: -42px; width: 110%; height: 80px; border-radius: 0 0 50% 50%; background: #0b2119; }
.footer-glow { position: absolute; right: -150px; top: 120px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.footer-main { position: relative; display: grid; padding-bottom: 75px; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 60px; }
.footer-brand img { width: 230px; height: 58px; object-fit: contain; object-position: left center; mix-blend-mode: screen; }
.footer-brand p { max-width: 330px; margin: 26px 0 12px; color: rgba(255,255,255,.65); }
.footer-brand span { color: var(--gold-soft); font-family: var(--serif); font-style: italic; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links h3 { margin-bottom: 12px; color: var(--gold-soft); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.62); font-size: 12px; transition: color .2s ease, transform .2s ease; }
.footer-links a:hover { color: white; transform: translateX(3px); }
.footer-bottom { position: relative; display: flex; min-height: 72px; border-top: 1px solid var(--line-light); align-items: center; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.42); font-size: 10px; }
.footer-bottom > div { display: flex; gap: 20px; }
.social-links a { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: white; }
.social-links .icon { width: 16px; height: 16px; }

.overlay { position: fixed; inset: 0; z-index: 110; background: rgba(3,10,7,.55); backdrop-filter: blur(4px); }
.drawer { position: fixed; z-index: 120; top: 0; right: 0; display: flex; width: min(480px, 100%); height: 100dvh; padding: 28px; background: var(--paper); box-shadow: -20px 0 70px rgba(3,10,7,.2); flex-direction: column; transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; padding-bottom: 22px; border-bottom: 1px solid var(--line); align-items: center; justify-content: space-between; }
.drawer-header h2 { margin-bottom: 0; font-size: 34px; }
.drawer-header p { margin-bottom: 5px; }
.drawer-header img { width: 150px; }
.drawer-body { flex: 1; overflow-y: auto; }
.drawer-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-drawer .cart-line { grid-template-columns: 82px 1fr; }
.cart-drawer .cart-line > div:last-child { grid-column: 2; }
.cart-drawer .cart-line img { width: 82px; height: 102px; }
.mobile-drawer { right: auto; left: 0; transform: translateX(-105%); }
.mobile-drawer nav { display: flex; padding: 25px 0; flex-direction: column; }
.mobile-drawer nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
.search-panel { position: fixed; inset: 0; z-index: 130; overflow-y: auto; background: rgba(247,244,236,.97); backdrop-filter: blur(16px); }
.search-panel-inner { width: min(calc(100% - 40px), 980px); margin: 70px auto; }
.search-head { display: flex; align-items: center; justify-content: space-between; }
.search-panel h2 { font-size: clamp(44px, 6vw, 72px); }
.search-input { display: flex; height: 68px; padding: 0 20px; border-bottom: 1px solid var(--forest-700); align-items: center; gap: 14px; }
.search-input .icon { width: 25px; height: 25px; }
.search-input input { width: 100%; border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 25px; }
.search-results { display: grid; margin-top: 35px; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.search-result { display: block; }
.search-result img { aspect-ratio: 4/5; object-fit: cover; border-radius: 12px; }
.search-result strong { display: block; margin-top: 10px; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.search-result span { color: var(--forest-700); font-size: 11px; font-weight: 700; }
.quick-view { position: fixed; inset: 0; z-index: 140; display: grid; padding: 25px; place-items: center; background: rgba(3,10,7,.62); backdrop-filter: blur(6px); }
.quick-view-card { position: relative; display: grid; width: min(900px, 100%); max-height: calc(100dvh - 50px); overflow: auto; border-radius: 28px; background: var(--paper); grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.quick-view-card > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.quick-view-copy { padding: 48px; }
.quick-view-copy h2 { font-size: 45px; }
.quick-view-copy > p { color: var(--ink-soft); }
.quick-view-close { position: absolute; right: 15px; top: 15px; z-index: 2; background: var(--paper); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 160; max-width: min(420px, calc(100% - 48px)); padding: 15px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: white; background: var(--forest-950); box-shadow: var(--shadow); font-size: 12px; }

@media (max-width: 1180px) {
  .primary-nav { gap: 16px; }
  .primary-nav a:nth-last-child(1), .primary-nav a:nth-last-child(2) { display: none; }
  .header-inner { grid-template-columns: 180px 1fr auto; }
  .product-grid-four { grid-template-columns: repeat(2, 1fr); row-gap: 46px; }
  .benefit-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
  .footer-main { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 30px; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .section-shell { width: min(calc(100% - 38px), var(--shell)); }
  .section { padding-block: 82px; }
  .announcement { justify-content: space-between; }
  .announcement a { display: none; }
  .header-inner { width: calc(100% - 24px); grid-template-columns: 44px 1fr auto; gap: 8px; }
  .brand-lockup { width: 145px; margin-inline: auto; }
  .primary-nav { display: none; }
  .mobile-only { display: inline-grid; }
  .desktop-only { display: none; }
  .hero { min-height: 680px; margin-top: 16px; }
  .hero-content { width: 67%; min-height: 680px; padding: 52px; }
  .hero-notes { display: none; }
  .editorial-grid { min-height: auto; grid-template-columns: 1fr; grid-template-rows: 550px 360px 360px; }
  .editorial-card-large { grid-row: auto; }
  .offer-card { grid-template-columns: 1fr; }
  .offer-image { display: none; }
  .about-feature-grid, .product-page-grid, .manifesto-grid, .contact-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .about-feature-media, .about-feature-media img { min-height: 480px; }
  .shop-layout { grid-template-columns: 1fr; }
  .filter-panel { position: fixed; z-index: 125; top: 0; bottom: 0; left: 0; width: min(360px, 90%); padding: 30px; overflow: auto; background: var(--paper); box-shadow: var(--shadow); transform: translateX(-110%); transition: transform .3s ease; }
  .filter-panel.is-open { transform: translateX(0); }
  .mobile-filter { display: inline-flex; }
  .product-grid-three { grid-template-columns: repeat(2, 1fr); }
  .product-gallery-main { position: relative; top: auto; }
  .cart-page-grid, .checkout-grid { grid-template-columns: 1fr; }
  .order-summary { position: relative; top: auto; }
  .about-gallery { min-height: 430px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-links:last-child { display: none; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .social-grid a:nth-child(4), .social-grid a:nth-child(5) { display: none; }
  .search-results { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .section-shell { width: calc(100% - 28px); }
  .section { padding-block: 68px; }
  h1 { font-size: clamp(50px, 16vw, 70px); }
  h2 { font-size: clamp(36px, 11vw, 48px); }
  .announcement { min-height: 36px; padding-inline: 14px; font-size: 9px; }
  .header-actions { gap: 0; }
  .hero { min-height: 650px; border-radius: 24px; }
  .hero-media img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(247,243,233,.97) 0%, rgba(247,243,233,.87) 56%, rgba(247,243,233,.2) 100%); }
  .hero-content { width: 88%; min-height: 650px; padding: 34px 25px; justify-content: flex-end; padding-bottom: 62px; }
  .hero-content h1 { font-size: 59px; }
  .hero-lede { font-size: 15px; }
  .hero-seal { right: 18px; top: 18px; bottom: auto; width: 72px; height: 72px; }
  .hero-seal span { font-size: 29px; }
  .hero-seal small { font-size: 6px; }
  .button-row .button { width: 100%; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .heading-note { max-width: 100%; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 14px; }
  .category-card strong { font-size: 18px; }
  .product-grid-four, .product-grid-three { grid-template-columns: 1fr 1fr; gap: 30px 12px; }
  .product-info { padding-top: 12px; }
  .product-info h3 { min-height: 42px; font-size: 18px; }
  .product-info > p { display: none; }
  .product-meta { align-items: flex-start; flex-direction: column; gap: 3px; }
  .quick-add { position: absolute; right: 12px; bottom: 12px; left: 12px; width: auto; min-height: 42px; margin-top: 0; opacity: 1; transform: none; }
  .product-action { width: 36px; height: 36px; }
  .editorial-grid { grid-template-rows: 480px 320px 320px; }
  .editorial-copy { right: 22px; bottom: 22px; left: 22px; }
  .offer-wrap { padding-block: 62px; }
  .offer-copy { padding: 42px 25px; }
  .offer-timer { gap: 18px; }
  .benefit-grid, .values-grid { grid-template-columns: 1fr; }
  .benefit-grid article { padding: 27px 24px; }
  .about-feature-grid { gap: 45px; }
  .about-feature-media, .about-feature-media img { min-height: 380px; }
  .testimonial-shell { min-height: 400px; padding: 65px 24px 35px; border-radius: 26px; }
  .testimonial-quote { font-size: 25px; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .social-grid a:nth-child(3) { transform: none; }
  .social-grid a:nth-child(4) { display: block; }
  .page-hero { min-height: 330px; }
  .page-hero-about { min-height: 480px; }
  .shop-toolbar { align-items: flex-start; flex-wrap: wrap; }
  .product-page-grid { gap: 35px; }
  .purchase-row { grid-template-columns: 110px 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .about-gallery { min-height: auto; grid-template-columns: 1fr 1fr; }
  .about-gallery img { height: 300px; }
  .about-gallery img:nth-child(2) { grid-column: 1 / 3; grid-row: 1; }
  .cart-line { grid-template-columns: 82px 1fr; }
  .cart-line img { width: 82px; height: 105px; }
  .cart-line > div:last-child { grid-column: 2; }
  .newsletter form { padding: 0; border: 0; border-radius: 0; background: none; grid-template-columns: 1fr; gap: 10px; }
  .newsletter input { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { padding-block: 24px; align-items: flex-start; flex-direction: column; }
  .footer-bottom > div:not(.social-links) { flex-wrap: wrap; }
  .quick-view { padding: 12px; }
  .quick-view-card { grid-template-columns: 1fr; }
  .quick-view-card > img { min-height: 320px; max-height: 40vh; }
  .quick-view-copy { padding: 28px 22px; }
  .search-panel-inner { margin-top: 35px; }
  .search-results { grid-template-columns: 1fr 1fr; gap: 12px; }
}

@media (max-width: 390px) {
  .brand-lockup { width: 126px; }
  .header-inner { grid-template-columns: 42px 1fr auto; }
  .header-actions .icon-button { width: 40px; height: 40px; }
  .product-grid-four, .product-grid-three { grid-template-columns: 1fr; gap: 42px; }
  .product-info h3 { min-height: 0; }
  .category-grid { grid-template-columns: 1fr 1fr; }
}


/* Replace any URL below with the approved hosted SVG URL when available. */
.icon-arrow-right { mask-image: url("assets/icons/arrow-right.svg"); -webkit-mask-image: url("assets/icons/arrow-right.svg"); }
.icon-bag { mask-image: url("assets/icons/bag.svg"); -webkit-mask-image: url("assets/icons/bag.svg"); }
.icon-check { mask-image: url("assets/icons/check.svg"); -webkit-mask-image: url("assets/icons/check.svg"); }
.icon-chevron-left { mask-image: url("assets/icons/chevron-left.svg"); -webkit-mask-image: url("assets/icons/chevron-left.svg"); }
.icon-chevron-right { mask-image: url("assets/icons/chevron-right.svg"); -webkit-mask-image: url("assets/icons/chevron-right.svg"); }
.icon-close { mask-image: url("assets/icons/close.svg"); -webkit-mask-image: url("assets/icons/close.svg"); }
.icon-filter { mask-image: url("assets/icons/filter.svg"); -webkit-mask-image: url("assets/icons/filter.svg"); }
.icon-gift { mask-image: url("assets/icons/gift.svg"); -webkit-mask-image: url("assets/icons/gift.svg"); }
.icon-headset { mask-image: url("assets/icons/headset.svg"); -webkit-mask-image: url("assets/icons/headset.svg"); }
.icon-heart { mask-image: url("assets/icons/heart.svg"); -webkit-mask-image: url("assets/icons/heart.svg"); }
.icon-instagram { mask-image: url("assets/icons/instagram.svg"); -webkit-mask-image: url("assets/icons/instagram.svg"); }
.icon-location { mask-image: url("assets/icons/location.svg"); -webkit-mask-image: url("assets/icons/location.svg"); }
.icon-lock { mask-image: url("assets/icons/lock.svg"); -webkit-mask-image: url("assets/icons/lock.svg"); }
.icon-mail { mask-image: url("assets/icons/mail.svg"); -webkit-mask-image: url("assets/icons/mail.svg"); }
.icon-menu { mask-image: url("assets/icons/menu.svg"); -webkit-mask-image: url("assets/icons/menu.svg"); }
.icon-minus { mask-image: url("assets/icons/minus.svg"); -webkit-mask-image: url("assets/icons/minus.svg"); }
.icon-phone { mask-image: url("assets/icons/phone.svg"); -webkit-mask-image: url("assets/icons/phone.svg"); }
.icon-plus { mask-image: url("assets/icons/plus.svg"); -webkit-mask-image: url("assets/icons/plus.svg"); }
.icon-search { mask-image: url("assets/icons/search.svg"); -webkit-mask-image: url("assets/icons/search.svg"); }
.icon-shield-check { mask-image: url("assets/icons/shield-check.svg"); -webkit-mask-image: url("assets/icons/shield-check.svg"); }
.icon-star { mask-image: url("assets/icons/star.svg"); -webkit-mask-image: url("assets/icons/star.svg"); }
.icon-trash { mask-image: url("assets/icons/trash.svg"); -webkit-mask-image: url("assets/icons/trash.svg"); }
.icon-truck { mask-image: url("assets/icons/truck.svg"); -webkit-mask-image: url("assets/icons/truck.svg"); }
.icon-user { mask-image: url("assets/icons/user.svg"); -webkit-mask-image: url("assets/icons/user.svg"); }
