/* =========================================================
   Kunstatelier Anett – Maritimes Design
   Warmes Creme · Navy · Terrakotta-Akzent · Pastellmalerei
   ========================================================= */

:root {
  --bg:          #F6F1E8;
  --bg-alt:      #FBF8F1;
  --ink:         #213A4B;
  --muted:       #6E7782;
  --line:        #E7DECF;
  --accent:      #C2724F;
  --accent-dark: #A85C3C;
  --sage:        #9FB0A4;
  --navy:        #21384A;
  --navy-dark:   #16252F;
  --white:       #FFFFFF;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-script:  "Sacramento", "Brush Script MT", cursive;

  --maxw: 1180px;
  --radius: 12px;
  --shadow: 0 22px 55px -30px rgba(20, 40, 55, 0.40);
  --shadow-sm: 0 10px 30px -18px rgba(20, 40, 55, 0.35);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; letter-spacing: 0.01em; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 4vw, 3rem); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-body);
  text-transform: uppercase; letter-spacing: 0.26em;
  font-size: 0.72rem; font-weight: 600; color: var(--accent);
}
.eyebrow svg { width: 18px; height: 18px; }
.eyebrow--light { color: rgba(255,255,255,0.92); }

.wave-accent { display: block; color: var(--accent); margin: 0.85rem 0 1.1rem; }
.section-head.center .wave-accent, .page-hero .wave-accent { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.9rem 1.9rem;
  font-family: var(--font-body); font-size: 0.84rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 1.5px solid var(--navy); border-radius: 100px;
  transition: all 0.35s var(--ease); cursor: pointer;
}
.btn--solid { background: var(--navy); color: var(--white); }
.btn--solid:hover { background: var(--navy-dark); border-color: var(--navy-dark); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246, 241, 232, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 1.5rem; padding-block: 1rem; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; letter-spacing: 0.02em; white-space: nowrap; }
.brand span { color: inherit; }
.brand-logo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 2px 10px -2px rgba(20,40,55,0.28); }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; margin-left: auto; }
.nav-links a {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); position: relative; padding-block: 0.3rem; transition: color 0.3s var(--ease);
}
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px; background: var(--accent); transition: width 0.35s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  display: inline-flex; align-items: center;
  padding: 0.6rem 1.4rem; border-radius: 100px;
  background: var(--navy); color: var(--white);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s var(--ease);
}
.nav-cta:hover { background: var(--navy-dark); transform: translateY(-2px); }
.nav-ig { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; color: var(--ink); transition: color 0.25s var(--ease), background 0.25s var(--ease); }
.nav-ig:hover { color: var(--accent); background: var(--bg-alt); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; margin-left: auto; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: 0.3s var(--ease); }

/* ---------- Hero (Banner) ---------- */
.hero-banner {
  position: relative;
  min-height: clamp(460px, 72vh, 680px);
  display: flex; align-items: center;
  background-size: cover; background-position: center;
  color: #fff;
}
.hero-banner-inner { width: 100%; }
.hero-banner-text { max-width: 600px; }
.hero-banner-text h1 { color: #fff; font-size: clamp(2.6rem, 5.4vw, 4.3rem); margin-bottom: 1.2rem; }
.hero-banner-text p { color: rgba(255,255,255,0.92); font-size: 1.12rem; max-width: 44ch; margin-bottom: 2rem; }
.hero-banner .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-banner .btn--solid { background: var(--accent); border-color: var(--accent); }
.hero-banner .btn--solid:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.hero-banner .btn--ghost { border-color: rgba(255,255,255,0.8); color: #fff; }
.hero-banner .btn--ghost:hover { background: #fff; color: var(--navy); }

/* ---------- Hero (klassisch, Fallback) ---------- */
.hero { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(2rem,5vw,4.5rem); padding-block: clamp(3.5rem,8vw,6.5rem); }
.hero-text h1 { font-size: clamp(2.8rem,6vw,4.6rem); margin-block: 0.6rem 1.2rem; }
.hero-text p { color: var(--muted); font-size: 1.1rem; max-width: 46ch; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; bottom: -22px; left: -22px; background: #fff; padding: 1.1rem 1.4rem; border-radius: var(--radius); box-shadow: var(--shadow-sm); font-family: var(--font-display); font-size: 1.05rem; max-width: 220px; line-height: 1.3; }
.hero-badge small { display:block; color: var(--accent); font-family: var(--font-body); font-size:0.7rem; letter-spacing:0.2em; text-transform:uppercase; margin-bottom:0.3rem; }

/* ---------- Sektionen ---------- */
section { position: relative; }
.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section--alt { background: var(--bg-alt); }
.section-head { max-width: 640px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.4rem; }
.section-head p { color: var(--muted); }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem 1.9rem; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.feature .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--bg-alt); color: var(--accent); margin-bottom: 1.2rem; }
.feature h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.feature p { color: var(--muted); font-size: 0.98rem; }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.gallery--masonry .art-card:nth-child(3n+1) { grid-row: span 2; aspect-ratio: 1/1.6; }
.art-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--bg-alt); box-shadow: var(--shadow-sm); aspect-ratio: 1/1; }
.art-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.art-card:hover img { transform: scale(1.06); }
.art-card .caption { position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.2rem 1rem; background: linear-gradient(to top, rgba(20,40,55,0.8), transparent); color: #fff; opacity: 0; transform: translateY(10px); transition: all 0.4s var(--ease); }
.art-card:hover .caption { opacity: 1; transform: translateY(0); }
.art-card .caption strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; display:block; }
.art-card .caption span { font-size: 0.8rem; opacity: 0.85; }

/* Detail-Galerie (Originale mit Beschreibung & Preis) */
.gallery--detailed { grid-template-columns: repeat(3,1fr); gap: 2.4rem 1.7rem; }
.gallery--detailed.gallery--cols4 { grid-template-columns: repeat(4,1fr); }
.gallery--detailed .art-card { aspect-ratio: 4/5; }
.art-item { display: flex; flex-direction: column; }
.art-info { padding-top: 1.1rem; }
.art-info h3 { font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; line-height: 1.1; margin-bottom: 0.2rem; }
.art-meta { font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.55rem; }
.art-desc { color: var(--muted); font-size: 0.97rem; margin-bottom: 0.7rem; }
.art-price { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--accent); }
.art-foot { display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; }
.art-status { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.28rem 0.7rem; border-radius: 100px; }
.art-status--avail { background: rgba(159,176,164,0.28); color: #4D6B54; }
.art-status--sold { background: rgba(33,56,74,0.10); color: var(--navy); }
.art-card.is-sold img { opacity: 0.82; }
.card-sold { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--navy); color: #fff; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 100px; }
.gallery-note { text-align: center; color: var(--muted); margin-top: 2.5rem; font-size: 0.95rem; }
.gallery-cat { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); text-align: center; margin: 3rem 0 1.6rem; }
.gallery-cat:first-child { margin-top: 0.5rem; }
.gallery-cat::after { content: ""; display: block; width: 46px; height: 2px; background: var(--accent); margin: 0.6rem auto 0; }

/* ---------- Split (Über/Atelier) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.split--reverse .split-visual { order: 2; }
.split-visual { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-visual img { width: 100%; height: 100%; object-fit: cover; }
.split-text { position: relative; }
.split-text h2 { font-size: clamp(1.9rem,3.5vw,2.8rem); margin-block: 0.5rem 1.2rem; }
.split-text p { color: var(--muted); margin-bottom: 1.1rem; }
.signature { font-family: var(--font-script); font-size: 2.6rem; line-height: 1; color: var(--accent); margin: 0.4rem 0 1rem; }

/* Rundes "Handgemalt"-Siegel */
.seal {
  position: absolute; right: -18px; bottom: -18px;
  width: 116px; height: 116px; border-radius: 50%;
  background: var(--bg-alt); border: 1.5px solid var(--navy);
  display: grid; place-items: center; text-align: center;
  box-shadow: var(--shadow-sm); transform: rotate(-8deg);
}
.seal span { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--navy); padding: 0 12px; line-height: 1.4; }

/* ---------- Duo (Lesezeichen / Auftrag) ---------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
.duo-card { display: grid; grid-template-columns: 42% 1fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.duo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.duo-media { position: relative; min-height: 220px; }
.duo-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.duo-body { padding: 1.8rem; display: flex; flex-direction: column; }
.duo-body h3 { font-size: 1.7rem; margin-block: 0.3rem 0.5rem; }
.duo-body p { color: var(--muted); font-size: 0.97rem; margin-bottom: 0.8rem; }
.duo-price { font-family: var(--font-display); font-size: 1.2rem; color: var(--accent); margin-bottom: 1.1rem; }
.duo-body .btn { margin-top: auto; align-self: flex-start; }

/* ---------- Zitat ---------- */
.quote-band { text-align: center; padding-block: clamp(3.5rem,8vw,6rem); }
.quote-band blockquote { font-family: var(--font-display); font-size: clamp(1.35rem,2.4vw,2rem); font-style: italic; line-height: 1.4; max-width: none; margin-inline: auto; }
.quote-band .mark { display: none; }

/* ---------- Steps / Kurse (falls genutzt) ---------- */
.steps { display: grid; gap: 1.4rem; grid-template-columns: repeat(3,1fr); counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.8rem; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-display); font-size: 2.4rem; color: var(--accent); display:block; margin-bottom:0.6rem; }
.step h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.step p { color: var(--muted); font-size: 0.96rem; }
.course-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:1.6rem; }
.course-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:2.4rem; transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.course-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.course-card h3 { font-size:1.8rem; margin-bottom:0.4rem; }
.course-card .price { font-family:var(--font-display); font-size:2.2rem; color:var(--accent); margin-block:0.6rem 1rem; }
.course-card ul { list-style:none; margin-bottom:1.6rem; }
.course-card li { padding-left:1.6rem; position:relative; color:var(--muted); margin-bottom:0.5rem; }
.course-card li::before { content:"✦"; position:absolute; left:0; color:var(--sage); }

/* ---------- Kontakt ---------- */
.contact-grid { display:grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); }
.form-field { margin-bottom: 1.3rem; }
.form-field label { display:block; font-size:0.78rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--muted); margin-bottom:0.5rem; font-weight:600; }
.form-field input, .form-field textarea { width:100%; padding:0.9rem 1rem; font-family:var(--font-body); font-size:1rem; border:1px solid var(--line); border-radius:8px; background:#fff; color:var(--ink); transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.form-field input:focus, .form-field textarea:focus { outline:none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(194,114,79,0.15); }
.hp-field { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; opacity:0; }
.form-error { display:none; color:#B4452F; font-size:0.9rem; margin-top:0.8rem; }
.contact-info { display:flex; flex-direction:column; gap:1.4rem; }
.contact-info .row { display:flex; gap:1rem; align-items:flex-start; }
.contact-info .row .ic { color:var(--accent); flex-shrink:0; margin-top:3px; }
.contact-info .row strong { display:block; font-family:var(--font-display); font-size:1.2rem; }
.contact-info .row span, .contact-info .row a { color:var(--muted); }
.contact-quote { margin-top:1rem; padding:1.6rem; background:var(--bg-alt); border-radius:var(--radius); }
.contact-quote p { font-family:var(--font-display); font-size:1.3rem; font-style:italic; color:var(--ink); }

/* ---------- Seiten-Hero (Unterseiten) ---------- */
.page-hero { padding-block: clamp(3rem,7vw,5rem) clamp(2rem,4vw,3rem); text-align:center; background: var(--bg-alt); border-bottom:1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.4rem,5vw,3.8rem); margin-bottom: 0.8rem; }
.page-hero p { color:var(--muted); max-width:54ch; margin-inline:auto; }

/* ---------- Prose / Rechtstexte ---------- */
.prose { max-width: 760px; margin-inline: auto; }
.prose h3 { font-size: 1.5rem; margin: 1.9rem 0 0.5rem; }
.prose h3:first-child { margin-top: 0; }
.prose p { color: var(--muted); margin-bottom: 1rem; }
.prose ul { color: var(--muted); margin: 0 0 1rem 1.3rem; }
.prose li { margin-bottom: 0.4rem; }
.prose a { color: var(--accent); text-decoration: underline; }
.prose .legal-note { display: block; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.2rem; font-size: 0.92rem; color: var(--muted); margin-bottom: 1.6rem; }

/* ---------- CTA-Bahn ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--navy); color: #fff; padding-block: clamp(3.5rem, 8vw, 6rem); text-align: center; }
.cta-inner { max-width: 640px; margin-inline: auto; position: relative; z-index: 2; }
.cta-band h2 { color: #fff; font-size: clamp(2rem,4vw,2.9rem); margin-block: 0.7rem 1rem; }
.cta-band p { color: rgba(255,255,255,0.82); margin-bottom: 2rem; }
.cta-band .btn--solid { background: #fff; color: var(--navy); border-color: #fff; }
.cta-band .btn--solid:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.cta-decor { position: absolute; bottom: 0; color: rgba(255,255,255,0.16); width: clamp(120px, 16vw, 210px); pointer-events: none; }
.cta-decor svg { width: 100%; height: auto; }
.cta-decor--l { left: 1.5rem; }
.cta-decor--r { right: 1.5rem; transform: scaleX(-1); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.72); padding-block: 3rem 2.2rem; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.footer-motif { color: rgba(255,255,255,0.5); width: 46px; }
.footer-motif svg { width: 100%; height: auto; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem; }
.footer-links a { color: rgba(255,255,255,0.78); font-size: 0.9rem; transition: color 0.3s var(--ease); }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.45); }

/* ---------- Lightbox / Bild-Overlay ---------- */
.art-card img, .duo-media img, .split-visual img { cursor: zoom-in; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(15,28,38,0.93); padding: 4vh 4vw; }
.lightbox.open { display: flex; }
.lb-stage { margin: 0; max-width: 92vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 0.9rem; }
.lb-stage img { max-width: 92vw; max-height: 80vh; width: auto; height: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 80px -20px rgba(0,0,0,0.6); cursor: default; }
.lb-stage figcaption { color: rgba(255,255,255,0.88); font-family: var(--font-display); font-size: 1.15rem; text-align: center; }
.lb-close { position: absolute; top: 16px; right: 24px; background: none; border: none; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: 0.85; }
.lb-close:hover { opacity: 1; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border: none; border-radius: 50%; background: rgba(255,255,255,0.14); color: #fff; font-size: 2.2rem; cursor: pointer; display: grid; place-items: center; transition: background 0.2s var(--ease); }
.lb-nav:hover { background: rgba(255,255,255,0.28); }
.lb-prev { left: 18px; }
.lb-next { right: 18px; }
@media (max-width: 640px) { .lb-nav { width: 44px; height: 44px; font-size: 1.8rem; } .lb-close { font-size: 2.2rem; } }

/* ---------- Vorschau-Banner ---------- */
.preview-bar { background: var(--accent); color: #fff; text-align: center; padding: 0.6rem 1rem; font-size: 0.86rem; font-weight: 500; letter-spacing: 0.02em; }
.preview-bar a { color: #fff; text-decoration: underline; font-weight: 600; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .gallery--detailed.gallery--cols4 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { max-width: 460px; }
  .features, .gallery, .gallery--detailed, .steps { grid-template-columns: repeat(2,1fr); }
  .gallery--masonry .art-card:nth-child(3n+1){ grid-row:auto; aspect-ratio:1/1; }
  .split, .course-grid, .contact-grid, .duo { grid-template-columns: 1fr; }
  .split--reverse .split-visual { order: 0; }
  .seal { right: 12px; bottom: 12px; width: 96px; height: 96px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-links {
    position: fixed; inset: 64px 0 auto 0; flex-direction: column; gap: 0;
    background: var(--bg); border-bottom: 1px solid var(--line); padding: 1rem 0;
    margin-left: 0; transform: translateY(-130%); transition: transform 0.4s var(--ease);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 0.9rem; }
  .nav-toggle { display: flex; order: 3; margin-left: 0; }
  .nav-ig { order: 1; margin-left: auto; }
  .nav-cta { order: 2; margin-left: 0; }
  .features, .gallery, .gallery--detailed, .gallery--detailed.gallery--cols4, .steps { grid-template-columns: 1fr; }
  .duo-card { grid-template-columns: 1fr; }
  .duo-media { min-height: 200px; }
}
