/* IverDirect — custom PrestaShop 9 storefront theme */
:root {
  --iv-ink: #101513;
  --iv-ink-soft: #28312d;
  --iv-forest: #153a2c;
  --iv-forest-deep: #0d281f;
  --iv-sage: #9eafa2;
  --iv-sage-light: #dfe7df;
  --iv-ivory: #f4f1e9;
  --iv-paper: #fbfaf7;
  --iv-gold: #b49a62;
  --iv-border: rgba(16, 21, 19, .16);
  --iv-muted: #69736e;
  --iv-shell: 1240px;
  --iv-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --iv-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--iv-paper);
  color: var(--iv-ink);
  font-family: var(--iv-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-family: var(--iv-sans); }
::selection { background: var(--iv-sage-light); color: var(--iv-forest-deep); }

.iv-shell { width: min(calc(100% - 48px), var(--iv-shell)); margin-inline: auto; }
#header.header { background: transparent; box-shadow: none; }
.wrapper { background: var(--iv-paper); }
#footer.footer { margin: 0; padding: 0; background: transparent; }

/* Header */
.iv-announcement { background: var(--iv-forest-deep); color: #fff; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.iv-announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.iv-announcement__meta { color: rgba(255,255,255,.68); }
.iv-header { position: relative; z-index: 50; background: rgba(251,250,247,.94); border-bottom: 1px solid var(--iv-border); backdrop-filter: saturate(140%) blur(16px); }
.js-sticky-header.is-sticky .iv-header, .header.is-sticky .iv-header { box-shadow: 0 12px 34px rgba(15, 26, 21, .08); }
.iv-header__inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.iv-wordmark { display: inline-flex; align-items: center; gap: 11px; color: var(--iv-ink); font-size: 19px; font-weight: 650; letter-spacing: -.035em; text-decoration: none; white-space: nowrap; }
.iv-wordmark:hover { color: var(--iv-forest); text-decoration: none; }
.iv-wordmark > span:last-child > span { font-weight: 350; }
.iv-wordmark__mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--iv-serif); font-size: 13px; font-weight: 700; letter-spacing: -.08em; }
.iv-nav { display: flex; justify-content: center; align-items: stretch; gap: clamp(18px, 2.4vw, 34px); height: 78px; }
.iv-nav > a, .iv-nav__item > a { display: inline-flex; align-items: center; color: var(--iv-ink-soft); font-size: 13px; font-weight: 550; letter-spacing: -.01em; text-decoration: none; white-space: nowrap; }
.iv-nav > a:hover, .iv-nav__item > a:hover { color: var(--iv-forest); }
.iv-nav__item { position: relative; display: flex; }
.iv-nav__item--has-submenu > a::after { content: ""; width: 5px; height: 5px; margin: -3px 0 0 7px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.iv-submenu { position: absolute; top: calc(100% - 1px); left: -26px; width: 390px; padding: 12px; background: var(--iv-paper); border: 1px solid var(--iv-border); box-shadow: 0 24px 54px rgba(13, 40, 31, .14); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.iv-nav__item:hover .iv-submenu, .iv-nav__item:focus-within .iv-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.iv-submenu a { display: grid; gap: 3px; padding: 13px 14px; color: var(--iv-ink); text-decoration: none; border-bottom: 1px solid var(--iv-border); }
.iv-submenu a:last-child { border-bottom: 0; }
.iv-submenu a:hover { background: var(--iv-ivory); color: var(--iv-forest); }
.iv-submenu strong { font-family: var(--iv-serif); font-size: 17px; font-weight: 600; }
.iv-submenu span { color: var(--iv-muted); font-size: 11px; }
.iv-header__actions { display: flex; align-items: center; gap: 5px; }
.iv-search { display: flex; align-items: center; width: 128px; height: 38px; margin-right: 4px; background: #fff; border: 1px solid var(--iv-border); border-radius: 999px; overflow: hidden; }
.iv-search:focus-within { border-color: var(--iv-forest); box-shadow: 0 0 0 3px rgba(21,58,44,.1); }
.iv-search input { min-width: 0; width: 100%; height: 100%; padding: 0 0 0 14px; border: 0; outline: 0; background: transparent; color: var(--iv-ink); font-size: 12px; }
.iv-search button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--iv-ink); }
.iv-search .material-icons { font-size: 18px; }
.iv-icon-link { position: relative; width: 42px; height: 42px; display: grid; place-items: center; color: var(--iv-ink); border-radius: 50%; text-decoration: none; }
.iv-icon-link:hover { background: var(--iv-ivory); color: var(--iv-forest); }
.iv-icon-link .material-icons { font-size: 21px; }
.iv-cart-count { position: absolute; top: 2px; right: 1px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 20px; background: var(--iv-forest); color: #fff; font-size: 9px; }
.iv-mobile-nav { display: none; position: relative; }
.iv-mobile-nav summary { width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; list-style: none; }
.iv-mobile-nav summary::-webkit-details-marker { display: none; }
.iv-mobile-nav__panel { position: absolute; top: 52px; right: 0; width: min(320px, calc(100vw - 30px)); padding: 10px; background: var(--iv-paper); border: 1px solid var(--iv-border); box-shadow: 0 24px 54px rgba(13,40,31,.18); }
.iv-mobile-nav__panel a { display: block; padding: 13px 12px; color: var(--iv-ink); border-bottom: 1px solid var(--iv-border); font-size: 14px; font-weight: 550; text-decoration: none; }
.iv-mobile-nav__panel a:last-child { border: 0; }

/* Shared type and actions */
.iv-eyebrow, .iv-section-index { margin: 0 0 18px; color: var(--iv-forest); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.iv-section-index { color: var(--iv-muted); }
.iv-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 650; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.iv-button:hover { transform: translateY(-1px); text-decoration: none; }
.iv-button--primary { background: var(--iv-forest); color: #fff; }
.iv-button--primary:hover { background: var(--iv-forest-deep); color: #fff; }
.iv-button--quiet { border-color: var(--iv-border); color: var(--iv-ink); }
.iv-button--quiet:hover { border-color: var(--iv-forest); color: var(--iv-forest); }
.iv-button--light { background: var(--iv-ivory); color: var(--iv-forest-deep); }
.iv-button--light:hover { background: #fff; color: var(--iv-forest-deep); }
.iv-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--iv-forest); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; }
.iv-text-link:hover { color: var(--iv-ink); text-decoration: none; }

/* Homepage */
.iv-home { overflow: clip; }
.iv-hero { position: relative; min-height: 690px; display: flex; align-items: center; background: var(--iv-ivory); border-bottom: 1px solid var(--iv-border); }
.iv-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(21,58,44,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(21,58,44,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 45%, #000); }
.iv-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding-block: 90px; }
.iv-hero__copy { max-width: 650px; }
.iv-hero h1 { max-width: 650px; margin: 0; color: var(--iv-ink); font-family: var(--iv-serif); font-size: clamp(58px, 6.2vw, 94px); font-weight: 400; letter-spacing: -.058em; line-height: .94; }
.iv-hero__lede { max-width: 590px; margin: 30px 0 0; color: var(--iv-ink-soft); font-size: 18px; line-height: 1.7; letter-spacing: -.015em; }
.iv-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.iv-proof-line { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 42px; color: var(--iv-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.iv-proof-line span { display: inline-flex; align-items: center; gap: 8px; }
.iv-proof-line span::before { content: ""; width: 5px; height: 5px; border: 1px solid var(--iv-forest); border-radius: 50%; }
.iv-hero__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.iv-hero__visual::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(158,175,162,.28); box-shadow: inset 0 0 0 1px rgba(21,58,44,.1); }
.iv-orbit { position: absolute; border: 1px solid rgba(21,58,44,.25); border-radius: 50%; }
.iv-orbit--one { width: 470px; height: 260px; transform: rotate(-18deg); }
.iv-orbit--two { width: 290px; height: 480px; transform: rotate(24deg); }
.iv-bottle { position: relative; z-index: 2; width: 210px; filter: drop-shadow(0 32px 28px rgba(13,40,31,.2)); }
.iv-bottle__cap { width: 122px; height: 61px; margin: auto; border-radius: 16px 16px 5px 5px; background: repeating-linear-gradient(90deg, #18231f 0 3px, #26332e 3px 6px); border-bottom: 5px solid #0e1714; }
.iv-bottle__body { height: 330px; padding: 43px 17px 24px; border-radius: 32px 32px 46px 46px; background: linear-gradient(100deg, #17241f, #284337 52%, #15221d); box-shadow: inset 14px 0 28px rgba(255,255,255,.04), inset -18px 0 25px rgba(0,0,0,.18); }
.iv-bottle__label { height: 225px; display: flex; flex-direction: column; padding: 20px; background: #e8e3d5; border: 1px solid rgba(180,154,98,.8); color: var(--iv-forest-deep); }
.iv-bottle__micro { font-size: 7px; letter-spacing: .14em; }
.iv-bottle__label strong { margin-top: 16px; font-size: 20px; letter-spacing: -.04em; }
.iv-bottle__line { width: 100%; height: 1px; margin: 9px 0 14px; background: var(--iv-gold); }
.iv-bottle__label > span:nth-of-type(3) { font-family: var(--iv-serif); font-size: 29px; line-height: .95; }
.iv-bottle__label small { margin-top: auto; font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.iv-hero__note { position: absolute; bottom: 12px; color: var(--iv-muted); font-size: 10px; letter-spacing: .05em; }

.iv-manifesto { padding: 130px 0; background: var(--iv-paper); }
.iv-manifesto__grid { display: grid; grid-template-columns: 180px 1fr; gap: 50px; }
.iv-manifesto h2 { max-width: 920px; margin: 0; font-family: var(--iv-serif); font-size: clamp(42px, 5.1vw, 72px); font-weight: 400; letter-spacing: -.045em; line-height: 1.03; }
.iv-manifesto__grid > div > p { max-width: 710px; margin: 32px 0 0 auto; color: var(--iv-muted); font-size: 17px; line-height: 1.75; }

.iv-collections { padding: 115px 0 130px; background: #fff; }
.iv-section-heading { display: grid; grid-template-columns: 1fr minmax(300px, 440px); align-items: end; gap: 60px; margin-bottom: 50px; }
.iv-section-heading h2, .iv-standards h2, .iv-science h2, .iv-cta h2 { margin: 0; font-family: var(--iv-serif); font-size: clamp(43px, 5vw, 68px); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.iv-section-heading > p { margin: 0 0 3px; color: var(--iv-muted); font-size: 15px; line-height: 1.7; }
.iv-collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.iv-collection-card { min-height: 560px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; }
.iv-collection-card--dark { background: var(--iv-forest-deep); color: #fff; }
.iv-collection-card--sage { background: var(--iv-sage-light); color: var(--iv-ink); }
.iv-collection-card--light { background: var(--iv-ivory); color: var(--iv-ink); }
.iv-card-number { font-size: 10px; letter-spacing: .12em; opacity: .6; }
.iv-card-symbol { position: relative; height: 230px; display: grid; place-items: center; }
.iv-card-symbol::before, .iv-card-symbol::after, .iv-card-symbol span { content: ""; position: absolute; width: 130px; height: 130px; border: 1px solid currentColor; border-radius: 50%; opacity: .34; }
.iv-card-symbol::after { transform: translateX(45px); }
.iv-card-symbol span { transform: translate(-23px, 38px); }
.iv-card-symbol--rings::before { width: 154px; height: 154px; box-shadow: 0 0 0 30px transparent, 0 0 0 31px currentColor, 0 0 0 61px transparent, 0 0 0 62px currentColor; }
.iv-card-symbol--rings::after, .iv-card-symbol--rings span { display: none; }
.iv-card-symbol--grid::before { width: 130px; height: 130px; border-radius: 0; transform: rotate(45deg); }
.iv-card-symbol--grid::after { width: 80px; height: 80px; border-radius: 0; transform: rotate(45deg); }
.iv-card-symbol--grid span { width: 32px; height: 32px; border-radius: 0; transform: rotate(45deg); background: currentColor; opacity: .12; }
.iv-collection-card > div:last-child { margin-top: auto; }
.iv-card-kicker { margin: 0 0 13px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .72; }
.iv-collection-card h3 { margin: 0; font-family: var(--iv-serif); font-size: clamp(27px, 2.2vw, 35px); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.iv-collection-card p:not(.iv-card-kicker) { min-height: 70px; margin: 20px 0 22px; font-size: 13px; line-height: 1.65; opacity: .75; }
.iv-collection-card--dark .iv-text-link { color: #d8dfd8; }

.iv-standards { padding: 130px 0; background: var(--iv-ivory); }
.iv-standards__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); gap: clamp(60px, 9vw, 130px); }
.iv-standards__intro { position: sticky; top: 140px; align-self: start; }
.iv-standards__intro > p:not(.iv-section-index) { max-width: 510px; margin: 28px 0; color: var(--iv-muted); font-size: 16px; line-height: 1.75; }
.iv-standard-list { border-top: 1px solid var(--iv-border); }
.iv-standard-list article { display: grid; grid-template-columns: 45px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid var(--iv-border); }
.iv-standard-list article > span { color: var(--iv-gold); font-size: 10px; letter-spacing: .1em; }
.iv-standard-list h3 { margin: 0 0 9px; font-family: var(--iv-serif); font-size: 27px; font-weight: 400; letter-spacing: -.025em; }
.iv-standard-list p { margin: 0; color: var(--iv-muted); font-size: 14px; line-height: 1.7; }

.iv-science { padding: 130px 0; background: var(--iv-forest-deep); color: #fff; }
.iv-science__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 150px); align-items: center; }
.iv-science .iv-section-index { color: rgba(255,255,255,.5); }
.iv-science__copy > p:not(.iv-section-index) { margin: 28px 0; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.iv-science__diagram { position: relative; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.iv-science__diagram::before, .iv-science__diagram::after { content: ""; position: absolute; inset: 14%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.iv-science__diagram::after { inset: 31%; }
.iv-science__axis { position: absolute; background: rgba(255,255,255,.14); }
.iv-science__axis--x { left: 8%; right: 8%; top: 50%; height: 1px; }
.iv-science__axis--y { top: 8%; bottom: 8%; left: 50%; width: 1px; }
.iv-science__node { position: absolute; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--iv-gold); border-radius: 50%; color: var(--iv-gold); font-family: var(--iv-serif); }
.iv-science__node--a { top: 12%; left: 44%; }
.iv-science__node--b { bottom: 19%; left: 17%; }
.iv-science__node--c { bottom: 23%; right: 15%; }
.iv-science__diagram > span { position: absolute; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.iv-science__diagram > span:nth-of-type(1) { top: 27%; right: 12%; }
.iv-science__diagram > span:nth-of-type(2) { bottom: 8%; left: 45%; }
.iv-science__diagram > span:nth-of-type(3) { top: 48%; left: 8%; }
.iv-disclaimer-box { padding: 22px; border: 1px solid rgba(255,255,255,.18); }
.iv-disclaimer-box strong { display: block; margin-bottom: 8px; font-family: var(--iv-serif); font-size: 20px; font-weight: 400; }
.iv-disclaimer-box p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }

.iv-cta { padding: 120px 0; background: var(--iv-sage); color: var(--iv-forest-deep); text-align: center; }
.iv-cta__inner { max-width: 900px; }
.iv-cta .iv-eyebrow { color: var(--iv-forest-deep); }
.iv-cta p:not(.iv-eyebrow) { max-width: 650px; margin: 25px auto 30px; font-size: 15px; line-height: 1.7; }

/* Footer */
.iv-footer { padding: 75px 0 25px; background: #0a1712; color: #fff; }
.iv-wordmark--footer { color: #fff; }
.iv-wordmark--footer:hover { color: var(--iv-sage-light); }
.iv-footer__lead { display: grid; grid-template-columns: auto minmax(260px, 430px); justify-content: space-between; gap: 40px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.15); }
.iv-footer__lead p { margin: 0; color: rgba(255,255,255,.58); font-family: var(--iv-serif); font-size: 21px; line-height: 1.4; }
.iv-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 50px 0; }
.iv-footer__grid > div { display: flex; flex-direction: column; gap: 11px; }
.iv-footer__grid h2 { margin: 0 0 8px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.iv-footer__grid a { color: rgba(255,255,255,.78); font-size: 13px; text-decoration: none; }
.iv-footer__grid a:hover { color: #fff; }
.iv-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; }
.iv-footer__bottom p { margin: 0; }

/* Store and CMS surfaces */
body:not(#index) #wrapper { min-height: 60vh; padding-bottom: 80px; }
body:not(#index) .breadcrumb { margin-top: 32px; }
.page-content, .card, .product-miniature .thumbnail-container { border-radius: 0; }
.cms-page, .page-content.page-cms { max-width: 900px; margin: 50px auto 90px; padding: clamp(28px, 5vw, 68px); background: #fff; border: 1px solid var(--iv-border); }
.cms-page h1, .page-content.page-cms h1, .page-content.page-cms h2 { color: var(--iv-ink); font-family: var(--iv-serif); font-size: clamp(38px, 5vw, 60px); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.cms-page h2, .cms-page h3, .page-content.page-cms h3 { margin-top: 2em; color: var(--iv-forest); font-family: var(--iv-serif); font-weight: 400; }
.cms-page p, .cms-page li, .page-content.page-cms p, .page-content.page-cms li { color: var(--iv-ink-soft); font-size: 15px; line-height: 1.75; }
.cms-page a, .page-content.page-cms a { color: var(--iv-forest); }
.btn-primary { background: var(--iv-forest); border-color: var(--iv-forest); }
.btn-primary:hover, .btn-primary:focus { background: var(--iv-forest-deep); border-color: var(--iv-forest-deep); }
.form-control:focus { border-color: var(--iv-forest); box-shadow: 0 0 0 .2rem rgba(21,58,44,.12); }

@media (max-width: 1100px) {
  .iv-nav { gap: 18px; }
  .iv-nav > a, .iv-nav__item > a { font-size: 12px; }
  .iv-search { display: none; }
  .iv-hero__grid { grid-template-columns: 1fr minmax(330px, .7fr); gap: 40px; }
  .iv-collection-card { min-height: 520px; }
}

@media (max-width: 900px) {
  .iv-shell { width: min(calc(100% - 36px), var(--iv-shell)); }
  .iv-announcement__meta, .iv-nav { display: none; }
  .iv-announcement__inner { justify-content: center; text-align: center; }
  .iv-header__inner { min-height: 68px; grid-template-columns: 1fr auto; }
  .iv-header__actions > .iv-icon-link { display: none; }
  .iv-mobile-nav { display: block; }
  .iv-hero { min-height: auto; }
  .iv-hero__grid { grid-template-columns: 1fr; padding-block: 70px 40px; }
  .iv-hero__copy { max-width: 720px; }
  .iv-hero__visual { min-height: 470px; }
  .iv-manifesto__grid { grid-template-columns: 1fr; gap: 20px; }
  .iv-manifesto__grid > div > p { margin-left: 0; }
  .iv-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .iv-collection-grid { grid-template-columns: 1fr; }
  .iv-collection-card { min-height: 490px; }
  .iv-card-symbol { height: 210px; }
  .iv-standards__grid, .iv-science__grid { grid-template-columns: 1fr; }
  .iv-standards__intro { position: static; }
  .iv-science__diagram { width: min(100%, 500px); margin: auto; }
  .iv-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .iv-shell { width: min(calc(100% - 28px), var(--iv-shell)); }
  .iv-announcement { font-size: 9px; }
  .iv-header__inner { gap: 12px; }
  .iv-wordmark { font-size: 17px; }
  .iv-wordmark__mark { width: 31px; height: 31px; }
  .iv-hero__grid { padding-top: 58px; }
  .iv-hero h1 { font-size: clamp(49px, 15vw, 66px); }
  .iv-hero__lede { font-size: 16px; line-height: 1.6; }
  .iv-hero__actions .iv-button { width: 100%; }
  .iv-proof-line { gap: 11px 16px; }
  .iv-hero__visual { min-height: 420px; transform: scale(.88); margin: -15px 0 -25px; }
  .iv-orbit--one { width: 390px; }
  .iv-orbit--two { height: 420px; }
  .iv-manifesto, .iv-collections, .iv-standards, .iv-science { padding-block: 84px; }
  .iv-manifesto h2, .iv-section-heading h2, .iv-standards h2, .iv-science h2, .iv-cta h2 { font-size: 43px; }
  .iv-collection-card { min-height: 510px; padding: 24px; }
  .iv-standard-list article { grid-template-columns: 31px 1fr; gap: 14px; }
  .iv-cta { padding-block: 84px; }
  .iv-footer__lead { grid-template-columns: 1fr; }
  .iv-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; }
  .iv-footer__bottom { flex-direction: column; }
}

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