:root {
  --turquoise: #087f83;
  --turquoise-deep: #05666a;
  --raspberry: #c72572;
  --blush: #f2c2d1;
  --champagne: #d6b36a;
  --onyx: #211b20;
  --ivory: #fbf7f2;
  --paper: #fffdfa;
  --muted: #6b6267;
  --line: rgba(214, 179, 106, 0.48);
  --serif: "Playfair Display", Georgia, serif;
  --accent: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(33, 27, 32, 0.13);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--onyx);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--raspberry); outline-offset: 4px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--onyx);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(214, 179, 106, 0.34);
  background: rgba(251, 247, 242, 0.93);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-link { display: flex; width: 170px; height: 94px; align-items: center; justify-content: center; }
.brand-link img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) {
  position: relative;
  text-decoration: none;
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-nav > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--raspberry);
  transition: right 180ms ease;
}
.site-nav > a:hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--onyx); }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--turquoise);
  border-radius: 2px;
  color: #fff;
  background: var(--turquoise);
  box-shadow: 0 12px 28px rgba(8, 127, 131, 0.2);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button:hover { background: var(--turquoise-deep); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(8, 127, 131, 0.27); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: 0.7rem; }
.button--light { color: var(--turquoise-deep); border-color: var(--paper); background: var(--paper); box-shadow: 0 14px 34px rgba(20, 64, 65, 0.3); }
.button--light:hover { color: var(--onyx); background: var(--ivory); }
.text-link { color: var(--onyx); text-decoration: none; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 7px; color: var(--raspberry); transition: transform 180ms ease; }
.text-link:hover span { transform: translateX(4px); }

.hero, .section, .closing-cta { position: relative; overflow: clip; }
.hero {
  min-height: calc(100vh - 100px);
  padding: 68px 0 82px;
  background:
    linear-gradient(118deg, rgba(242, 194, 209, 0.16), transparent 36%),
    #fbf8f3;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr); align-items: center; gap: clamp(50px, 7vw, 94px); }
.hero-copy { padding-top: 8px; }
.eyebrow {
  margin: 0 0 19px;
  color: var(--turquoise);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.primary-logo {
  width: min(100%, 610px);
  height: auto;
  aspect-ratio: 2000 / 1106;
  margin: 0 0 20px -2.6%;
  object-fit: contain;
}
.hero-message { max-width: 640px; padding-top: 27px; border-top: 1px solid var(--line); }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { margin-bottom: 18px; font-size: clamp(3.1rem, 6.3vw, 5.7rem); letter-spacing: -0.045em; }
h1 span { color: var(--raspberry); font-family: var(--accent); font-style: italic; font-weight: 600; }
.hero-message > p { max-width: 600px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.55vw, 1.15rem); }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 30px; }

.hero-portrait { position: relative; margin: 0; padding: 18px 18px 58px; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: 0.82; border: 1px solid var(--champagne); border-radius: 45% 45% 7px 7px / 23% 23% 7px 7px; background: var(--blush); box-shadow: var(--shadow); }
.portrait-frame::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255, 255, 255, 0.62); border-radius: inherit; pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-portrait figcaption {
  position: absolute;
  right: 2px;
  bottom: 17px;
  width: min(82%, 330px);
  padding: 17px 24px;
  border-left: 3px solid var(--raspberry);
  color: var(--paper);
  background: var(--onyx);
  box-shadow: 0 18px 36px rgba(33, 27, 32, 0.2);
}
.hero-portrait figcaption strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.hero-portrait figcaption span { display: block; margin-top: 2px; color: var(--blush); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.monogram-seal {
  position: absolute;
  z-index: 2;
  left: -22px;
  bottom: 12px;
  display: grid;
  width: 112px;
  height: 142px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--champagne);
  background: var(--ivory);
  box-shadow: 0 14px 35px rgba(33, 27, 32, 0.15);
}
.monogram-seal img { width: auto; height: 118px; object-fit: contain; }

.script-heart { position: absolute; z-index: 0; height: auto; pointer-events: none; user-select: none; mix-blend-mode: multiply; }
.heart--hero-one { width: 370px; top: -90px; right: -105px; opacity: 0.09; transform: rotate(12deg); }
.heart--hero-two { width: 158px; left: 47%; bottom: -25px; opacity: 0.08; transform: rotate(-14deg); }
.heart--hero-three { width: 96px; left: 3%; top: 25%; opacity: 0.075; transform: rotate(-21deg); }
.heart--about-large { width: 310px; left: -105px; bottom: -100px; opacity: 0.08; transform: rotate(-18deg); }
.heart--about-small { width: 112px; right: 6%; top: 10%; opacity: 0.12; transform: rotate(13deg); }
.heart--about-mid { width: 166px; right: 29%; bottom: -28px; opacity: 0.07; transform: rotate(-7deg); }
.heart--services { width: 270px; right: -78px; bottom: -74px; opacity: 0.08; transform: rotate(9deg); }
.heart--services-two { width: 102px; left: 5%; top: 14%; opacity: 0.1; transform: rotate(-13deg); }
.heart--services-three { width: 152px; left: 45%; bottom: -34px; opacity: 0.065; transform: rotate(16deg); }
.heart--work-one { width: 145px; left: 1%; top: 8%; opacity: 0.09; transform: rotate(-12deg); }
.heart--work-two { width: 365px; right: -135px; bottom: -105px; opacity: 0.07; transform: rotate(18deg); }
.heart--work-three { width: 104px; right: 8%; top: 28%; opacity: 0.085; transform: rotate(-9deg); }
.heart--work-four { width: 158px; left: 34%; bottom: 3%; opacity: 0.06; transform: rotate(11deg); }
.heart--cta-one, .heart--cta-two, .heart--cta-three { filter: brightness(0) invert(1); mix-blend-mode: normal; }
.heart--cta-one { width: 450px; left: -130px; top: -195px; opacity: 0.11; transform: rotate(-12deg); }
.heart--cta-two { width: 138px; right: 7%; bottom: -36px; opacity: 0.16; transform: rotate(15deg); }
.heart--cta-three { width: 88px; right: 24%; top: 13%; opacity: 0.13; transform: rotate(-11deg); }

.contact-ribbon { color: #fff; background: var(--turquoise); }
.ribbon-grid { display: grid; grid-template-columns: 1.25fr 0.8fr 0.8fr; }
.ribbon-grid > * { margin: 0; padding: 24px 32px; border-left: 1px solid rgba(255, 255, 255, 0.24); text-decoration: none; font-family: var(--serif); font-size: 1.06rem; }
.ribbon-grid > *:last-child { border-right: 1px solid rgba(255, 255, 255, 0.24); }
.ribbon-grid span { display: block; margin-bottom: 4px; color: var(--blush); font-family: var(--sans); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }

.section { padding: 112px 0; }
.section > .shell { position: relative; z-index: 2; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr); gap: clamp(60px, 9vw, 120px); }
.section-intro { position: relative; padding-top: 22px; }
.section-intro::before { content: ""; position: absolute; top: 0; left: 0; width: 80px; height: 1px; background: var(--champagne); }
h2 { margin-bottom: 22px; font-size: clamp(2.7rem, 5vw, 4.7rem); letter-spacing: -0.035em; }
.about-copy { padding-left: 42px; border-left: 1px solid var(--line); }
.about-copy p { margin: 0 0 18px; color: var(--muted); }
.about-copy .lead { color: var(--onyx); font-family: var(--accent); font-size: 1.55rem; font-style: italic; line-height: 1.35; }
.about-copy blockquote { margin: 32px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); color: var(--raspberry); font-family: var(--serif); font-size: 1.3rem; }

.services { background: var(--ivory); }
.section-heading { max-width: 750px; margin-bottom: 54px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 650px; margin: 0; color: var(--muted); }
.section-heading--center > p:last-child { margin-inline: auto; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 38px 28px 34px; border-left: 1px solid var(--line); background: rgba(255, 253, 250, 0.5); transition: background 180ms ease, transform 180ms ease; }
.service-card:last-child { border-right: 1px solid var(--line); }
.service-card:hover { z-index: 2; background: var(--paper); transform: translateY(-5px); box-shadow: 0 18px 36px rgba(33, 27, 32, 0.08); }
.service-number { color: var(--raspberry); font-family: var(--accent); font-size: 1rem; font-style: italic; }
.service-card h3 { min-height: 90px; margin: 34px 0 18px; color: var(--turquoise); font-size: 1.62rem; }
.service-card p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.service-card .service-price { margin: -5px 0 14px; color: var(--raspberry); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.09em; line-height: 1.4; text-transform: uppercase; }

.celebration-range { background: var(--onyx); }
.celebration-range .section-heading { max-width: 850px; }
.celebration-range .eyebrow { color: var(--blush); }
.celebration-range h2 { color: var(--paper); }
.celebration-range .section-heading > p:last-child { color: rgba(255, 255, 255, 0.7); }
.range-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
.range-card { position: relative; display: flex; flex-direction: column; margin: 0; overflow: hidden; border: 1px solid rgba(214, 179, 106, 0.42); background: #171216; box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24); }
.range-image { display: grid; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; background: #171216; }
.range-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.range-image-button { position: relative; width: 100%; padding: 0; border: 0; color: var(--paper); cursor: zoom-in; font: inherit; }
.range-image-button:focus-visible { z-index: 2; }
.range-image-action { position: absolute; right: 16px; bottom: 16px; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 999px; background: rgba(33, 27, 32, 0.76); backdrop-filter: blur(8px); font-size: 0.63rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: opacity 180ms ease, transform 180ms ease; }
.range-image-button:hover .range-image-action,
.range-image-button:focus-visible .range-image-action { opacity: 1; transform: translateY(0); }
.range-card:hover .range-image img { transform: scale(1.025); }
.range-card figcaption { min-height: 126px; padding: 23px 26px 26px; border-top: 3px solid var(--raspberry); }
.range-card figcaption span { display: block; margin-bottom: 7px; color: var(--blush); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.range-card figcaption strong { color: var(--paper); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: 1.28; }

.work { background: var(--paper); }
.featured-project { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.75fr); align-items: start; margin-bottom: 34px; overflow: hidden; border: 1px solid rgba(214, 179, 106, 0.54); background: var(--ivory); box-shadow: 0 20px 52px rgba(33, 27, 32, 0.1); }
.portfolio-carousel { position: relative; min-width: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--onyx); touch-action: pan-y; }
.carousel-viewport { height: 100%; overflow: hidden; }
.carousel-track { display: flex; height: 100%; transition: transform 520ms cubic-bezier(0.22, 0.78, 0.24, 1); will-change: transform; }
.carousel-slide { min-width: 100%; margin: 0; }
.carousel-slide img { width: 100%; height: 100%; object-fit: contain; background: var(--onyx); }
.carousel-slide:nth-child(2) img { object-position: center center; }
.carousel-slide:nth-child(3) img { object-position: center 46%; }
.carousel-control { position: absolute; z-index: 3; top: 50%; display: grid; width: 48px; height: 48px; place-items: center; padding: 0 0 4px; border: 1px solid rgba(255, 255, 255, 0.66); border-radius: 50%; color: var(--paper); background: rgba(33, 27, 32, 0.68); backdrop-filter: blur(8px); cursor: pointer; font-family: Georgia, serif; font-size: 2rem; line-height: 1; transform: translateY(-50%); transition: background 180ms ease, transform 180ms ease; }
.carousel-control:hover { background: var(--raspberry); transform: translateY(-50%) scale(1.04); }
.carousel-control--previous { left: 18px; }
.carousel-control--next { right: 18px; }
.featured-project-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 62px); }
.featured-project-copy .eyebrow { margin-bottom: 16px; }
.featured-project-copy h3 { margin-bottom: 20px; color: var(--turquoise); font-size: clamp(2.1rem, 3.8vw, 3.35rem); }
.featured-project-copy > p:not(.eyebrow):not(.swipe-note) { margin: 0; color: var(--muted); }
.carousel-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.carousel-dots { display: flex; align-items: center; gap: 10px; }
.carousel-dot { width: 11px; height: 11px; padding: 0; border: 1px solid var(--raspberry); border-radius: 50%; background: transparent; cursor: pointer; }
.carousel-dot[aria-current="true"] { background: var(--raspberry); }
.carousel-status { margin: 0; color: var(--muted); font-size: 0.69rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.swipe-note { margin: 15px 0 0; color: var(--muted); font-size: 0.74rem; line-height: 1.5; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.gallery-card,
.gallery-card--wide,
.gallery-card--tall {
  position: relative;
  display: flex;
  grid-column: auto;
  grid-row: auto;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 179, 106, 0.54);
  background: var(--onyx);
  box-shadow: 0 18px 45px rgba(33, 27, 32, 0.1);
}
.gallery-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card::after { display: none; }
.gallery-card figcaption { position: relative; z-index: 2; flex: 1; padding: 22px 24px 24px; border-top: 3px solid var(--raspberry); color: #fff; background: var(--onyx); }
.gallery-card figcaption span { display: block; margin-bottom: 5px; color: var(--blush); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.gallery-card figcaption strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.closing-cta { padding: 116px 0; color: var(--paper); background: var(--turquoise); }
.closing-inner { position: relative; z-index: 2; max-width: 850px; text-align: center; }
.closing-cta .eyebrow { color: var(--blush); }
.closing-cta h2 { margin-bottom: 20px; }
.closing-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 30px; color: rgba(255, 255, 255, 0.84); font-size: 1.05rem; }

.site-footer { padding: 68px 0 30px; color: var(--paper); background: var(--onyx); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 0.75fr 0.75fr; gap: 70px; align-items: start; }
.footer-logo-frame { display: inline-block; width: min(100%, 285px); margin-bottom: 15px; }
.footer-brand img { width: 100%; height: auto; aspect-ratio: 2000 / 1112; object-fit: contain; }
.footer-brand p { margin: 0; color: var(--blush); font-family: var(--accent); font-size: 1.2rem; font-style: italic; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-column h2 { margin: 0 0 13px; color: var(--champagne); font-family: var(--sans); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.footer-column a { color: rgba(255, 255, 255, 0.82); text-decoration: none; font-size: 0.86rem; }
.footer-column a:hover { color: var(--blush); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(214, 179, 106, 0.25); color: rgba(255, 255, 255, 0.55); font-size: 0.68rem; letter-spacing: 0.06em; }
.footer-bottom p { margin: 0; }

.image-lightbox { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: clamp(22px, 4vw, 52px); background: rgba(15, 11, 14, 0.94); backdrop-filter: blur(10px); }
.image-lightbox[hidden] { display: none; }
.image-lightbox-stage { display: grid; max-width: min(92vw, 1100px); max-height: 88vh; place-items: center; gap: 12px; }
.image-lightbox img { display: block; max-width: 100%; max-height: 80vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46); }
.image-lightbox p { max-width: 760px; margin: 0; color: rgba(255, 255, 255, 0.78); text-align: center; font-size: 0.76rem; line-height: 1.5; }
.image-lightbox-close { position: absolute; top: max(18px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); display: grid; width: 46px; height: 46px; place-items: center; padding: 0 0 5px; border: 1px solid rgba(255, 255, 255, 0.58); border-radius: 50%; color: #fff; background: rgba(33, 27, 32, 0.74); cursor: pointer; font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.image-lightbox-close:hover { background: var(--raspberry); }
body.lightbox-open { overflow: hidden; }
.mobile-cta { display: none; }

@media (max-width: 1366px) {
  .monogram-seal { display: none; }
  .hero-portrait figcaption { right: 8px; width: min(90%, 330px); }
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, 0.74fr); gap: 40px; }
  .primary-logo { margin-left: -1.8%; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 1px solid var(--line); }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .featured-project { grid-template-columns: 1fr; }
  .portfolio-carousel { aspect-ratio: 4 / 3; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 86px; }
  .brand-link { width: 142px; height: 80px; }
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    display: none;
    padding: 24px;
    border-bottom: 1px solid var(--line);
    background: var(--ivory);
    box-shadow: 0 18px 30px rgba(33, 27, 32, 0.1);
  }
  .site-nav.is-open { display: grid; gap: 20px; }
  .site-nav .button { display: none; }
  .hero { padding: 42px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { padding: 0; }
  .primary-logo { width: 100%; height: auto; margin: -4px 0 10px; }
  .hero-message { padding-top: 21px; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-portrait { order: 2; max-width: 540px; margin-inline: auto; padding-inline: 9px; }
  .monogram-seal { display: none; }
  .hero-portrait figcaption { right: -4px; }
  .heart--hero-one { width: 205px; top: -55px; right: -75px; opacity: 0.1; }
  .heart--hero-two { width: 96px; left: 4%; bottom: 7%; opacity: 0.1; }
  .heart--hero-three { width: 72px; right: 14%; left: auto; top: 43%; opacity: 0.08; }
  .heart--about-large { width: 185px; left: -82px; bottom: -24px; opacity: 0.09; }
  .heart--about-small { width: 80px; right: -18px; top: 5%; opacity: 0.12; }
  .heart--about-mid { width: 104px; right: 20%; bottom: 21%; opacity: 0.075; }
  .heart--services { width: 165px; right: -62px; bottom: -20px; opacity: 0.09; }
  .heart--services-two { width: 78px; left: -24px; top: 9%; opacity: 0.12; }
  .heart--services-three { width: 98px; left: 42%; bottom: 32%; opacity: 0.07; }
  .heart--work-one { width: 92px; left: -22px; top: 4%; opacity: 0.11; }
  .heart--work-two { width: 185px; right: -82px; bottom: 6%; opacity: 0.08; }
  .heart--work-three { width: 76px; right: 8%; top: 27%; opacity: 0.1; }
  .heart--work-four { width: 108px; left: 28%; bottom: 42%; opacity: 0.065; }
  .heart--cta-one { width: 270px; left: -105px; top: -82px; opacity: 0.11; }
  .heart--cta-two { width: 98px; right: -26px; bottom: 7%; opacity: 0.16; }
  .heart--cta-three { width: 68px; right: 11%; top: 17%; opacity: 0.14; }
  .ribbon-grid { grid-template-columns: 1fr; padding-block: 7px; }
  .ribbon-grid > * { padding: 16px 5px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.24); }
  .ribbon-grid > *:last-child { border: 0; }
  .section { padding: 82px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-copy { padding: 27px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .section-heading { margin-bottom: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 30px 24px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card h3 { min-height: 0; margin: 20px 0 12px; }
  .range-grid { grid-template-columns: 1fr; gap: 20px; }
  .range-card figcaption { min-height: 0; padding: 20px 21px 22px; }
  .range-image-action { right: 12px; bottom: 12px; opacity: 1; transform: none; }
  .featured-project { margin-bottom: 24px; }
  .featured-project-copy { padding: 30px 24px 32px; }
  .featured-project-copy h3 { font-size: 2.35rem; }
  .carousel-control { width: 42px; height: 42px; font-size: 1.7rem; }
  .carousel-control--previous { left: 12px; }
  .carousel-control--next { right: 12px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 20px; }
  .gallery-card img { aspect-ratio: 4 / 3; }
  .gallery-card figcaption { padding: 20px 21px 22px; }
  .closing-cta { padding: 88px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding-bottom: env(safe-area-inset-bottom);
    color: #fff;
    background: var(--raspberry);
    box-shadow: 0 -12px 30px rgba(33, 27, 32, 0.15);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
}

@media (max-width: 420px) {
  .hero-portrait figcaption { width: 84%; padding: 14px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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