:root {
  --navy: #03182b;
  --navy-2: #06233a;
  --teal: #1397a8;
  --teal-light: #65c7cb;
  --cream: #f2eadc;
  --paper: #fbf7ef;
  --ink: #071523;
  --muted: #63717c;
  --line: #c9c1b5;
  --radius: 18px;
  --shadow: 0 18px 55px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
:where(main, section, article)[id] { scroll-margin-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(3,24,43,.95);
  border-bottom: 1px solid rgba(101,199,203,.3);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 76px; height: 62px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 26px; color: var(--cream); font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 1.05rem; letter-spacing: .04em; text-transform: uppercase; }
.nav a:hover { color: var(--teal-light); }
.nav-cta { border: 2px solid var(--teal-light); padding: 9px 15px; border-radius: 7px; }
.menu-toggle { display: none; background: none; color: white; border: 0; font-size: 1.8rem; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 80% 35%, rgba(19,151,168,.18), transparent 30%),
    linear-gradient(135deg, #020f1d, var(--navy-2));
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255,255,255,.035) 5px);
}
.hero-grid { position: relative; z-index: 1; min-height: 620px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 55px; padding-block: 75px; }
.eyebrow { margin: 0 0 10px; color: var(--teal-light); font-family: "Barlow Condensed", sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .98; }
h1 { max-width: 850px; margin: 0; font-size: clamp(3.5rem, 7vw, 6.7rem); letter-spacing: .015em; }
.script { margin: 20px 0 12px; color: var(--teal-light); font-family: Pacifico, cursive; font-size: clamp(1.6rem, 3vw, 2.65rem); }
.hero-text { max-width: 760px; color: #d7dee2; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 7px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.button.primary { background: var(--teal); color: white; box-shadow: 0 8px 24px rgba(19,151,168,.22); }
.button.primary:hover { background: #18a9ba; }
.button.secondary { border-color: var(--cream); color: var(--cream); }
.button.secondary:hover { background: rgba(255,255,255,.08); }
.availability { display: flex; gap: 12px; align-items: center; margin-top: 25px; color: #d8e2e7; }
.availability strong { color: var(--cream); text-transform: uppercase; }
.availability span::before { content: "◆"; color: var(--teal-light); margin-right: 12px; font-size: .65rem; }
.hero-logo img { width: 100%; filter: drop-shadow(0 18px 30px rgba(0,0,0,.35)); }

.trust-strip { background: var(--cream); border-block: 5px solid var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 110px; display: grid; grid-template-columns: 42px 1fr; align-content: center; column-gap: 12px; padding: 18px; border-right: 1px solid #d3cbbb; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid .icon { grid-row: 1 / span 2; color: var(--navy); font-size: 1.9rem; align-self: center; }
.trust-grid strong { font-family: "Barlow Condensed"; font-size: 1.3rem; text-transform: uppercase; }
.trust-grid small { color: #4f5c65; }

.section { padding: 90px 0; }
.services { background: #f5f0e7; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2, .appointment h2, .guarantee h2 { margin: 0 0 12px; font-size: clamp(2.7rem, 5vw, 4.4rem); color: var(--navy); }
.section-heading > p:last-child { color: #59656d; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.service-card {
  overflow: hidden;
  background: #fffaf1;
  border: 2px solid var(--navy);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(3,24,43,.08);
}
.service-card h3 { margin: 0; padding: 13px 20px; color: white; background: linear-gradient(90deg, #0b566d, #087c8b); text-align: center; font-size: 1.55rem; letter-spacing: .025em; }
.price-list { padding: 14px 18px 18px; }
.price-list > div { position: relative; display: flex; align-items: baseline; gap: 10px; padding: 5px 0; font-size: .93rem; }
.price-list > div::after { content: ""; position: absolute; z-index: 0; left: 0; right: 0; bottom: 9px; border-bottom: 1px dotted #98a0a4; }
.price-list span, .price-list b { position: relative; z-index: 1; background: #fffaf1; }
.price-list span { padding-right: 7px; }
.price-list b { margin-left: auto; padding-left: 7px; white-space: nowrap; }
.price-list .featured { margin: 3px -7px; padding: 8px 7px; border: 2px solid var(--teal); border-radius: 7px; }
.price-list .featured::after { display: none; }
.price-list .featured span, .price-list .featured b { background: transparent; }
.price-list em { margin-left: 6px; padding: 2px 6px; color: white; background: var(--teal); border-radius: 3px; font-size: .67rem; font-style: normal; text-transform: uppercase; }
.included { margin: 0 18px 18px; padding: 12px; background: #edf7f7; border: 2px solid var(--teal); border-radius: 7px; font-size: .82rem; line-height: 1.35; }
.included strong { display: block; color: #07536a; font-family: "Barlow Condensed"; font-size: 1.1rem; text-transform: uppercase; }

.premium-card { padding-bottom: 22px; text-align: center; }
.premium-card > p { margin-inline: auto; padding-inline: 24px; max-width: 620px; }
.starting { margin: 18px 0 5px; color: #126a77; font-family: Pacifico, cursive; font-size: 1.7rem; }
.starting strong { color: var(--navy); }
.premium-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 16px 24px 24px; }
.premium-columns div { display: flex; flex-direction: column; align-items: center; padding: 15px 8px; border-right: 1px solid #c9c1b5; }
.premium-columns div:last-child { border-right: 0; }
.premium-columns span { font-size: 2rem; }
.premium-columns strong { font-family: "Barlow Condensed"; text-transform: uppercase; font-size: 1.15rem; }
.premium-columns small { color: #53616b; }

.guarantee { padding: 55px 0; color: white; background: linear-gradient(110deg, #03182b, #062d45); border-block: 5px solid var(--teal); }
.guarantee-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.guarantee h2 { color: var(--teal-light); }
.guarantee p:last-child { margin-bottom: 0; }
.seal { width: 88px; aspect-ratio: 1; display: grid; place-items: center; color: white; background: var(--teal); border: 8px double var(--cream); border-radius: 50%; font-size: 2.5rem; }
.stars { color: var(--teal-light); font-size: 2.4rem; letter-spacing: .15em; white-space: nowrap; }

.appointment { background: var(--paper); }
.appointment-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.appointment-copy { position: sticky; top: 120px; }
.appointment-copy > p:not(.eyebrow) { color: #58646d; font-size: 1.06rem; }
.contact-note { display: flex; flex-direction: column; margin-top: 28px; padding: 20px; color: white; background: var(--navy); border-left: 6px solid var(--teal); border-radius: 8px; }
.contact-note strong { font-family: "Barlow Condensed"; font-size: 1.4rem; text-transform: uppercase; }
.appointment-form { display: grid; gap: 17px; padding: 28px; background: white; border: 2px solid var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { display: grid; gap: 7px; color: var(--navy); font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
input, select, textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fbfaf7; border: 1px solid #adb6ba; border-radius: 6px; font: inherit; text-transform: none; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(19,151,168,.2); border-color: var(--teal); }
textarea { resize: vertical; }
.optional { color: #66777e; font-family: inherit; font-size: .86rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.file-field input[type="file"] { padding: 9px; background: #f5f8f8; cursor: pointer; }
.file-field input[type="file"]::file-selector-button { margin-right: 12px; padding: 9px 12px; color: white; background: var(--navy); border: 0; border-radius: 5px; font-family: "Barlow Condensed", sans-serif; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.file-field input[type="file"]::file-selector-button:hover { background: var(--teal); }
.field-help { display: block; margin-top: 6px; color: #66777e; font-family: inherit; font-size: .85rem; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.submit { width: 100%; border: 0; }
.form-note { margin: -5px 0 0; color: #707b82; font-size: .75rem; }

footer { padding: 45px 0 25px; color: #d8e0e4; background: #020f1d; border-top: 6px solid var(--teal); }
.footer-grid { display: grid; grid-template-columns: .8fr 1.3fr 1fr; gap: 35px; align-items: center; }
.footer-brand img { width: 110px; }
.footer-brand p { color: var(--teal-light); font-family: Pacifico, cursive; }
.footer-grid strong { color: white; font-family: "Barlow Condensed"; font-size: 1.4rem; text-transform: uppercase; }
.footer-link { text-align: right; color: var(--teal-light); font-family: "Barlow Condensed"; font-weight: 800; }
.fine-print { margin-top: 25px; padding-top: 20px; color: #7f8c94; border-top: 1px solid #233b4c; text-align: center; font-size: .76rem; text-transform: uppercase; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-logo { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid #d3cbbb; }
  .service-grid { grid-template-columns: 1fr; }
  .appointment-grid { grid-template-columns: 1fr; gap: 35px; }
  .appointment-copy { position: static; }
  .guarantee-inner { grid-template-columns: auto 1fr; }
  .stars { grid-column: 2; font-size: 1.8rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-link { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 84px; }
  :where(main, section, article)[id] { scroll-margin-top: 84px; }
  .container { width: min(100% - 26px, 1180px); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 60px; height: 52px; }
  .menu-toggle { display: block; }
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 20px;
    background: #03182b;
    border-bottom: 2px solid var(--teal);
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 8px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero-grid { padding-block: 58px; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .availability { align-items: flex-start; flex-direction: column; gap: 4px; }
  .availability span::before { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; }
  .section { padding: 65px 0; }
  .service-card h3 { font-size: 1.35rem; }
  .price-list > div { font-size: .82rem; }
  .price-list > div::after { bottom: 8px; }
  .premium-columns { grid-template-columns: 1fr; }
  .premium-columns div { border-right: 0; border-bottom: 1px solid #c9c1b5; }
  .premium-columns div:last-child { border-bottom: 0; }
  .guarantee-inner { grid-template-columns: 1fr; text-align: center; }
  .seal { margin-inline: auto; }
  .stars { grid-column: auto; font-size: 1.55rem; }
  .field-row { grid-template-columns: 1fr; }
  .appointment-form { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
}

.transformations { background:#fffaf1; border-top:1px solid #d8d0c4; }
.transformations-heading { max-width:900px; }
.featured-comparison,.detail-comparison { margin-top:30px; padding:28px; border:2px solid var(--navy); border-radius:16px; box-shadow:0 14px 36px rgba(3,24,43,.1); }
.featured-comparison { background:#f4efe6; }
.detail-comparison { background:#eaf6f6; border-color:var(--teal); }
.comparison-heading { margin-bottom:24px; }
.phase-kicker { margin:0 0 4px; color:#64717a; font-family:"Barlow Condensed",sans-serif; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.comparison-heading h3 { margin:0 0 9px; color:var(--navy); font-size:clamp(2rem,4vw,3rem); }
.comparison-heading p:last-child { max-width:760px; margin:0; color:#58656d; }
.featured-pair { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.comparison-card { display:grid; grid-template-rows:1fr auto; margin:0; overflow:hidden; background:white; border:2px solid var(--navy); border-radius:12px; box-shadow:0 10px 28px rgba(3,24,43,.12); }
.comparison-card .image-frame { aspect-ratio:4/5; }
.comparison-card figcaption { padding:13px 16px 15px; color:var(--navy); font-family:"Barlow Condensed",sans-serif; font-size:1.18rem; font-weight:800; text-align:center; text-transform:uppercase; }
.detail-gallery { display:grid; grid-template-columns:repeat(8,minmax(0,1fr)); gap:14px; }
.detail-gallery figure { grid-column:span 2; margin:0; overflow:hidden; border:1px solid #aababc; border-radius:10px; background:var(--navy); box-shadow:0 8px 22px rgba(3,24,43,.1); }
.detail-gallery figure:nth-last-child(3):nth-child(4n + 1) { grid-column:2 / span 2; }
.detail-gallery .image-frame { aspect-ratio:4/5; }
.image-frame { position:relative; overflow:hidden; background:#071523; }
.image-frame img { width:100%; height:100%; object-fit:cover; }
.photo-label { position:absolute; top:14px; left:14px; padding:7px 12px; border-radius:999px; font-family:"Barlow Condensed",sans-serif; font-size:.9rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; box-shadow:0 5px 15px rgba(0,0,0,.22); }
.before-label { color:var(--cream); background:rgba(3,24,43,.94); }
.after-label { color:white; background:rgba(19,151,168,.95); }
.project-summary { display:grid; grid-template-columns:1fr 1fr; gap:36px; align-items:center; margin:30px 0; padding:26px 28px; color:white; background:linear-gradient(110deg,#03182b,#07344d); border-left:7px solid var(--teal); border-radius:12px; }
.project-kicker { color:var(--teal-light); font-family:"Barlow Condensed",sans-serif; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.project-summary h3 { margin:7px 0 0; color:var(--cream); font-size:clamp(2rem,4vw,3.1rem); }
.project-summary ul { columns:2; gap:30px; margin:0; padding-left:20px; color:#dce5e8; }
.project-summary li { break-inside:avoid; margin:8px 0; }
.transformations-cta { display:flex; align-items:center; justify-content:space-between; gap:25px; margin-top:32px; padding:24px 26px; background:#edf7f7; border:2px solid var(--teal); border-radius:12px; }
.transformations-cta p { margin:0; color:var(--navy); font-family:"Barlow Condensed",sans-serif; font-size:1.45rem; font-weight:800; text-transform:uppercase; }
@media (max-width:900px) {
  .project-summary { grid-template-columns:1fr; gap:15px; }
  .detail-gallery { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .detail-gallery figure:nth-last-child(3):nth-child(4n + 1) { grid-column:span 2; }
  .detail-gallery figure:last-child:nth-child(odd) { grid-column:2 / span 2; }
}
@media (max-width:680px) {
  .featured-comparison,.detail-comparison { padding:20px; }
  .featured-pair { grid-template-columns:1fr; gap:16px; }
  .detail-gallery { grid-template-columns:1fr; gap:12px; }
  .detail-gallery figure,
  .detail-gallery figure:nth-last-child(3):nth-child(4n + 1),
  .detail-gallery figure:last-child:nth-child(odd) { grid-column:auto; }
  .project-summary { padding:22px 20px; }
  .project-summary ul { columns:1; }
  .transformations-cta { flex-direction:column; align-items:stretch; text-align:center; }
}


/* Netlify Forms spam honeypot */
.hidden-field { position:absolute !important; left:-9999px !important; width:1px; height:1px; overflow:hidden; }

/* Completed work gallery */
.completed-work { background:#061a2c; color:var(--cream); border-top:4px solid var(--teal); }
.completed-work-heading { max-width:780px; }
.completed-work-heading h2 { color:var(--cream); }
.completed-work-heading > p:last-child { color:#cbdadd; }
.completed-gallery { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; }
.gallery-card { position:relative; overflow:hidden; min-height:0; aspect-ratio:4/5; border:1px solid rgba(142,223,229,.35); border-radius:12px; background:#020d17; box-shadow:0 14px 32px rgba(0,0,0,.24); }
.gallery-card-tall,.gallery-card-wide { grid-row:auto; grid-column:auto; }
.gallery-card img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.gallery-card::after { content:""; position:absolute; inset:42% 0 0; background:linear-gradient(transparent,rgba(2,13,23,.92)); pointer-events:none; }
.gallery-card span { position:absolute; z-index:1; left:18px; right:18px; bottom:15px; color:white; font-family:"Barlow Condensed",sans-serif; font-size:1.05rem; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.gallery-card:hover img,.gallery-card:focus-visible img { transform:scale(1.035); }
.gallery-card:focus-visible { outline:3px solid var(--teal-light); outline-offset:3px; }
.completed-work-cta { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-top:28px; padding:22px 24px; border:1px solid rgba(142,223,229,.45); border-radius:12px; background:rgba(19,151,168,.1); }
.completed-work-cta p { margin:0; color:var(--cream); font-family:"Barlow Condensed",sans-serif; font-size:1.45rem; font-weight:800; text-transform:uppercase; }
@media (max-width:1100px) {
  .completed-gallery { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .completed-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:560px) {
  .completed-gallery { grid-template-columns:1fr; }
  .completed-work-cta { flex-direction:column; align-items:stretch; text-align:center; }
}


/* YouTube */
.youtube-section {
  background: #071523;
  color: #fffaf1;
  border-top: 1px solid rgba(255,255,255,.08);
}
.youtube-shell {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.youtube-copy h2 {
  color: #fffaf1;
  margin-bottom: 14px;
}
.youtube-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: #d8e2e5;
  font-size: 1.05rem;
  line-height: 1.7;
}
.youtube-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 28px;
}
.youtube-topics span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #dff5f6;
  background: rgba(19,151,168,.12);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.youtube-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.youtube-button {
  background: #ff0033;
  border-color: #ff0033;
  color: white;
}
.youtube-button:hover {
  filter: brightness(1.07);
}
.youtube-actions .text-link {
  color: #8edfe5;
  font-weight: 800;
  text-decoration: none;
}
.youtube-actions .text-link:hover {
  text-decoration: underline;
}
.youtube-panel {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 18%, rgba(19,151,168,.28), transparent 28%),
    linear-gradient(145deg, #0b2940, #020d17 70%);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}
.youtube-play {
  position: absolute;
  inset: 28px 28px auto auto;
  display: grid;
  place-items: center;
  width: 82px;
  height: 58px;
  border-radius: 15px;
  background: #ff0033;
  box-shadow: 0 10px 26px rgba(255,0,51,.22);
}
.youtube-play-icon {
  margin-left: 4px;
  font-size: 1.7rem;
  color: white;
}
.youtube-panel-label {
  margin: 0 0 8px;
  color: #8edfe5;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: .1em;
}
.youtube-panel h3 {
  margin: 0 0 10px;
  color: #fffaf1;
  font-size: clamp(2rem, 4vw, 3.1rem);
}
.youtube-panel p:last-child {
  margin: 0;
  color: #c9d5d9;
  line-height: 1.6;
}

@media (max-width: 850px) {
  .youtube-shell {
    grid-template-columns: 1fr;
  }
  .youtube-panel {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .youtube-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .youtube-actions .button,
  .youtube-actions .text-link {
    text-align: center;
  }
  .youtube-panel {
    min-height: 280px;
    padding: 26px;
  }
}
