:root {
  --deep: #01403a;
  --green: #02735e;
  --moss: #748c5d;
  --sand: #d7b590;
  --mist: #f2f2f2;
  --paper: #fbfaf7;
  --ink: #17211f;
  --muted: #66726f;
  --line: rgba(1, 64, 58, .14);
  --radius: 1.4rem;
  --shadow: 0 24px 70px rgba(1, 64, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; transform: translateY(-150%); background: #fff; padding: .7rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; min-width: 210px; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.brand-copy { line-height: 1.1; }
.brand-copy strong { display: block; font-size: 1.02rem; letter-spacing: .04em; }
.brand-copy span { font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; opacity: .76; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links > a { text-decoration: none; font-size: .92rem; font-weight: 700; }
.nav-links > a:hover, .nav-links > a:focus-visible { color: var(--sand); }
.lang { display: flex; align-items: center; gap: .18rem; padding: .22rem; background: rgba(255,255,255,.1); border-radius: 99px; }
.lang a { min-width: 2.25rem; padding: .34rem .5rem; text-decoration: none; text-align: center; border-radius: 99px; font-size: .75rem; font-weight: 800; }
.lang a[aria-current="page"] { color: var(--deep); background: #fff; }
.nav-cta { padding: .72rem 1.05rem; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
  background: var(--deep);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1,35,32,.91) 0%, rgba(1,48,43,.64) 45%, rgba(1,48,43,.12) 82%),
    linear-gradient(0deg, rgba(1,35,32,.86), transparent 52%),
    url("hero-ahu-tongariki.webp") center 44% / cover;
  transform: scale(1.015);
}
.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 80px;
  border: 1px solid rgba(215,181,144,.44);
  border-radius: 50%;
}
.hero-content { position: relative; z-index: 2; padding: 10.5rem 0 4.5rem; }
.eyebrow { margin: 0 0 .85rem; color: var(--sand); font-size: .77rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 790px; margin-bottom: 1.35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 7vw, 6.6rem); font-weight: 500; }
.hero-lead { max-width: 640px; margin: 0 0 2rem; color: rgba(255,255,255,.84); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 50px; padding: .78rem 1.25rem; border: 1px solid transparent; border-radius: 99px; text-decoration: none; font-size: .92rem; font-weight: 850; cursor: pointer; }
.btn-primary { color: var(--deep); background: var(--sand); }
.btn-primary:hover { background: #e5c7a5; transform: translateY(-1px); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.btn-secondary:hover { background: rgba(255,255,255,.13); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 700px; gap: 0; margin-top: 4.2rem; border-top: 1px solid rgba(255,255,255,.2); }
.proof-item { padding: 1.2rem 1.25rem 0 0; }
.proof-item + .proof-item { padding-left: 1.25rem; border-left: 1px solid rgba(255,255,255,.2); }
.proof-item strong { display: block; font-family: Georgia, serif; font-size: 1.85rem; font-weight: 500; }
.proof-item span { color: rgba(255,255,255,.65); font-size: .8rem; }
.photo-credit { position: absolute; z-index: 2; right: 1.25rem; bottom: 1rem; max-width: 420px; color: rgba(255,255,255,.55); font-size: .7rem; text-align: right; }
.photo-credit a { text-underline-offset: 2px; }

.service-ribbon { position: relative; z-index: 3; margin-top: -1px; color: #fff; background: var(--deep); border-top: 1px solid rgba(255,255,255,.14); }
.ribbon-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.ribbon-item { min-height: 88px; display: grid; place-items: center; padding: 1rem; border-right: 1px solid rgba(255,255,255,.12); text-align: center; font-size: .83rem; font-weight: 800; letter-spacing: .02em; }
.ribbon-item:first-child { border-left: 1px solid rgba(255,255,255,.12); }

.section { padding: 7rem 0; }
.section-soft { background: var(--mist); }
.section-deep { color: #fff; background: var(--deep); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-kicker { color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-deep .section-kicker { color: var(--sand); }
h2 { max-width: 760px; margin-bottom: 0; color: var(--deep); font-family: Georgia, serif; font-size: clamp(2.35rem, 5vw, 4.4rem); font-weight: 500; }
.section-deep h2 { color: #fff; }
.section-intro { max-width: 540px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-deep .section-intro { color: rgba(255,255,255,.7); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 285px; padding: 1.7rem; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2.4rem; color: var(--green); background: rgba(2,115,94,.09); border-radius: 50%; font-weight: 900; }
.service-card h3 { margin-bottom: .65rem; color: var(--deep); font-size: 1.3rem; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured { color: #fff; background: var(--green); }
.service-card.featured .service-number { color: var(--deep); background: var(--sand); }
.service-card.featured h3 { color: #fff; }
.service-card.featured p { color: rgba(255,255,255,.78); }

.partnership-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 5rem; align-items: center; }
.image-frame { position: relative; }
.image-frame img { width: 100%; min-height: 540px; object-fit: cover; border-radius: 48% 48% var(--radius) var(--radius); box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; inset: -18px 24px 30px -18px; z-index: -1; border: 1px solid var(--sand); border-radius: 50% 50% var(--radius) var(--radius); }
.image-caption { margin-top: .65rem; color: var(--muted); font-size: .69rem; }
.image-caption a { text-underline-offset: 2px; }
.steps { display: grid; gap: 1.6rem; margin-top: 2.4rem; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; }
.step-index { display: grid; place-items: center; width: 42px; height: 42px; color: var(--deep); background: var(--sand); border-radius: 50%; font-weight: 900; }
.step h3 { margin: 0 0 .25rem; color: var(--deep); font-size: 1.1rem; }
.step p { margin: 0; color: var(--muted); }

.difference-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 5rem; align-items: start; }
.difference-list { border-top: 1px solid rgba(255,255,255,.2); }
.difference-item { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.difference-item span { color: var(--sand); font-weight: 900; }
.difference-item p { margin: 0; color: rgba(255,255,255,.82); }
.statement { position: sticky; top: 2rem; padding: 2.2rem; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); }
.statement p { margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(1.55rem, 3vw, 2.5rem); line-height: 1.25; }
.statement small { color: rgba(255,255,255,.6); }

.culture-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 1rem; }
.culture-photo { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); }
.culture-photo img { width: 100%; height: 100%; object-fit: cover; }
.culture-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(1,64,58,.8), transparent 60%); }
.culture-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 3rem; color: #fff; background: var(--green); border-radius: var(--radius); }
.culture-copy h2 { color: #fff; }
.culture-copy p { max-width: 560px; color: rgba(255,255,255,.8); }
.culture-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.culture-tags span { padding: .45rem .75rem; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; font-size: .78rem; }

.testimonials { overflow: hidden; }
.quotes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.quote { margin: 0; padding: 2.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.quote-stars { margin-bottom: 1.3rem; color: #a06f2e; letter-spacing: .25em; }
.quote blockquote { margin: 0 0 2rem; color: var(--deep); font-family: Georgia, serif; font-size: clamp(1.25rem, 2.3vw, 1.7rem); line-height: 1.45; }
.quote footer strong { display: block; color: var(--deep); }
.quote footer span { color: var(--muted); font-size: .9rem; }

.blog-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 1rem; }
.article-card { min-height: 420px; display: flex; flex-direction: column; overflow: hidden; color: inherit; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.article-card img { width: 100%; height: 210px; object-fit: cover; }
.article-card:first-child img { height: 270px; }
.article-body { flex: 1; display: flex; flex-direction: column; padding: 1.4rem; }
.article-meta { color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: .65rem 0 .75rem; color: var(--deep); font-size: 1.35rem; }
.article-card p { margin: 0; color: var(--muted); }
.article-link { margin-top: auto; padding-top: 1.2rem; color: var(--green); font-weight: 850; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: start; }
.contact-note { color: rgba(255,255,255,.72); }
.contact-points { display: grid; gap: 1rem; margin-top: 2rem; }
.contact-point { padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-point strong { display: block; color: var(--sand); }
.contact-point span { color: rgba(255,255,255,.7); }
.contact-form { padding: 2rem; color: var(--ink); background: #fff; border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--deep); font-size: .82rem; font-weight: 850; }
.field input, .field textarea, .field select { width: 100%; min-height: 50px; padding: .75rem .9rem; border: 1px solid #cad3d0; border-radius: .75rem; background: #fff; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(2,115,94,.18); border-color: var(--green); }
.form-actions { display: flex; align-items: center; gap: 1rem; margin-top: 1.2rem; }
.form-status { min-height: 1.5rem; color: var(--green); font-size: .9rem; }

.gallery-section { overflow: hidden; background: var(--paper); }
.gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.4rem; }
.gallery-head .section-intro { margin-top: 1rem; }
.gallery-controls { display: flex; gap: .65rem; flex: 0 0 auto; }
.gallery-button { width: 52px; height: 52px; display: grid; place-items: center; color: var(--deep); background: transparent; border: 1px solid rgba(1,64,58,.32); border-radius: 50%; cursor: pointer; font-size: 1.35rem; transition: color .2s ease, background .2s ease, transform .2s ease; }
.gallery-button:hover, .gallery-button:focus-visible { color: #fff; background: var(--green); transform: translateY(-2px); }
.gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: min(72vw, 850px); gap: 1rem; padding: 0 max(1.25rem, calc((100vw - 1180px) / 2)) 1.2rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--moss) rgba(1,64,58,.1); }
.gallery-track:focus-visible { outline: 3px solid rgba(2,115,94,.25); outline-offset: 4px; }
.gallery-slide { position: relative; height: clamp(390px, 55vw, 650px); margin: 0; overflow: hidden; background: var(--deep); border-radius: var(--radius); scroll-snap-align: center; }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-slide:hover img { transform: scale(1.018); }
.gallery-slide figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .4rem .72rem; color: #fff; background: rgba(1,45,41,.72); border: 1px solid rgba(255,255,255,.25); border-radius: 99px; font-size: .75rem; font-weight: 850; backdrop-filter: blur(8px); }

.site-footer { padding: 3.5rem 0 2rem; color: rgba(255,255,255,.74); background: #002d29; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .55fr 1fr; gap: 2.5rem; }
.footer-brand { max-width: 420px; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-links { display: grid; align-content: start; gap: .55rem; }
.footer-links strong { color: var(--sand); margin-bottom: .4rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-contact a span { color: rgba(255,255,255,.52); }
.article-footer-grid { grid-template-columns: 1fr minmax(290px, .75fr); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }

.whatsapp-float { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 50; min-height: 56px; display: inline-flex; align-items: center; gap: .65rem; padding: .75rem 1rem; color: #fff; background: #1f9d62; border: 2px solid rgba(255,255,255,.92); border-radius: 99px; box-shadow: 0 14px 36px rgba(0,45,37,.3); text-decoration: none; font-size: .84rem; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { color: #fff; background: #168452; transform: translateY(-2px); }
.whatsapp-float svg { width: 27px; height: 27px; flex: 0 0 auto; fill: currentColor; }

.article-page .site-header { position: relative; background: var(--deep); }
.article-page .nav-links > a { white-space: nowrap; }
.article-hero { padding: 6rem 0 4rem; color: #fff; background: var(--deep); }
.article-hero .article-meta { color: var(--sand); }
.article-hero h1 { max-width: 980px; margin: .8rem 0 1.25rem; font-size: clamp(2.8rem, 6.5vw, 5.8rem); }
.article-hero .article-deck { max-width: 780px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.article-cover { overflow: hidden; background: var(--deep); }
.article-cover img { width: 100%; height: min(62vw, 610px); object-fit: cover; }
.article-cover small { display: block; padding: .55rem max(1.25rem, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.62); background: var(--deep); font-size: .7rem; text-align: right; }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) minmax(230px, 1fr); gap: 5rem; align-items: start; padding-top: 5.5rem; padding-bottom: 6.5rem; }
.article-content { font-size: 1.08rem; }
.article-content > p:first-child { color: var(--deep); font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.55; }
.article-content h2 { margin: 3.2rem 0 1rem; font-size: clamp(2rem, 4vw, 3rem); }
.article-content h3 { margin: 2rem 0 .55rem; color: var(--deep); font-size: 1.25rem; }
.article-content p, .article-content li { color: #46514e; }
.article-content ul, .article-content ol { padding-left: 1.25rem; }
.article-content li + li { margin-top: .7rem; }
.article-note { margin: 2.2rem 0; padding: 1.4rem 1.5rem; color: var(--deep); background: rgba(215,181,144,.25); border-left: 4px solid var(--sand); border-radius: 0 .8rem .8rem 0; }
.article-photo-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 2.6rem 0 3.4rem; }
.article-photo-strip.single { grid-template-columns: 1fr; }
.article-photo-strip figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: var(--mist); border-radius: var(--radius); }
.article-photo-strip.single figure { min-height: 440px; }
.article-photo-strip img { width: 100%; height: 100%; object-fit: cover; }
.article-photo-strip figcaption { position: absolute; right: .75rem; bottom: .75rem; padding: .32rem .58rem; color: #fff; background: rgba(1,45,41,.72); border-radius: 99px; font-size: .7rem; font-weight: 800; backdrop-filter: blur(8px); }
.article-aside { position: sticky; top: 2rem; display: grid; gap: 1rem; }
.article-aside-card { padding: 1.4rem; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); }
.article-aside-card h2 { margin: 0 0 .75rem; font-family: inherit; font-size: 1rem; font-weight: 900; letter-spacing: .04em; }
.article-aside-card p { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.article-aside-card a:not(.btn) { display: block; padding: .45rem 0; color: var(--green); font-size: .88rem; font-weight: 800; text-underline-offset: 3px; }
.article-cta { margin-top: 3.5rem; padding: 2rem; color: #fff; background: var(--green); border-radius: var(--radius); }
.article-cta h2 { margin-top: 0; color: #fff; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.article-cta p { color: rgba(255,255,255,.8); }
.article-cta .btn { margin-top: .5rem; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-links { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; background: var(--deep); opacity: 0; pointer-events: none; transform: translateY(-1rem); transition: .25s ease; }
  .menu-open .nav-links { z-index: 30; opacity: 1; pointer-events: auto; transform: translateY(0); }
  .menu-open .menu-toggle { position: fixed; right: 1.25rem; z-index: 40; }
  .nav-links > a { font-size: 1.35rem; }
  .section-head, .partnership-grid, .difference-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .culture-grid { grid-template-columns: 1fr; }
  .culture-photo { min-height: 420px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid .article-card:first-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .statement { position: static; }
  .article-shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .article-aside { position: static; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 1.4rem, 1180px); }
  .brand-copy span { display: none; }
  .hero { min-height: 720px; }
  .hero::before { background: linear-gradient(0deg, rgba(1,35,32,.94), rgba(1,48,43,.28)), url("hero-ahu-tongariki.webp") 62% center / cover; }
  .hero-content { padding: 8rem 0 3rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .hero-proof { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .proof-item { padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.15); }
  .proof-item + .proof-item { padding-left: 0; border-left: 0; }
  .photo-credit { display: none; }
  .ribbon-grid { grid-template-columns: 1fr 1fr; }
  .ribbon-item { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 4.7rem 0; }
  .section-head { margin-bottom: 2rem; }
  h2 { font-size: clamp(2.2rem, 11vw, 3.3rem); }
  .services-grid, .quotes-grid, .blog-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .blog-grid .article-card:first-child, .footer-brand { grid-column: auto; }
  .image-frame img { min-height: 420px; }
  .culture-copy, .contact-form { padding: 1.4rem; }
  .footer-bottom { flex-direction: column; }
  .gallery-head { align-items: start; }
  .gallery-track { grid-auto-columns: calc(100vw - 2.8rem); padding-inline: .7rem; }
  .gallery-slide { height: min(112vw, 560px); }
  .gallery-controls { padding-top: .35rem; }
  .whatsapp-float { width: 58px; height: 58px; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .article-hero { padding: 4rem 0 3rem; }
  .article-shell { padding-top: 3.5rem; padding-bottom: 4.5rem; }
  .article-aside { grid-template-columns: 1fr; }
  .article-cover img { height: 58vw; min-height: 280px; }
  .article-photo-strip { grid-template-columns: 1fr; }
  .article-photo-strip figure, .article-photo-strip.single figure { min-height: 300px; }
}

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