:root {
  --ink: #0b1a28;
  --ink-soft: #2a3d52;
  --paper: #eef3f7;
  --mist: #d5e2ec;
  --sky: #7fa3bd;
  --amber: #c8893a;
  --amber-deep: #9a6424;
  --cream: #f4efe6;
  --line: rgba(11, 26, 40, 0.12);
  --font-display: "Unbounded", sans-serif;
  --font-serif: "Fraunces", "Times New Roman", serif;
  --pad: max(1rem, env(safe-area-inset-left));
  --pad-r: max(1rem, env(safe-area-inset-right));
  --shell: min(100% - (var(--pad) + var(--pad-r)), 1180px);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 3.75rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--font-serif);
  color: var(--ink);
  background:
    radial-gradient(900px 500px at 90% 0%, rgba(127, 163, 189, 0.35), transparent 55%),
    linear-gradient(180deg, #e8f0f6 0%, var(--paper) 40%, #e7e1d6 100%);
  line-height: 1.55;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
  padding-inline: 0;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  padding:
    max(0.85rem, env(safe-area-inset-top))
    0
    0.85rem;
  transition:
    background 0.35s var(--ease-out),
    backdrop-filter 0.35s var(--ease-out),
    padding 0.35s var(--ease-out);
}

.site-header.is-solid {
  background: rgba(244, 239, 230, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding-top: max(0.55rem, env(safe-area-inset-top));
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.5rem;
}

.brand {
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.brand-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  letter-spacing: 0.02em;
  color: #f4efe6;
  transition: color 0.3s ease;
}

.site-header.is-solid .brand-mark {
  color: var(--ink);
}

.header-cta {
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 2.8vw, 0.86rem);
  font-weight: 700;
  text-decoration: none;
  color: #f4efe6;
  border-bottom: 2px solid rgba(244, 239, 230, 0.45);
  padding: 0.55rem 0.1rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}

.site-header.is-solid .header-cta {
  color: var(--ink);
  border-color: rgba(11, 26, 40, 0.25);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  overflow: hidden;
  color: var(--cream);
}

.hero-stage {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-zoom {
  position: absolute;
  inset: -6%;
  will-change: transform;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 40%;
  transform: scale(1.04);
  animation: kenburns 28s var(--ease-out) infinite alternate;
}

@keyframes kenburns {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-1.5%, -1%, 0); }
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 26, 40, 0.35) 0%, rgba(11, 26, 40, 0.12) 28%, rgba(11, 26, 40, 0.45) 55%, rgba(11, 26, 40, 0.88) 100%),
    radial-gradient(900px 480px at 70% 18%, rgba(200, 137, 58, 0.12), transparent 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin-inline: auto;
  padding:
    calc(var(--header-h) + 1.25rem)
    0
    max(2.75rem, calc(env(safe-area-inset-bottom) + 2.25rem));
  max-width: min(42rem, var(--shell));
}

.hero-brand {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 11vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.92;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  word-break: break-word;
}

.hero-brand em {
  font-style: normal;
  color: #e2b36a;
}

.hero h1 {
  margin: 0 0 0.7rem;
  font-family: var(--font-serif);
  font-weight: 550;
  font-size: clamp(1.25rem, 4.6vw, 2.05rem);
  line-height: 1.22;
  max-width: 18ch;
  color: #f7f2e8;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.hero-lead {
  margin: 0 0 1.2rem;
  font-size: clamp(1rem, 3.4vw, 1.12rem);
  color: rgba(247, 242, 232, 0.92);
  max-width: 36ch;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.hero-actions {
  display: grid;
  gap: 0.65rem;
}

.btn-label-short { display: inline; }
.btn-label-full { display: none; }

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: max(0.85rem, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  width: 26px;
  height: 40px;
  border: 2px solid rgba(244, 239, 230, 0.45);
  border-radius: 999px;
  display: none;
  place-items: start center;
  padding-top: 7px;
  z-index: 3;
}

.scroll-hint span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f4efe6;
  animation: drip 1.6s var(--ease-out) infinite;
}

@keyframes drip {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(14px); opacity: 0; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.8rem 1.15rem;
  border-radius: 0.7rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(0.88rem, 2.8vw, 0.95rem);
  letter-spacing: -0.01em;
  text-decoration: none;
  border: 2px solid transparent;
  text-align: center;
  transition: transform 0.25s var(--ease-out), background 0.25s ease, border-color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    transform: translateY(-2px);
  }
}

.btn-primary {
  background: var(--amber);
  color: #fffaf2;
  border-color: var(--amber);
}

@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background: var(--amber-deep);
    border-color: var(--amber-deep);
  }
}

.btn-ghost {
  background: rgba(244, 239, 230, 0.1);
  color: #f4efe6;
  border-color: rgba(244, 239, 230, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@media (hover: hover) and (pointer: fine) {
  .btn-ghost:hover {
    border-color: #f4efe6;
    background: rgba(244, 239, 230, 0.16);
  }
}

/* Full-bleed bands */
.band {
  position: relative;
  min-height: min(68svh, 560px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
}

.band-media {
  position: absolute;
  inset: -8% 0;
  z-index: -1;
  will-change: transform;
}

.band-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.band-sky .band-media img {
  object-position: 50% 35%;
}

.band-wing .band-media img {
  object-position: 60% 40%;
}

.band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(11, 26, 40, 0.2) 0%, rgba(11, 26, 40, 0.78) 100%);
}

.band-copy {
  position: relative;
  z-index: 1;
  padding: 3.25rem 0 2.75rem;
  max-width: 34rem;
}

.band-copy h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 6vw, 2.8rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.band-copy p:last-child {
  margin: 0;
  font-size: clamp(1.02rem, 3.2vw, 1.14rem);
  opacity: 0.92;
  max-width: 38ch;
}

.band-wing .band-copy {
  max-width: 42rem;
}

/* Horizontal flying gallery */
.gallery-fly {
  padding: 1.75rem 0 1.5rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(11, 26, 40, 0.92), #132536 40%, #1a3044);
}

.gallery-track {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  padding-inline: 0.75rem;
  animation: marquee 38s linear infinite;
}

@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.gallery-item {
  margin: 0;
  flex: 0 0 auto;
  width: min(72vw, 280px);
  height: 168px;
  overflow: hidden;
  border-radius: 0.3rem;
}

.gallery-item.tall {
  height: 210px;
  width: min(48vw, 170px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .gallery-fly:hover .gallery-track {
    animation-play-state: paused;
  }

  .gallery-item:hover img {
    transform: scale(1.06);
  }
}

/* Sections */
.section {
  padding: 3.5rem 0;
}

.eyebrow {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(0.72rem, 2.4vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber-deep);
}

.band .eyebrow,
.example-stage .eyebrow,
.cta .eyebrow {
  color: #e2b36a;
}

.section h2,
.cta h2,
.example-panel h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 6.2vw, 2.7rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.section-lead {
  margin: 0;
  max-width: 38rem;
  font-size: clamp(1.02rem, 3.2vw, 1.14rem);
  color: var(--ink-soft);
}

.offer-grid {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

.domain-offer {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  max-width: 36rem;
}

.domain-offer-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
}

.domain-offer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.95rem;
}

.domain-offer-list li {
  display: grid;
  gap: 0.2rem;
}

.domain-offer-list strong {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 4.5vw, 1.55rem);
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.domain-offer-list span {
  color: var(--ink-soft);
  font-size: clamp(0.95rem, 3vw, 1.05rem);
}

.domain-offer-list em,
.domain-offer-note em,
.cta em {
  font-style: normal;
  font-weight: 700;
  color: var(--ink);
}

.domain-offer-note {
  margin: 1.1rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(0.95rem, 3vw, 1.05rem);
}

.offer-visual {
  position: relative;
  min-height: 280px;
  max-width: 520px;
  margin-inline: auto;
  width: 100%;
}

.stack {
  position: relative;
  height: min(58vw, 340px);
  min-height: 260px;
}

.stack img {
  position: absolute;
  object-fit: cover;
  border-radius: 0.35rem;
  box-shadow: 0 16px 40px rgba(11, 26, 40, 0.2);
}

.stack-a {
  width: 58%;
  height: 90%;
  inset: 0 auto auto 0;
  z-index: 1;
}

.stack-b {
  width: 54%;
  height: 42%;
  inset: auto 0 14% auto;
  z-index: 3;
  animation: float-y 5.5s ease-in-out infinite;
}

.stack-c {
  width: 42%;
  height: 34%;
  inset: 6% 2% auto auto;
  z-index: 2;
  animation: float-y 6.5s ease-in-out infinite reverse;
}

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.features-section {
  padding-top: 2.75rem;
}

.features {
  display: grid;
  gap: 0;
}

.feature {
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
}

.feature:last-child {
  border-bottom: 1px solid var(--line);
}

.feature h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 3.8vw, 1.2rem);
  letter-spacing: -0.02em;
}

.feature p {
  margin: 0;
  color: var(--ink-soft);
  max-width: 46rem;
  font-size: clamp(0.98rem, 3vw, 1.05rem);
}

/* Example stage */
.example-stage {
  position: relative;
  min-height: min(72svh, 640px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
}

.example-bg {
  position: absolute;
  inset: -10% 0;
  z-index: -1;
  will-change: transform;
}

.example-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.example-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 26, 40, 0.28), rgba(11, 26, 40, 0.84));
  z-index: 0;
}

.example-panel {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 3rem;
  max-width: 36rem;
}

.example-panel .section-lead {
  color: rgba(244, 239, 230, 0.9);
  margin-bottom: 1.25rem;
}

.example-panel .btn {
  width: 100%;
}

/* CTA + contact form */
.cta {
  position: relative;
  padding: 3.75rem 0 3.5rem;
  overflow: hidden;
  isolation: isolate;
}

.cta-birds {
  position: absolute;
  inset: auto -20% -25% 10%;
  z-index: -1;
  opacity: 0.18;
  transform: rotate(-8deg);
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.cta-birds img {
  width: 100%;
  height: auto;
}

.cta-wrap {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

.cta-intro {
  display: grid;
  gap: 0.75rem;
  max-width: 38rem;
}

.cta .section-lead {
  margin: 0;
}

.contact-panel {
  width: 100%;
  max-width: 42rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--line);
}

.form-alert {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(154, 100, 36, 0.35);
  background: rgba(200, 137, 58, 0.12);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
}

.form-alert p {
  margin: 0.2rem 0;
}

.form-alert-ok {
  border-color: rgba(40, 110, 70, 0.35);
  background: rgba(40, 110, 70, 0.1);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

.form-field {
  display: grid;
  gap: 0.35rem;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink);
}

.form-field em {
  font-style: normal;
  font-weight: 600;
  color: var(--ink-soft);
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  border: 1.5px solid rgba(11, 26, 40, 0.18);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.02rem;
  font-weight: 500;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.form-field textarea {
  min-height: 8rem;
  resize: vertical;
  line-height: 1.45;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--amber-deep);
  background: #fff;
}

.form-captcha strong {
  font-family: var(--font-display);
  letter-spacing: 0.02em;
}

.form-captcha input {
  max-width: 8rem;
}

.contact-form .btn {
  justify-self: stretch;
  width: 100%;
  margin-top: 0.25rem;
  cursor: pointer;
}

/* Footer */
.site-footer {
  padding:
    1.5rem 0
    max(1.75rem, calc(env(safe-area-inset-bottom) + 1.25rem));
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 2.8vw, 0.88rem);
  color: var(--ink-soft);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: flex-start;
}

.footer-brand {
  margin: 0;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.site-footer p {
  margin: 0;
  line-height: 1.45;
}

.site-footer a {
  color: var(--amber-deep);
  font-weight: 700;
}

/* Motion / reveals */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.85s var(--ease-out),
    transform 0.85s var(--ease-out);
  transition-delay: calc(var(--delay, 0) * 0.1s);
}

[data-reveal][data-delay="1"] { --delay: 1; }
[data-reveal][data-delay="2"] { --delay: 2; }
[data-reveal][data-delay="3"] { --delay: 3; }

[data-reveal].is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero [data-reveal] {
  animation: rise 0.95s var(--ease-out) forwards;
  animation-delay: calc(var(--delay, 0) * 0.1s);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

  .gallery-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
    justify-content: center;
    row-gap: 0.65rem;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* —— Phone landscape / short viewports —— */
@media (max-height: 700px) and (orientation: landscape) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-brand {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .hero h1 {
    font-size: 1.2rem;
    max-width: 28ch;
  }

  .hero-lead {
    margin-bottom: 0.85rem;
    font-size: 0.98rem;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-hint {
    display: none !important;
  }

  .band,
  .example-stage {
    min-height: min(88svh, 420px);
  }
}

@media (max-height: 740px) and (orientation: portrait) {
  .hero-brand {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .hero h1 {
    font-size: clamp(1.2rem, 4.4vw, 1.45rem);
  }

  .hero-content {
    padding-bottom: 2rem;
  }

  .scroll-hint {
    display: none;
  }
}

/* —— Larger phones / small tablets —— */
@media (min-width: 480px) {
  :root {
    --pad: max(1.25rem, env(safe-area-inset-left));
    --pad-r: max(1.25rem, env(safe-area-inset-right));
  }

  .gallery-item {
    width: min(56vw, 300px);
    height: 190px;
  }

  .gallery-item.tall {
    width: min(40vw, 190px);
    height: 240px;
  }

  .stack {
    height: 360px;
  }
}

/* —— Tablets —— */
@media (min-width: 700px) {
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .hero-actions .btn {
    width: auto;
    min-width: 11rem;
  }

  .btn-label-short { display: none; }
  .btn-label-full { display: inline; }

  .scroll-hint {
    display: grid;
  }

  .band {
    min-height: min(74svh, 640px);
  }

  .band-copy,
  .example-panel {
    padding-top: 4.25rem;
    padding-bottom: 3.5rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .gallery-fly {
    padding: 2.25rem 0 2rem;
  }

  .gallery-track {
    gap: 1rem;
    animation-duration: 42s;
  }

  .gallery-item {
    width: min(42vw, 320px);
    height: 210px;
  }

  .gallery-item.tall {
    width: min(30vw, 210px);
    height: 270px;
  }

  .offer-visual {
    min-height: 380px;
  }

  .stack {
    height: 420px;
  }

  .example-panel .btn {
    width: auto;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form .btn {
    width: auto;
    justify-self: start;
    min-width: 14rem;
  }

  .footer-inner {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem 1.5rem;
  }
}

/* —— Desktop / large tablet landscape —— */
@media (min-width: 900px) {
  :root {
    --shell: min(100% - 3rem, 1180px);
  }

  .hero-content {
    padding-bottom: 4rem;
  }

  .hero-photo {
    object-position: center 45%;
  }

  .offer-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3.5rem;
  }

  .offer-visual {
    max-width: none;
    margin-inline: 0;
    min-height: 460px;
  }

  .stack {
    height: 460px;
  }

  .features {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.75rem;
  }

  .feature:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .feature:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .band {
    min-height: min(78svh, 720px);
  }

  .example-stage {
    min-height: min(82svh, 760px);
  }

  .cta {
    padding: 5rem 0 4.5rem;
  }

  .cta-wrap {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: start;
  }

  .contact-panel {
    padding: 0;
    border-top: 0;
    max-width: none;
  }

  .cta-birds {
    inset: auto -5% -20% 35%;
    opacity: 0.22;
  }
}

/* —— Laptops —— */
@media (min-width: 1100px) {
  :root {
    --shell: min(100% - 3.5rem, 1240px);
  }

  .hero-brand {
    font-size: clamp(3.4rem, 5.5vw, 4.8rem);
  }

  .hero h1 {
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  }

  .gallery-item {
    width: 340px;
    height: 230px;
  }

  .gallery-item.tall {
    width: 220px;
    height: 290px;
  }
}

/* —— Large monitors —— */
@media (min-width: 1440px) {
  :root {
    --shell: min(100% - 4rem, 1400px);
  }

  .hero-content {
    max-width: min(48rem, var(--shell));
    padding-bottom: 4.75rem;
  }

  .hero-brand {
    font-size: 5rem;
  }

  .hero h1 {
    font-size: 2.35rem;
    max-width: 20ch;
  }

  .hero-lead {
    font-size: 1.2rem;
    max-width: 38ch;
  }

  .band-copy h2,
  .section h2,
  .cta h2,
  .example-panel h2 {
    font-size: clamp(2.2rem, 2.6vw, 3rem);
  }

  .gallery-item {
    width: 380px;
    height: 250px;
  }

  .gallery-item.tall {
    width: 240px;
    height: 320px;
  }

  .stack {
    height: 520px;
  }

  .section {
    padding: 5.5rem 0;
  }
}

/* —— Ultra-wide —— */
@media (min-width: 1800px) {
  :root {
    --shell: min(100% - 5rem, 1560px);
  }

  .hero-content {
    max-width: 52rem;
  }

  .hero-photo {
    object-position: center 42%;
  }
}
