:root {
  --navy: #080a18;
  --navy-soft: #101426;
  --cream: #f1ece5;
  --cream-deep: #e2d8ce;
  --white: #fffdfa;
  --copper: #c97956;
  --copper-light: #e2a287;
  --ink: #17171b;
  --muted: #68646a;
  --line-light: rgba(23, 23, 27, 0.15);
  --line-dark: rgba(255, 255, 255, 0.14);
  --font: "Montserrat", Arial, sans-serif;
  --max: 1240px;
  --pad: clamp(22px, 5vw, 74px);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy);
}

.skip-link:focus { top: 18px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: var(--white);
}

.site-header.is-scrolled {
  position: fixed;
  background: var(--navy);
  border-bottom: 1px solid var(--line-dark);
  animation: header-in 220ms ease-out;
}

@keyframes header-in {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.nav-shell {
  width: min(calc(100% - (var(--pad) * 2)), var(--max));
  height: 94px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line-dark);
}

.is-scrolled .nav-shell { height: 74px; border-bottom: 0; }

.brand {
  width: 172px;
  height: 82px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.is-scrolled .brand { width: 138px; height: 62px; }

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 42px);
}

.nav-links a,
.nav-cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 180ms ease;
}

.nav-links a:hover { color: var(--copper-light); }

.nav-cta {
  padding: 12px 18px;
  border: 1px solid rgba(201, 121, 86, 0.8);
  transition: background 180ms ease;
}

.nav-cta:hover { background: var(--copper); }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 5px 0;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 790px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(460px, 0.82fr);
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 830px;
  padding: 170px 46px 105px max(var(--pad), calc((100vw - var(--max)) / 2));
}

.eyebrow,
.section-label {
  margin: 0 0 22px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(52px, 6vw, 94px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero-intro {
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.5vw, 19px);
}

.hero-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.button {
  min-height: 52px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button img { width: 17px; height: 17px; }
.button-copper { background: var(--copper); color: var(--white); }
.button-copper:hover { background: #db8966; }

.button-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 600;
}

.button-link:hover { color: var(--copper-light); border-color: var(--copper-light); }
.button-link img { width: 17px; height: 17px; }

.hero-media {
  position: relative;
  z-index: 1;
  width: calc(100% + 150px);
  min-height: 790px;
  margin-left: -150px;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--navy) 0, rgba(8, 10, 24, 0.95) 55px, rgba(8, 10, 24, 0.58) 150px, rgba(8, 10, 24, 0.12) 260px, transparent 360px),
    linear-gradient(0deg, rgba(8, 10, 24, 0.35), transparent 45%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 30%;
}

.hero-caption {
  position: absolute;
  right: max(var(--pad), calc((100vw - var(--max)) / 2));
  bottom: 36px;
  z-index: 3;
  max-width: 260px;
  padding: 18px 0 0 22px;
  border-left: 2px solid var(--copper);
}

.hero-caption span {
  color: var(--copper-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-caption p { margin: 5px 0 0; color: rgba(255, 255, 255, 0.66); font-size: 12px; }

.reputation {
  min-height: 126px;
  padding: 26px max(var(--pad), calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  background: var(--copper);
  color: var(--white);
}

.rep-score { display: grid; grid-template-columns: auto auto; align-items: end; gap: 0 15px; }
.rep-score .stars { grid-column: 1 / -1; font-size: 13px; letter-spacing: 0.12em; }
.rep-score strong { font-size: 36px; line-height: 1; }
.rep-score p { margin: 0 0 2px; font-size: 12px; text-transform: uppercase; }
.rep-copy { padding-left: clamp(30px, 5vw, 74px); border-left: 1px solid rgba(255, 255, 255, 0.33); }
.rep-copy strong { font-size: 15px; }
.rep-copy p { margin: 3px 0 0; color: rgba(255, 255, 255, 0.76); font-size: 12px; }
.reputation > a { padding-bottom: 3px; border-bottom: 1px solid rgba(255, 255, 255, 0.7); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.section {
  width: min(calc(100% - (var(--pad) * 2)), var(--max));
  margin: 0 auto;
  padding-top: clamp(84px, 10vw, 140px);
  padding-bottom: clamp(84px, 10vw, 140px);
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.58fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: start;
}

.statement h2,
.services h2,
.bridal h2,
.work h2,
.contact h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.statement h2 { max-width: 850px; font-size: clamp(46px, 5.7vw, 78px); }
.statement-grid > div { padding-top: 12px; }
.statement-grid > div p { margin: 0 0 20px; color: var(--muted); }

.services {
  background: var(--white);
  padding-bottom: clamp(84px, 10vw, 140px);
}

.services-heading { padding-bottom: 56px; }
.services-heading h2 { max-width: 850px; font-size: clamp(44px, 5vw, 69px); }

.service-grid {
  width: min(calc(100% - (var(--pad) * 2)), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.service-card {
  min-height: 390px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--line-light);
}

.service-card:last-child { border-right: 0; }
.service-card > span { margin-bottom: auto; color: var(--copper); font-size: 11px; font-weight: 700; }
.service-card h3 { margin: 0; font-size: clamp(23px, 2vw, 30px); letter-spacing: -0.035em; line-height: 1.1; }
.service-card p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.service-card-photo {
  position: relative;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
}

.service-card-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.service-card-photo:nth-child(2) > img { object-position: 48% 35%; }
.service-card-photo:nth-child(3) > img { object-position: 45% 25%; }
.service-card-photo:nth-child(4) > img { object-position: 48% 24%; }

.service-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 10, 24, 0.88), rgba(8, 10, 24, 0.02) 64%);
}

.service-overlay { position: absolute; inset: 0; z-index: 1; padding: 32px 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.service-overlay span { margin-bottom: auto; color: var(--copper-light); font-size: 11px; font-weight: 700; }
.service-overlay p { color: rgba(255, 255, 255, 0.7); }

.bridal {
  min-height: 770px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  align-items: center;
  gap: clamp(50px, 7vw, 105px);
  padding: clamp(80px, 9vw, 130px) max(var(--pad), calc((100vw - var(--max)) / 2));
  background: var(--navy);
  color: var(--white);
}

.bridal-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  align-items: end;
}

.bridal-collage figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.bridal-main,
.bridal-small {
  inset: auto;
  width: auto;
  border: 0;
}

.bridal-main img,
.bridal-small img {
  width: 100%;
  height: auto;
}

.bridal-collage figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 13px;
  background: rgba(8, 10, 24, 0.9);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bridal-copy { max-width: 610px; }
.bridal h2 { font-size: clamp(46px, 5.5vw, 76px); }
.bridal-copy > p:not(.section-label) { margin: 30px 0 0; color: rgba(255, 255, 255, 0.65); }
.bridal blockquote { margin: 34px 0; padding: 0 0 0 22px; border-left: 2px solid var(--copper); color: rgba(255, 255, 255, 0.82); font-size: 14px; line-height: 1.7; }
.button-outline-light { border-color: rgba(255, 255, 255, 0.34); color: var(--white); }
.button-outline-light:hover { border-color: var(--copper); background: var(--copper); }

.work-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.5fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: 65px;
}

.work h2 { max-width: 820px; font-size: clamp(43px, 5vw, 67px); }
.work-heading > p { margin: 0 0 5px; color: var(--muted); }

.work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  align-items: start;
}

.work-item { margin: 0; grid-column: span 4; }
.work-item.work-wide { grid-column: span 7; }
.work-item.work-tall { grid-column: span 5; margin-top: -26%; }
.work-item img { width: 100%; height: auto; background: var(--cream-deep); }
.work-item figcaption { padding: 11px 0 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.work-instagram {
  margin-top: 64px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--line-light);
}

.work-instagram p { margin: 0; color: var(--muted); }
.work-instagram a { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.work-instagram a img { width: 18px; height: 18px; padding: 3px; background: var(--navy); border-radius: 4px; }

.review-band {
  min-height: 440px;
  padding: 80px var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--copper);
  color: var(--white);
}

.quote-mark { height: 70px; margin: 0; font-size: 95px; font-weight: 700; line-height: 1; opacity: 0.44; }
.review-band blockquote { max-width: 900px; margin: 20px 0; font-size: clamp(32px, 4.3vw, 61px); font-weight: 600; letter-spacing: -0.045em; line-height: 1.12; }
.review-source { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 620px;
  background: var(--white);
  border: 1px solid var(--line-light);
}

.contact-copy { padding: clamp(42px, 6vw, 82px); }
.contact h2 { max-width: 690px; font-size: clamp(45px, 5vw, 69px); }

.contact-phone {
  margin: 42px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-phone span { color: var(--copper); font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.contact-phone a { margin-top: 5px; font-size: clamp(28px, 3vw, 42px); font-weight: 700; letter-spacing: -0.04em; }

.contact-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 40px; }
.contact-details > div { padding-top: 16px; border-top: 1px solid var(--line-light); }
.contact-details strong { font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.contact-details p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.contact-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-outline { border-color: var(--line-light); }
.button-outline:hover { border-color: var(--navy); }
.button-outline img { padding: 2px; border-radius: 3px; background: var(--navy); }

.map-wrap { min-height: 620px; background: var(--cream-deep); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 620px; border: 0; filter: saturate(0.68) contrast(0.96); }

.site-footer {
  padding: 76px var(--pad) 24px;
  background: var(--navy);
  color: var(--white);
}

.footer-top {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 60px;
  align-items: center;
}

.footer-logo { width: 190px; height: 104px; display: grid; place-items: center; overflow: hidden; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-top > p { max-width: 430px; color: rgba(255, 255, 255, 0.56); }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-nav a { color: rgba(255, 255, 255, 0.72); font-size: 12px; border-bottom: 1px solid transparent; }
.footer-nav a:hover { color: var(--copper-light); border-color: var(--copper-light); }

.footer-bottom {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  min-height: 54px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--copper);
  color: var(--white);
  box-shadow: 0 13px 36px rgba(8, 10, 24, 0.25);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.floating-call:hover { transform: translateY(-3px); background: #db8966; }
.floating-call > span { font-size: 19px; line-height: 1; }
:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 4px; }

@media (max-width: 1080px) {
  .nav-shell { grid-template-columns: 165px 1fr auto; gap: 20px; }
  .brand { width: 150px; }
  .nav-links { gap: 21px; }
  .hero { grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { border-bottom: 1px solid var(--line-light); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 860px) {
  .nav-shell { height: 78px; grid-template-columns: 1fr auto; }
  .brand { width: 138px; height: 66px; }
  .menu-toggle { display: block; justify-self: end; }
  .nav-cta { display: none; }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: -1;
    padding: 120px var(--pad) 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    visibility: hidden;
    opacity: 0;
    background: var(--navy);
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .nav-links.is-open { visibility: visible; opacity: 1; }
  .nav-links a { font-size: clamp(31px, 7vw, 48px); font-weight: 700; letter-spacing: -0.04em; text-transform: none; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 135px var(--pad) 66px; }
  .hero-media { width: 100%; min-height: 0; height: auto; aspect-ratio: 4 / 5; margin-left: 0; }
  .hero-media::after { background: linear-gradient(0deg, rgba(8, 10, 24, 0.42), transparent 48%); }
  .hero-caption { right: var(--pad); bottom: 25px; }

  .statement-grid,
  .work-heading,
  .bridal,
  .contact-panel { grid-template-columns: 1fr; }

  .statement-grid { gap: 34px; }
  .bridal { gap: 58px; }
  .bridal-copy { max-width: 760px; }
  .work-item.work-wide { grid-column: span 12; }
  .work-item { grid-column: span 6; }
  .work-item.work-tall { grid-column: span 6; margin-top: 0; }
  .map-wrap, .map-wrap iframe { min-height: 420px; }
  .footer-top { grid-template-columns: 190px 1fr; gap: 30px; }
  .footer-nav { grid-column: 2; }
}

@media (max-width: 620px) {
  :root { --pad: 20px; }
  html { scroll-padding-top: 76px; }

  .is-scrolled .brand { width: 110px; height: 56px; }
  .hero-copy { padding-top: 122px; padding-bottom: 58px; }
  .hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero-intro { margin-top: 25px; }
  .hero-actions { margin-top: 32px; flex-direction: column; align-items: stretch; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .button-link { align-self: flex-start; }
  .hero-caption { max-width: 220px; }

  .reputation { grid-template-columns: 1fr; gap: 18px; }
  .rep-copy { padding: 17px 0 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .reputation > a { justify-self: start; }

  .section { padding-top: 76px; padding-bottom: 76px; }
  .statement h2, .services h2, .bridal h2, .work h2, .contact h2 { font-size: 39px; }
  .statement-grid > div { padding-top: 0; }
  .services-heading { padding-bottom: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2) { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .service-card-photo { min-height: 490px; }
  .service-card:last-child { border-bottom: 0; }

  .bridal { padding: 76px var(--pad); }
  .bridal-collage { grid-template-columns: 1fr; gap: 18px; }

  .work-heading { gap: 28px; margin-bottom: 44px; }
  .work-grid { grid-template-columns: 1fr; gap: 30px; }
  .work-item, .work-item.work-wide, .work-item.work-tall { grid-column: auto; }
  .work-instagram { margin-top: 44px; flex-direction: column; align-items: flex-start; gap: 16px; }

  .review-band { min-height: 350px; padding: 66px var(--pad); }
  .review-band blockquote { font-size: 32px; }
  .contact-panel { border-left: 0; border-right: 0; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .map-wrap, .map-wrap iframe { min-height: 340px; }

  .site-footer { padding-top: 60px; }
  .footer-top { grid-template-columns: 1fr; gap: 22px; }
  .footer-logo { width: 180px; }
  .footer-nav { grid-column: auto; flex-direction: row; flex-wrap: wrap; gap: 14px 22px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .floating-call { right: 14px; bottom: 14px; width: 54px; height: 54px; padding: 0; justify-content: center; }
  .floating-call strong { display: none; }
}

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