@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/InstrumentSerif-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --aps-ink: #171717;
  --aps-paper: #f7f4ee;
  --aps-white: #fff;
  --aps-brand: #794d30;
  --aps-brand-soft: #d9c8bc;
  --aps-accent: var(--aps-brand);
  --aps-sand: #d8c7a8;
  --aps-line: rgba(23, 23, 23, 0.16);
  --aps-font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --aps-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --aps-shell: min(1240px, calc(100vw - 2rem));
  --aps-narrow: min(760px, calc(100vw - 2rem));
  --aps-radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--aps-ink); background: var(--aps-paper); font-family: var(--aps-font-body); line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.2em; }
:focus-visible { outline: 3px solid var(--aps-accent); outline-offset: 3px; }
h1, h2, h3 { margin: 0 0 0.65em; font-family: var(--aps-font-display); font-weight: 400; line-height: 1.03; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4.5vw, 4.2rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); }
p { margin: 0 0 1.2rem; }

.shell { width: var(--aps-shell); margin-inline: auto; }
.shell--narrow { width: var(--aps-narrow); }
.shell--wide { width: min(1440px, calc(100vw - 2rem)); }
.section { padding-block: clamp(4rem, 9vw, 8rem); }
.section--dark { color: var(--aps-white); background: var(--aps-ink); }
.section--paper { background: #ece6dc; background-image: radial-gradient(circle at 14% 12%, rgba(121,77,48,.08), transparent 28%), radial-gradient(circle at 86% 82%, rgba(255,255,255,.45), transparent 25%); }
.eyebrow { margin-bottom: 1rem; color: var(--aps-brand); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.section--dark .eyebrow, .site-footer .eyebrow { color: var(--aps-brand-soft); }
.skip-link { position: fixed; z-index: 1000; top: 0; left: 1rem; padding: 0.75rem 1rem; color: var(--aps-white); background: var(--aps-ink); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--aps-line); background: color-mix(in srgb, var(--aps-paper) 92%, transparent); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand, .brand__link { display: inline-flex; align-items: center; text-decoration: none; }
.brand { order: 1; flex: 0 0 auto; }
.brand .custom-logo { width: auto; max-height: 52px; }
.brand__logo { width: clamp(7.5rem, 10vw, 9.25rem); height: auto; }
.brand__wordmark { font-size: 1.05rem; letter-spacing: 0.08em; }
.brand__wordmark b { font-weight: 800; }
.site-nav { order: 2; display: flex; align-items: center; gap: .75rem; margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: 0.92rem; font-weight: 650; text-decoration: none; }
.site-nav a:not(.button):hover, .site-nav a:not(.button):focus-visible { color: var(--aps-brand); }
.site-header__utility { order: 3; display: flex; align-items: center; gap: .35rem; }
.header-cart { position: relative; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--aps-line); color: var(--aps-ink); background: transparent; text-decoration: none; transition: border-color 160ms ease, color 160ms ease, background 160ms ease; }
.header-cart:hover, .header-cart:focus-visible, .header-cart[aria-current="page"] { border-color: var(--aps-brand); color: var(--aps-white); background: var(--aps-brand); }
.header-cart__count { position: absolute; top: -.4rem; right: -.4rem; min-width: 1.2rem; height: 1.2rem; display: inline-flex; align-items: center; justify-content: center; padding-inline: .22rem; border: 2px solid var(--aps-paper); border-radius: 999px; color: var(--aps-white); background: var(--aps-brand); font-size: .62rem; font-weight: 800; line-height: 1; }
.nav-toggle { min-width: 52px; min-height: 44px; display: none; align-items: center; justify-content: center; border: 0; background: transparent; font: inherit; font-weight: 700; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0.8rem 1.25rem; border: 1px solid var(--aps-ink); border-radius: var(--aps-radius); color: var(--aps-white); background: var(--aps-ink); font-weight: 750; text-decoration: none; transition: background 160ms ease, color 160ms ease; }
.button:hover, .button:focus-visible { color: var(--aps-ink); background: transparent; }
.button--small { min-height: 42px; padding: 0.6rem 0.9rem; }
.button--light { border-color: var(--aps-white); color: var(--aps-ink); background: var(--aps-white); }
.button--light:hover, .button--light:focus-visible { color: var(--aps-white); background: transparent; }
.aps-site .site-header .site-nav .button { border-color: var(--aps-ink); color: var(--aps-white); background: var(--aps-ink); }
.aps-site .site-header .site-nav .button:hover, .aps-site .site-header .site-nav .button:focus-visible { color: var(--aps-ink); background: transparent; }
.aps-site .site-header .site-nav .header-shop-cta { border-color: var(--aps-brand); color: var(--aps-brand); background: transparent; }
.aps-site .site-header .site-nav .header-shop-cta:hover, .aps-site .site-header .site-nav .header-shop-cta:focus-visible, .aps-site .site-header .site-nav .header-shop-cta[aria-current="page"] { color: var(--aps-white); background: var(--aps-brand); }
.text-link { font-weight: 750; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }

.hero { min-height: calc(100vh - 78px); display: grid; align-items: stretch; }
.hero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; padding-block: clamp(3rem, 5vw, 5.5rem); }
.hero__lead, .page-hero__lead { max-width: 65ch; font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.hero__media { min-width: 0; margin: 0; }
.hero__art { min-height: min(62vh, 720px); display: block; overflow: hidden; background: var(--aps-sand); box-shadow: 2rem 2rem 0 rgba(121, 77, 48, 0.16); }
.hero__carousel { position: relative; min-height: min(62vh, 720px); overflow: hidden; background: var(--aps-sand); box-shadow: 2rem 2rem 0 rgba(121, 77, 48, 0.16); }
.hero__carousel .hero__art { position: absolute; z-index: 1; inset: 0; min-height: 100%; opacity: 0; visibility: hidden; pointer-events: none; box-shadow: none; transition: opacity 900ms cubic-bezier(.2,.7,.2,1), visibility 900ms linear; }
.hero__carousel .hero__slide:first-child { position: relative; }
.hero__carousel .hero__slide.is-active { z-index: 2; opacity: 1; visibility: visible; pointer-events: auto; }
.hero__art--fallback { background: linear-gradient(145deg, rgba(121,77,48,.18), transparent 55%), repeating-linear-gradient(90deg, transparent 0 8%, rgba(23,23,23,.05) 8% 8.2%), var(--aps-sand); }
.hero__image { width: 100%; height: min(62vh, 720px); min-height: min(62vh, 720px); object-fit: cover; object-position: center; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.hero__carousel .hero__slide .hero__image { transform: scale(1.045); transition: transform 5.8s cubic-bezier(.2,.7,.2,1); }
.hero__carousel .hero__slide.is-active .hero__image { transform: scale(1); }
.hero__art:hover .hero__image, .hero__carousel .hero__slide.is-active:hover .hero__image { transform: scale(1.018); }
.hero__carousel-controls { position: absolute; z-index: 4; right: .8rem; bottom: .8rem; display: flex; align-items: center; gap: .35rem; padding: .28rem; color: var(--aps-white); background: rgba(23,23,23,.68); backdrop-filter: blur(10px); }
.hero__carousel-controls button { width: 2.2rem; height: 2.2rem; display: inline-grid; place-items: center; border: 0; color: inherit; background: transparent; cursor: pointer; font: inherit; }
.hero__carousel-controls button:hover, .hero__carousel-controls button:focus-visible { color: var(--aps-ink); background: var(--aps-white); }
.hero__carousel-controls span { min-width: 4.5rem; font-size: .68rem; letter-spacing: .08em; text-align: center; }
.hero__caption { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1rem; color: rgba(23,23,23,.72); font-size: .78rem; }
.hero__caption span { color: var(--aps-brand); font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero__caption-projects { min-width: 0; flex: 1; display: grid; text-align: right; }
.hero__caption-project { grid-area: 1 / 1; opacity: 0; color: rgba(23,23,23,.72); font-weight: 500; letter-spacing: 0; text-decoration: none; text-transform: none; visibility: hidden; transition: opacity 450ms ease, visibility 450ms linear; }
.hero__caption-project.is-active { opacity: 1; visibility: visible; }
.hero__trust { display: flex; flex-wrap: wrap; gap: .55rem 1.25rem; margin: 1.6rem 0 0; padding: 1.15rem 0 0; border-top: 1px solid var(--aps-line); color: rgba(23,23,23,.72); font-size: .82rem; list-style: none; }
.hero__trust li::before { content: "✓"; margin-right: .45rem; color: var(--aps-brand); font-weight: 800; }

.proof-strip { position: relative; overflow: hidden; padding-block: 2.4rem; color: var(--aps-white); background: var(--aps-ink); }
.proof-strip::after { position: absolute; inset: auto -8rem -12rem auto; width: 24rem; height: 24rem; border: 1px solid rgba(216,199,168,.18); border-radius: 50%; content: ""; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.proof-strip__grid > div { min-width: 0; display: grid; align-content: center; gap: .25rem; padding: .25rem clamp(1.25rem, 3vw, 3rem); border-right: 1px solid rgba(255,255,255,.18); }
.proof-strip__grid > div:first-child { padding-left: 0; }
.proof-strip__grid > div:last-child { border-right: 0; }
.proof-strip strong { color: var(--aps-sand); font-family: var(--aps-font-display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.proof-strip span { color: rgba(255,255,255,.72); font-size: .8rem; letter-spacing: .04em; }

.feature-story { overflow: hidden; }
.feature-story__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.feature-story__media { margin: 0; }
.feature-story__media a { display: block; overflow: hidden; padding: clamp(.75rem, 2vw, 1.5rem); background: #e8e0d4; }
.feature-story__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.feature-story__media a:hover img { transform: scale(1.018); }
.feature-story__media figcaption { margin-top: .75rem; color: rgba(23,23,23,.64); font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; }
.feature-story__copy { max-width: 570px; }
.story-points { margin-block: 2rem 2.25rem; border-top: 1px solid var(--aps-line); }
.story-points > div { display: grid; grid-template-columns: 2.3rem 1fr; gap: 1rem; padding-block: 1.15rem; border-bottom: 1px solid var(--aps-line); }
.story-points span { color: var(--aps-brand); font-family: var(--aps-font-display); font-size: 1.3rem; }
.story-points h3 { margin-bottom: .25rem; font-family: var(--aps-font-body); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-points p { margin: 0; color: rgba(23,23,23,.76); font-size: .94rem; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.stats div { display: grid; gap: 1rem; border-top: 1px solid rgba(255,255,255,.3); padding-top: 1.2rem; }
.stats strong { color: var(--aps-sand); font-family: var(--aps-font-display); font-size: 2rem; font-weight: 400; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading > div { max-width: 780px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); }
.project-card__media { aspect-ratio: 4 / 5; display: block; overflow: hidden; margin-bottom: 1.25rem; background: #ded6ca; }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.project-card:hover .project-card__media img { transform: scale(1.025); }
.project-card h3 a { text-decoration: none; }
.project-card .eyebrow { margin-bottom: .5rem; }
.project-card > p:not(.eyebrow) { max-width: 52ch; color: rgba(23,23,23,.68); }
.project-card__link { display: inline-flex; margin-top: .25rem; color: var(--aps-brand); font-size: .82rem; font-weight: 800; text-decoration: none; }
.project-card__link:hover, .project-card__link:focus-visible { text-decoration: underline; }
.project-card--placeholder:nth-child(2) .project-card__media { background: #c8b59a; }
.project-card--placeholder:nth-child(3) .project-card__media { background: #bca993; }

.services-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); }
.service-card { min-height: 330px; display: flex; flex-direction: column; border-top: 1px solid var(--aps-line); padding-top: 1.25rem; }
.service-card > span { display: block; margin-bottom: 2rem; font-family: var(--aps-font-display); font-size: 2rem; }
.service-card p { color: rgba(23,23,23,.72); }
.service-card .text-link { margin-top: auto; }
.process-section .section-heading > p { max-width: 360px; margin: 0; color: rgba(23,23,23,.68); }
.process-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--aps-line); }
.process-steps article { min-height: 270px; padding: 1.5rem clamp(1.2rem, 2.5vw, 2.25rem); border-right: 1px solid var(--aps-line); }
.process-steps article:first-child { padding-left: 0; }
.process-steps article:last-child { border-right: 0; }
.process-steps span { display: block; margin-bottom: 3.5rem; color: var(--aps-brand); font-family: var(--aps-font-display); font-size: 1.8rem; }
.process-steps h3 { margin-bottom: .45rem; font-size: 1.8rem; }
.process-steps p { margin: 0; color: rgba(23,23,23,.68); font-size: .92rem; }

.has-dark-scroll-transition .process-section[data-dark-transition-source] {
  --dark-transition-percent: 0%;
  color: color-mix(in srgb, var(--aps-ink), var(--aps-white) var(--dark-transition-percent));
  background-color: color-mix(in srgb, var(--aps-paper), var(--aps-ink) var(--dark-transition-percent));
  transition: color 90ms linear, background-color 90ms linear;
}
.has-dark-scroll-transition .process-section[data-dark-transition-source] .section-heading > p,
.has-dark-scroll-transition .process-section[data-dark-transition-source] .process-steps p {
  color: color-mix(in srgb, rgba(23,23,23,.68), rgba(255,255,255,.72) var(--dark-transition-percent));
}
.has-dark-scroll-transition .process-section[data-dark-transition-source] .process-steps {
  border-color: color-mix(in srgb, var(--aps-line), rgba(255,255,255,.2) var(--dark-transition-percent));
}
.has-dark-scroll-transition .process-section[data-dark-transition-source] .process-steps article {
  border-color: color-mix(in srgb, var(--aps-line), rgba(255,255,255,.2) var(--dark-transition-percent));
}
.has-dark-scroll-transition .process-section[data-dark-transition-source] .process-steps span,
.has-dark-scroll-transition .process-section[data-dark-transition-source] .eyebrow {
  color: color-mix(in srgb, var(--aps-brand), var(--aps-brand-soft) var(--dark-transition-percent));
}

.selected-projects .section-heading { color: var(--aps-white); }
.selected-projects .section-heading .text-link { color: var(--aps-white); }
.project-grid--dark .project-card { color: var(--aps-white); }
.project-grid--dark .project-card__media { background: #282828; }
.project-grid--dark .project-card p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.project-grid--dark .project-card__link { color: var(--aps-brand-soft); }

.visual-proof__intro { max-width: 760px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.visual-proof__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.visual-proof__grid figure { margin: 0; }
.visual-proof__grid figure:nth-child(3), .visual-proof__grid figure:nth-child(4) { margin-top: 0; }
.visual-proof__grid img,
.visual-proof__grid figure:nth-child(2) img,
.visual-proof__grid figure:nth-child(3) img,
.visual-proof__grid .visual-proof__study img,
.visual-proof__grid .visual-proof__compact img,
.visual-proof__grid .visual-proof__study.visual-proof__compact img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #eee8df;
}
.visual-proof__grid .visual-proof__study,
.visual-proof__grid .visual-proof__compact { width: 100%; justify-self: stretch; }
.visual-proof__grid figcaption { max-width: 52ch; margin-top: .65rem; color: rgba(23,23,23,.64); font-size: .74rem; line-height: 1.4; }

.featured-product__intro { margin-bottom: clamp(3rem, 6vw, 5rem); }
.featured-product__intro h2 { max-width: 780px; }
.featured-product__intro .button { flex: 0 0 auto; }
.featured-product__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.featured-product__media { display: block; overflow: hidden; background: #d8c7a8; }
.featured-product__media img { width: 100%; max-height: 740px; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.featured-product__media:hover img { transform: scale(1.018); }
.featured-product__copy { max-width: 560px; }
.featured-product__price { color: var(--aps-brand); font-family: var(--aps-font-display); font-size: clamp(1.8rem, 3vw, 2.8rem); }
.featured-product__price del,
.woocommerce .price del,
.product-mobile-bar del,
.wc-block-components-product-price del,
.wc-block-components-product-price__regular {
  display: inline-block;
  margin-right: .28em;
  opacity: .56;
  font-size: .78em;
  text-decoration-line: line-through;
  text-decoration-color: currentColor;
  text-decoration-thickness: .08em;
  text-decoration-skip-ink: none;
}
.featured-product__price del .woocommerce-Price-amount,
.woocommerce .price del .woocommerce-Price-amount,
.product-mobile-bar del .woocommerce-Price-amount,
.wc-block-components-product-price del .woocommerce-Price-amount {
  text-decoration-line: line-through;
  text-decoration-thickness: .08em;
  text-decoration-skip-ink: none;
}
.featured-product__price ins,
.woocommerce .price ins,
.product-mobile-bar ins,
.wc-block-components-product-price ins {
  display: inline-block;
  color: var(--aps-brand);
  font-weight: inherit;
  text-decoration: none;
}
.featured-product__facts { margin-block: 1.5rem; border-top: 1px solid var(--aps-line); }
.featured-product__facts div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding-block: .8rem; border-bottom: 1px solid var(--aps-line); }
.featured-product__facts dt { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured-product__facts dd { margin: 0; }
.featured-product__benefits { display: grid; gap: .45rem; margin: 0 0 2rem; padding: 0; list-style: none; }
.featured-product__benefits li::before { content: "✓"; margin-right: .55rem; color: var(--aps-brand); font-weight: 800; }

.faq-section__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1.22fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.faq-section__grid > div:first-child { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--aps-line); }
.faq-list details { border-bottom: 1px solid var(--aps-line); }
.faq-list summary { position: relative; padding: 1.35rem 2.75rem 1.35rem 0; cursor: pointer; font-family: var(--aps-font-display); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.2; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 1.15rem; right: .2rem; color: var(--aps-brand); content: "+"; font-family: var(--aps-font-body); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 62ch; padding: 0 2.75rem 1.35rem 0; color: rgba(23,23,23,.7); }
.conversion-panel { border-top: 4px solid var(--aps-brand); color: var(--aps-white); background: var(--aps-ink); }
.conversion-panel__inner, .conversion-inline { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.conversion-panel h2, .conversion-inline h2 { max-width: 850px; margin-bottom: 0; }
.conversion-panel__inner > div:first-child { max-width: 850px; }
.conversion-panel__inner > div:first-child p:last-child { max-width: 65ch; margin: 1.25rem 0 0; color: rgba(255,255,255,.68); }
.text-link--light { color: var(--aps-white); }
.conversion-inline { margin-block: 2rem 8rem; border-block: 1px solid var(--aps-line); padding-block: 3rem; }

.page-hero, .project-hero { padding-block: clamp(4rem, 9vw, 9rem); }
.page-hero { max-width: 960px; margin-left: max(1rem, calc((100vw - 1240px) / 2)); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .4rem .65rem; padding-top: 1.25rem; color: rgba(23,23,23,.62); font-size: .75rem; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: var(--aps-brand); }
.projects-hero { padding-block: clamp(4rem, 9vw, 8rem); }
.projects-hero__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.projects-hero h1 { max-width: 900px; margin-bottom: 0; }
.projects-hero__aside { border-top: 1px solid var(--aps-line); padding-top: 1.25rem; }
.projects-hero__aside > p { color: rgba(23,23,23,.7); }
.projects-hero__aside strong { display: block; color: var(--aps-brand); font-family: var(--aps-font-display); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 400; line-height: .9; }
.projects-hero__aside span { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.projects-principles { color: var(--aps-white); background: var(--aps-ink); }
.projects-principles .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.projects-principles span { padding: 1.4rem clamp(.8rem, 2vw, 1.8rem); border-right: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.74); font-size: .76rem; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.projects-principles span:first-child { padding-left: 0; text-align: left; }
.projects-principles span:last-child { border-right: 0; }
.projects-index-heading { max-width: 820px; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.project-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 4vw, 4rem); align-items: start; }
.project-archive-grid > div:first-child { grid-column: 1 / -1; }
.project-archive-grid > div:first-child .project-card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); column-gap: clamp(2rem, 5vw, 5rem); align-items: end; }
.project-archive-grid > div:first-child .project-card__media { grid-row: 1 / 6; aspect-ratio: 16 / 9; margin-bottom: 0; }
.project-archive-grid > div:nth-child(even) { margin-top: clamp(0rem, 6vw, 6rem); }
.projects-pagination { margin-top: 4rem; }
.project-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .4fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.project-meta { margin: 0; border-top: 1px solid var(--aps-line); }
.project-meta div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--aps-line); padding-block: .85rem; }
.project-meta dt { font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.project-meta dd { margin: 0; text-align: right; }
.project-cover { margin-top: 0; }
.project-cover img { width: 100%; max-height: 82vh; aspect-ratio: 16 / 9; object-fit: cover; }
.project-story { display: grid; grid-template-columns: minmax(200px, .42fr) minmax(0, 1.1fr); gap: clamp(2rem, 8vw, 8rem); padding-block: clamp(4rem, 9vw, 8rem); }
.project-story aside { max-width: 320px; }
.project-story aside p:last-child { color: rgba(23,23,23,.68); }
.project-story .entry-content { font-size: 1.05rem; }
.project-story .entry-content > p:first-child { font-family: var(--aps-font-display); font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.2; }
.project-work { display: grid; grid-template-columns: minmax(160px, .35fr) 1fr; gap: 1.5rem; margin-top: 1.5rem; border-top: 1px solid var(--aps-line); padding-top: 1.5rem; }
.project-work h3 { font-size: clamp(1.5rem, 2vw, 2rem); }
.project-work p { margin-bottom: .65rem; }
.project-work small { color: var(--aps-brand); font-size: .75rem; font-weight: 750; letter-spacing: .04em; }
.entry-content > * { max-width: 100%; }
.entry-content > .alignwide { width: var(--aps-shell); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content > .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-card { border-bottom: 1px solid var(--aps-line); padding-block: 2rem; }
.project-gallery { padding-bottom: clamp(4rem, 8vw, 7rem); }
.project-gallery__header { max-width: 760px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.project-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.5rem); align-items: start; }
.project-gallery__item { margin: 0; overflow: hidden; background: #ece6dc; }
.project-gallery__item img { width: 100%; height: auto; }
.project-gallery__item:first-child { grid-column: 1 / -1; }
.project-gallery__item:first-child img { aspect-ratio: 16 / 9; object-fit: cover; }
.project-gallery__item figcaption { padding: .65rem .1rem 0; color: rgba(23,23,23,.64); background: var(--aps-paper); font-size: .74rem; line-height: 1.4; }
.project-conversion { display: grid; grid-template-columns: minmax(0, 1.2fr) auto; gap: 2rem; align-items: end; margin-bottom: clamp(4rem, 9vw, 8rem); border-block: 1px solid var(--aps-line); padding-block: clamp(2.5rem, 5vw, 4rem); }
.project-conversion h2 { max-width: 820px; }
.project-conversion p:not(.eyebrow) { max-width: 65ch; color: rgba(23,23,23,.68); }
.project-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.related-projects .section-heading .text-link { color: var(--aps-white); }

.contact-layout { display: grid; grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.contact-intro { position: sticky; top: 110px; }
.process-list { display: grid; gap: 1.4rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid var(--aps-line); }
.process-list span { font-family: var(--aps-font-display); color: var(--aps-accent); }
.contact-form-card { padding: clamp(1.4rem, 4vw, 3rem); background: var(--aps-white); box-shadow: 0 1rem 3rem rgba(23, 23, 23, .06); }
.project-brief__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.25rem; }
.field { margin: 0; }
.field--wide, .field--consent { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: .35rem; font-size: .86rem; font-weight: 700; }
.field input:not([type="checkbox"]), .field select, .field textarea { width: 100%; min-height: 50px; padding: .75rem .85rem; border: 1px solid var(--aps-line); border-radius: 0; color: var(--aps-ink); background: #fff; font: inherit; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--aps-accent); outline-offset: 1px; }
.field--trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field--consent { margin-block: 1.25rem; }
.field--consent label { font-weight: 400; }
.form-notice { margin-bottom: 1.25rem; padding: 1rem; border: 1px solid currentColor; }
.form-notice--success { color: #215c3e; background: #eef8f2; }
.form-notice--error { color: #8c2f20; background: #fff0ed; }

.product-facts { margin-block: 1.5rem; border-top: 1px solid var(--aps-line); }
.product-facts div { display: grid; grid-template-columns: minmax(130px, .7fr) 1.3fr; gap: 1rem; padding-block: .7rem; border-bottom: 1px solid var(--aps-line); }
.product-facts dt { font-size: .75rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.product-facts dd { margin: 0; }
.product-benefits { display: grid; gap: .55rem; margin: 1.4rem 0; padding: 1rem 1.1rem; border: 1px solid color-mix(in srgb, var(--aps-brand) 28%, var(--aps-line)); color: var(--aps-ink); background: color-mix(in srgb, var(--aps-brand) 6%, var(--aps-paper)); font-size: .84rem; font-weight: 700; list-style: none; }
.product-benefits li::before { content: "✓"; margin-right: .5rem; color: var(--aps-brand); font-weight: 800; }
.product-assurance { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.35rem; }
.product-assurance > div { display: grid; gap: .2rem; border-left: 2px solid var(--aps-brand); padding-left: .8rem; }
.product-assurance strong { font-size: .78rem; }
.product-assurance span { color: rgba(23,23,23,.64); font-size: .72rem; line-height: 1.4; }
.anchor-target { position: relative; top: -110px; display: block; visibility: hidden; }
.woocommerce div.product .product_title { font-family: var(--aps-font-display); font-size: clamp(2.3rem, 4vw, 4.3rem); font-weight: 400; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--aps-accent); font-family: var(--aps-font-display); font-size: clamp(1.6rem, 2.5vw, 2.35rem); }
.woocommerce-Price-amount { display: inline-block; direction: ltr; unicode-bidi: isolate; }
.woocommerce span.onsale { min-width: 3.5rem; min-height: 3.5rem; display: inline-grid; place-items: center; padding: .45rem; color: var(--aps-white); background: var(--aps-brand); font-size: .75rem; line-height: 1.1; }
.woocommerce button.button.alt, .woocommerce a.button.alt { border: 1px solid var(--aps-ink); border-radius: 0; color: var(--aps-white); background: var(--aps-ink); }
.woocommerce div.product div.images { width: 53%; }
.woocommerce div.product div.summary { position: static; width: 40%; margin-bottom: 5rem; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--aps-line); }
.woocommerce div.product form.cart .quantity .qty { min-height: 50px; border: 1px solid var(--aps-line); background: var(--aps-white); font: inherit; }
.woocommerce div.product form.cart .single_add_to_cart_button { flex: 1 1 250px; min-height: 50px; }
.woocommerce div.product .woocommerce-product-details__short-description { color: rgba(23,23,23,.72); font-size: 1.02rem; }
.woocommerce div.product .stock { display: inline-flex; width: 100%; margin-bottom: .25rem; color: #215c3e; font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.aps-whatsapp-order { width: 100%; margin-top: .75rem; }
.woocommerce .aps-whatsapp-order a.button.alt { width: 100%; border-color: var(--aps-brand); color: var(--aps-brand); background: transparent; }
.woocommerce .aps-whatsapp-order a.button.alt:hover, .woocommerce .aps-whatsapp-order a.button.alt:focus-visible { border-color: var(--aps-brand); color: var(--aps-white); background: var(--aps-brand); }
.aps-whatsapp-order small { display: block; margin-top: .5rem; color: rgba(23,23,23,.58); font-size: .7rem; }
.product-description-editorial, .product-service-details, .product-guidance, .product-faq { clear: both; display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 8vw, 8rem); padding-block: clamp(3.5rem, 8vw, 7rem); border-top: 1px solid var(--aps-line); }
.product-description-editorial .product-description-editorial__content { font-size: clamp(1.15rem, 2vw, 1.45rem); }
.product-description-editorial .product-description-editorial__content p:first-child { margin-top: 0; }
.product-service-details > div:first-child > p:last-child { max-width: 48ch; color: rgba(23,23,23,.66); }
.product-service-details__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; border-top: 1px solid var(--aps-line); }
.product-service-details__grid > div { min-height: 150px; padding: 1.25rem 1.25rem 1.25rem 0; border-bottom: 1px solid var(--aps-line); }
.product-service-details__grid > div:nth-child(odd) { border-right: 1px solid var(--aps-line); }
.product-service-details__grid > div:nth-child(even) { padding-left: 1.25rem; }
.product-service-details__grid dt { margin-bottom: .65rem; color: var(--aps-brand); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-service-details__grid dd { margin: 0; color: rgba(23,23,23,.76); font-size: .9rem; line-height: 1.55; }
.product-service-details__policy { grid-column: 2; margin: -1.5rem 0 0; }
.product-guidance h2, .product-faq h2 { max-width: 650px; }
.product-guidance > div:last-child > p { max-width: 62ch; color: rgba(23,23,23,.7); }
.product-faq { padding-bottom: 2rem; }
.related-works { clear: both; padding-block: clamp(3.5rem, 8vw, 7rem); border-top: 1px solid var(--aps-line); }
.related-works__empty { max-width: 62ch; color: rgba(23,23,23,.68); }
.product-mobile-bar { display: none; }
.woocommerce-shell { width: var(--aps-shell); margin-inline: auto; }
.woocommerce-shell .woocommerce-breadcrumb { margin-bottom: 2rem; color: rgba(23, 23, 23, .66); font-size: .86rem; }
.woocommerce-shell .woocommerce-products-header { max-width: 960px; margin-bottom: 0; }
.woocommerce-shell .woocommerce-products-header h1 { margin-bottom: .35em; }
.collection-header { max-width: 1040px; margin-bottom: clamp(1.5rem, 3.5vw, 3rem); }
.collection-header h1 { max-width: 1010px; margin-bottom: .35em; font-size: clamp(3rem, 5.6vw, 5.35rem); }
.collection-header > p:last-child { max-width: 68ch; color: rgba(23,23,23,.68); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.shop-intro { max-width: 940px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.shop-intro > p { max-width: 66ch; color: rgba(23,23,23,.7); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.shop-benefits { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; padding-block: 1rem; border-block: 1px solid var(--aps-line); color: rgba(23,23,23,.7); font-size: .78rem; }
.shop-benefits span::before { content: "✓"; margin-right: .45rem; color: var(--aps-brand); font-weight: 800; }
.collection-filters { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; float: left; margin-bottom: 2rem; }
.collection-filters span { margin-right: .35rem; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.collection-filters a { padding: .45rem .7rem; border: 1px solid var(--aps-line); font-size: .72rem; text-decoration: none; }
.collection-filters a:hover, .collection-filters a:focus-visible, .collection-filters a[aria-current="page"] { border-color: var(--aps-brand); color: var(--aps-white); background: var(--aps-brand); }
.woocommerce-shell ul.products { clear: both; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 4rem) clamp(1.25rem, 3vw, 2.5rem); margin: 0; padding: 0; }
.woocommerce-shell ul.products::before, .woocommerce-shell ul.products::after { display: none; }
.woocommerce-shell ul.products li.product { float: none; width: auto; margin: 0; padding: 0; }
.aps-product-card__media { position: relative; display: block; overflow: hidden; margin-bottom: 1.25rem; background: #ded6ca; }
.woocommerce-shell ul.products li.product .aps-product-card__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; margin: 0; transition: transform 550ms cubic-bezier(.2,.7,.2,1); }
.aps-product-card__media:hover img, .aps-product-card__media:focus-visible img { transform: scale(1.018); }
.aps-product-card__badge { position: absolute; top: .8rem; left: .8rem; max-width: calc(100% - 1.6rem); padding: .45rem .6rem; color: var(--aps-white); background: rgba(23,23,23,.9); font-size: .63rem; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.woocommerce-shell ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--aps-font-display); font-size: clamp(1.55rem, 2.2vw, 2.2rem); font-weight: 400; }
.woocommerce-shell ul.products li.product .woocommerce-loop-product__title a { text-decoration: none; }
.aps-product-card__facts { margin: 1rem 0; border-top: 1px solid var(--aps-line); }
.aps-product-card__facts > div { display: grid; grid-template-columns: 6rem minmax(0, 1fr); gap: .75rem; padding-block: .65rem; border-bottom: 1px solid var(--aps-line); }
.aps-product-card__facts dt { font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.aps-product-card__facts dd { margin: 0; color: rgba(23,23,23,.7); font-size: .77rem; line-height: 1.45; }
.aps-product-card__purchase { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-block: 1rem; }
.aps-product-card__availability { max-width: 10rem; color: #215c3e; font-size: .64rem; font-weight: 800; letter-spacing: .05em; line-height: 1.35; text-align: right; text-transform: uppercase; }
.aps-product-card__availability.is-unavailable { color: #8c2f20; }
.aps-product-card__link { display: inline-flex; margin-top: .25rem; }
.woocommerce-shell .woocommerce-result-count, .woocommerce-shell .woocommerce-ordering { margin-bottom: 2rem; }
.woocommerce-shell ul.products li.product .price { color: var(--aps-brand); font-family: var(--aps-font-display); font-size: 1.45rem; }
.shop-custom-cta { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-top: clamp(4rem, 9vw, 8rem); border-block: 1px solid var(--aps-line); padding-block: clamp(2.5rem, 5vw, 4rem); }
.shop-custom-cta h2 { max-width: 760px; margin-bottom: 0; }

.woocommerce-cart .page-hero, .woocommerce-checkout .page-hero { padding-block: clamp(2rem, 5vw, 4.5rem); }
.woocommerce-cart .page-hero h1, .woocommerce-checkout .page-hero h1 { font-size: clamp(2.35rem, 5vw, 4.5rem); }
.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content { width: var(--aps-shell); margin-inline: auto; }
.woocommerce-checkout .wc-block-checkout, .woocommerce-cart .wc-block-cart { margin-bottom: clamp(4rem, 8vw, 7rem); }
.woocommerce-checkout .wc-block-components-title, .woocommerce-cart .wc-block-components-title { font-family: var(--aps-font-display); font-weight: 400; }
.commerce-reassurance { display: grid; gap: .2rem; width: 100%; max-width: var(--aps-shell); margin: 0 auto 2rem; padding: 1rem 1.2rem; border-left: 3px solid var(--aps-brand); color: var(--aps-ink); background: color-mix(in srgb, var(--aps-brand) 7%, var(--aps-paper)); }
.commerce-reassurance strong { font-size: .86rem; }
.commerce-reassurance span { color: rgba(23,23,23,.68); font-size: .78rem; }
.woocommerce-checkout .wc-block-components-checkout-step__heading, .woocommerce-cart .wc-block-cart-items__header { min-height: 0; }
.woocommerce-checkout .wc-block-components-address-form__postcode { opacity: .85; }

.site-footer { border-top: 4px solid var(--aps-brand); padding-top: 5rem; color: var(--aps-white); background: var(--aps-ink); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; padding-bottom: 4rem; }
.site-footer h2 { max-width: 680px; }
.site-footer ul { margin: 0 0 1.5rem; padding: 0; list-style: none; }
.site-footer__legal { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.2); padding-block: 1.25rem; font-size: .8rem; }
.site-footer__legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1.25rem; }

.has-reveal [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 480ms ease, transform 480ms cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.has-reveal [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.has-reveal [data-image-reveal] { opacity: .45; filter: blur(9px); transform: scale(1.015); transition: opacity 420ms ease, filter 500ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
.has-reveal [data-image-reveal].is-loaded { opacity: 1; filter: blur(0); transform: scale(1); }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .site-header__utility { margin-left: auto; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; margin-left: 0; padding: 1.5rem 1rem 2rem; border-bottom: 1px solid var(--aps-line); background: var(--aps-paper); }
  .site-nav[data-open] { display: flex; }
  .site-nav ul { align-items: stretch; flex-direction: column; }
  .site-nav a { padding-block: .45rem; }
  .site-nav .header-shop-cta, .site-nav .header-project-cta { width: 100%; min-height: 48px; }
  .hero { min-height: auto; }
  .hero__grid, .services-grid, .project-hero, .contact-layout, .feature-story__grid, .featured-product__grid, .faq-section__grid, .projects-hero__grid, .project-story, .product-description-editorial, .product-guidance, .product-faq { grid-template-columns: 1fr; }
	.contact-intro { position: static; }
  .faq-section__grid > div:first-child { position: static; }
  .hero__art, .hero__carousel, .hero__image { min-height: 60vw; height: 60vw; }
  .feature-story__media img { aspect-ratio: 16 / 10; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid > div:first-child { grid-column: 1 / -1; }
  .project-archive-grid > div:first-child .project-card { grid-template-columns: 1fr; }
  .project-archive-grid > div:first-child .project-card__media { grid-row: auto; margin-bottom: 1.25rem; }
  .project-story aside { max-width: 620px; }
  .project-conversion { grid-template-columns: 1fr; align-items: start; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { position: static; width: 100%; }
  .woocommerce div.product div.summary { margin-bottom: 3rem; }
  .service-card { min-height: 270px; }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-steps article:nth-child(2) { border-right: 0; }
  .process-steps article:nth-child(-n+2) { border-bottom: 1px solid var(--aps-line); }
  .process-steps article:nth-child(3) { padding-left: 0; }
  .featured-product__copy { max-width: 680px; }
}

@media (max-width: 620px) {
  .section { padding-block: 4rem; }
  .hero__grid { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero__media { order: -1; }
  .hero__art, .hero__carousel, .hero__image { min-height: 66vw; height: 66vw; }
  .hero__art, .hero__carousel { box-shadow: 1rem 1rem 0 rgba(121, 77, 48, 0.16); }
  .hero__carousel .hero__art { box-shadow: none; }
  .hero__caption { font-size: .72rem; }
  .hero__trust { display: grid; gap: .45rem; }
  .brand__logo { width: 7.5rem; }
  .stats, .project-grid, .services-grid, .site-footer__grid, .woocommerce-shell ul.products, .proof-strip__grid, .process-steps, .visual-proof__grid, .project-archive-grid { grid-template-columns: 1fr; }
  .projects-hero { padding-block: 3.5rem; }
  .projects-principles .shell { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .projects-principles span, .projects-principles span:first-child { padding: 1rem .65rem; border-bottom: 1px solid rgba(255,255,255,.18); text-align: left; }
  .projects-principles span:nth-child(2) { border-right: 0; }
  .projects-principles span:nth-child(n+3) { border-bottom: 0; }
  .project-archive-grid > div:first-child { grid-column: auto; }
  .project-archive-grid > div:nth-child(even) { margin-top: 0; }
  .project-work { grid-template-columns: 1fr; gap: .25rem; }
  .project-cover img { aspect-ratio: 4 / 3; }
  .project-gallery__item:first-child { grid-column: auto; }
  .project-gallery__item:first-child img { aspect-ratio: auto; object-fit: contain; }
  .proof-strip { padding-block: 1rem; }
  .proof-strip__grid > div { padding: 1rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .proof-strip__grid > div:last-child { border-bottom: 0; }
  .proof-strip strong { font-size: 2rem; }
  .section-heading, .conversion-panel__inner, .conversion-inline, .site-footer__legal { align-items: flex-start; flex-direction: column; }
  .process-steps article, .process-steps article:first-child, .process-steps article:nth-child(3) { min-height: 0; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--aps-line); }
  .process-steps article:last-child { border-bottom: 0; }
  .process-steps span { margin-bottom: 1.5rem; }
  .visual-proof__grid figure:nth-child(3), .visual-proof__grid figure:nth-child(4) { margin-top: 0; }
  .visual-proof__grid img, .visual-proof__grid figure:nth-child(2) img, .visual-proof__grid figure:nth-child(3) img { aspect-ratio: 16 / 9; }
  .visual-proof__grid .visual-proof__study { width: 100%; justify-self: stretch; }
  .featured-product__media img { max-height: none; aspect-ratio: 5 / 4; }
  .product-assurance { grid-template-columns: 1fr; }
  .product-description-editorial, .product-service-details, .product-guidance, .product-faq { grid-template-columns: 1fr; gap: 1.25rem; padding-block: 3.5rem; }
  .product-service-details__grid { grid-template-columns: 1fr; }
  .product-service-details__grid > div { min-height: 0; padding: 1rem 0; border-right: 0 !important; }
  .product-service-details__grid > div:nth-child(even) { padding-left: 0; }
  .product-service-details__policy { grid-column: auto; margin-top: 0; }
  .collection-header h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .shop-benefits { display: grid; gap: .5rem; }
  .shop-custom-cta { align-items: flex-start; flex-direction: column; }
  .faq-list summary { padding-right: 2rem; font-size: 1.35rem; }
  .faq-list details p { padding-right: 1rem; }
  .project-card__media { aspect-ratio: 5 / 4; }
	.project-brief__grid { grid-template-columns: 1fr; }
	.field--wide, .field--consent { grid-column: auto; }
	.project-gallery__grid { grid-template-columns: 1fr; }
	.woocommerce-cart .page-hero, .woocommerce-checkout .page-hero { padding-block: 2.25rem 1.5rem; }
	.woocommerce-cart .page-hero h1, .woocommerce-checkout .page-hero h1 { margin-bottom: 0; font-size: 2.2rem; }
	.woocommerce-checkout .wc-block-checkout, .woocommerce-cart .wc-block-cart { margin-bottom: 4rem; }
	.commerce-reassurance { width: calc(100% - 2rem); }
	.single-product { padding-bottom: 84px; }
	.product-mobile-bar { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: .65rem; padding: .6rem .75rem; border-top: 1px solid var(--aps-line); background: color-mix(in srgb, var(--aps-paper) 96%, transparent); box-shadow: 0 -.5rem 2rem rgba(23,23,23,.08); backdrop-filter: blur(14px); }
	.product-mobile-bar > div:first-child { min-width: 88px; display: grid; }
	.product-mobile-bar small { color: #215c3e; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
	.product-mobile-bar strong { font-family: var(--aps-font-display); font-size: 1.05rem; font-weight: 400; white-space: nowrap; }
	.product-mobile-bar .price { margin: 0; }
	.product-mobile-bar del { display: inline-block; }
	.product-mobile-bar ins { text-decoration: none; }
	.product-mobile-bar__actions { display: flex; align-items: center; gap: .45rem; }
	.product-mobile-bar__actions .button { min-height: 42px; display: inline-flex; align-items: center; padding-inline: .8rem; }
	.product-mobile-bar__whatsapp { min-height: 42px; display: inline-flex; align-items: center; padding-inline: .65rem; border: 1px solid var(--aps-brand); color: var(--aps-brand); font-size: .7rem; font-weight: 800; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .has-reveal [data-reveal] { opacity: 1; transform: none; }
  .has-reveal [data-image-reveal] { opacity: 1; filter: none; transform: none; }
}
