
:root {
  --ink: #162132;
  --ink-dark: #0d1517;
  --muted: #4e4a44;
  --paper: #faf8f4;
  --card: #ffffff;
  --gold: #a8712c;
  --gold-light: #d9b77c;
  --line: #ddd5ca;
  --soft: #f3ece3;
  --max: 1240px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  margin: 0;
}

p { line-height: 1.55; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #141918;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  height: 94px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand { display: inline-flex; flex-direction: column; }
.brand-main { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; color: var(--gold-light); }
.brand-sub { font-size: .72rem; letter-spacing: .45em; color: var(--gold-light); margin-top: -2px; }

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
}

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

.button-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .78rem;
  font-weight: 800;
}

.btn-primary { background: var(--gold); color: #fff; }
.btn-secondary { border: 2px solid currentColor; color: #fff; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 28px;
}

.section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-bottom: 18px;
}

.title-rule {
  width: 90px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 38px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.service-card {
  background: #fff;
  box-shadow: 6px 8px 0 rgba(0,0,0,.08);
  border: 1px solid var(--line);
}

.service-card-body { padding: 32px 30px; text-align: center; }
.service-card h3 { font-size: 1.85rem; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .95rem; margin: 0 0 26px; }

.text-link {
  display: inline-block;
  color: var(--gold);
  font-size: .78rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .04em;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
}

.placeholder-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 28px;
}

.placeholder-page h1 {
  font-size: 3rem;
  margin: 22px 0;
}

.back-link { color: var(--gold); font-weight: 700; }

.home-simple-hero {
  min-height: 620px;
  background:
    linear-gradient(to right, rgba(12,18,20,.96), rgba(12,18,20,.82), rgba(12,18,20,.35)),
    #0c1214;
  color: #fff;
  display: flex;
  align-items: center;
}

.home-simple-copy {
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 28px;
}

.home-simple-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6vw, 5.4rem);
  margin-bottom: 28px;
}

.home-simple-copy p {
  max-width: 700px;
}

@media (max-width: 980px) {
  .nav { display: none; }
  .cards { grid-template-columns: 1fr; }
}




/* Legacy Family Portraits Page */
.legacy-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #0c1214;
  color: #fff;
}

.legacy-hero-image {
  position: absolute;
  inset: 0;
  background-image: url("../img/legacy-family-portraits-alabama-gulf-coast-fine-art-beach-session.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 37%, rgba(0,0,0,.1) 42%, rgba(0,0,0,.55) 50%, #000 62%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, transparent 37%, rgba(0,0,0,.1) 42%, rgba(0,0,0,.55) 50%, #000 62%, #000 100%);
}

.legacy-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, #0c1214 0%, #0c1214 43%, rgba(12,18,20,.92) 47%, rgba(12,18,20,.55) 58%, rgba(12,18,20,.08) 73%, rgba(12,18,20,0) 100%),
    linear-gradient(to bottom, rgba(0,0,0,.14), rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,.2));
  pointer-events: none;
}

.legacy-hero-inner {
  position: relative;
  max-width: var(--max, 1240px);
  margin: 0 auto;
  padding: 72px 28px;
}

.legacy-hero-copy {
  max-width: 640px;
}

.legacy-hero h1 {
  font-size: clamp(3rem, 5vw, 4.7rem);
  margin-bottom: 26px;
}

.legacy-hero p {
  max-width: 650px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.58;
}

.legacy-section {
  max-width: var(--max, 1240px);
  margin: 0 auto;
  padding: 72px 28px;
}

.legacy-two-column {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 76px;
  align-items: center;
}

.legacy-two-column-reverse {
  grid-template-columns: .9fr 1.35fr;
}

.legacy-copy h2,
.legacy-centered-copy h2,
.legacy-who-card h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  margin-bottom: 22px;
}

.legacy-copy p,
.legacy-centered-copy p,
.legacy-who-card p {
  color: var(--muted, #4e4a44);
  line-height: 1.58;
}

.legacy-photo-card {
  margin: 0;
}

.legacy-photo-card img {
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  border: 5px solid #fff;
}

.legacy-photo-card figcaption,
.legacy-image-strip figcaption {
  color: var(--muted, #4e4a44);
  font-size: .82rem;
  line-height: 1.35;
  margin-top: 12px;
}

.legacy-guided {
  max-width: none;
  background: #f5eee5;
  padding-left: max(28px, calc((100vw - var(--max, 1240px)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max, 1240px)) / 2 + 28px));
}

.legacy-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 46px;
  margin-top: 34px;
}

.legacy-features h3 {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.legacy-features p {
  font-size: .9rem;
  line-height: 1.45;
  margin: 0;
}

.legacy-centered-copy {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}

.legacy-image-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.legacy-image-strip figure {
  margin: 0;
}

.legacy-image-strip img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border: 5px solid #fff;
}

.legacy-who {
  max-width: var(--max, 1240px);
  margin: 0 auto;
  padding: 30px 28px 0;
}

.legacy-who-card {
  background: #fff;
  border: 1px solid var(--line, #ddd5ca);
  padding: 54px 64px;
}

.legacy-who-card p {
  max-width: 960px;
}

.legacy-who-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 34px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.legacy-who-card li {
  color: var(--gold, #a8712c);
  font-weight: 800;
}

.legacy-who-card li::before {
  content: "• ";
}

@media (max-width: 980px) {
  .legacy-hero-image {
    background-size: cover;
    background-position: 65% center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .legacy-hero-overlay {
    background: linear-gradient(to right, rgba(12,18,20,.94), rgba(12,18,20,.74));
  }

  .legacy-two-column,
  .legacy-two-column-reverse,
  .legacy-image-strip,
  .legacy-who-card ul {
    grid-template-columns: 1fr;
  }

  .legacy-guided {
    padding-left: 28px;
    padding-right: 28px;
  }

  .legacy-who-card {
    padding: 42px 28px;
  }
}

@media (max-width: 620px) {
  .legacy-hero {
    min-height: auto;
  }

  .legacy-hero-inner {
    padding: 64px 24px;
  }

  .legacy-features {
    grid-template-columns: 1fr;
  }

  .legacy-section {
    padding: 56px 24px;
  }
}


/* Home Page SEO/AIO Update */
.home-hero {
  min-height: 650px;
  background-image:
    linear-gradient(90deg, #0c1214 0%, #0c1214 43%, rgba(12,18,20,.72) 52%, rgba(12,18,20,.08) 66%),
    url("../img/alabama-gulf-coast-fine-art-coastal-life-legacy-family-portrait-homepage-hero.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
}

.home-hero-inner {
  max-width: var(--max, 1240px);
  width: 100%;
  margin: 0 auto;
  padding: 88px 28px;
}

.home-hero-copy {
  max-width: 560px;
}

.home-hero h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  margin-bottom: 28px;
}

.home-hero p {
  max-width: 560px;
  font-size: 1.02rem;
}

.location-line {
  margin-top: 22px;
  color: #fff;
  font-size: .96rem;
}

.home-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 70px;
  align-items: center;
}

.intro-copy h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  max-width: 560px;
}

.intro-copy p {
  max-width: 580px;
  color: var(--muted, #4e4a44);
  font-size: 1.02rem;
}

.home-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.home-collage figure {
  margin: 0;
}

.home-collage-main {
  grid-row: span 2;
}

.home-collage img {
  width: 100%;
  height: 100%;
  min-height: 216px;
  object-fit: cover;
  border: 4px solid #fff;
}

.home-collage-main img {
  min-height: 448px;
  object-position: 52% 48%;
}

.image-seo-caption {
  color: var(--gold, #a8712c) !important;
  font-size: .84rem !important;
  margin: 0 0 24px !important;
}

.service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.meet-mark {
  max-width: var(--max, 1240px);
  margin: 40px auto 0;
  padding: 0 28px;
}

.meet-card {
  background: #f7f1ea;
  border: 1px solid var(--line, #ddd5ca);
  display: grid;
  grid-template-columns: 1.25fr .9fr;
  align-items: stretch;
  overflow: hidden;
  border-radius: 7px;
}

.meet-copy {
  padding: 58px 56px;
}

.meet-copy h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-bottom: 24px;
}

.meet-copy p {
  color: var(--muted, #4e4a44);
  max-width: 620px;
}

.meet-image {
  background: #f7f1ea;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.service-area,
.final-cta {
  max-width: var(--max, 1240px);
  margin: 18px auto 0;
  padding: 0 28px;
}

.strip,
.cta-box {
  background: #efe3d5;
  border-radius: 7px;
  text-align: center;
  padding: 34px 36px;
}

.strip h2,
.cta-box h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.strip p,
.cta-box p {
  color: var(--muted, #4e4a44);
  margin: 0 auto;
  max-width: 920px;
}

.cta-box {
  background: #eadac8;
  margin-bottom: 42px;
}

.cta-box .btn {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .home-hero {
    min-height: auto;
    background-image:
      linear-gradient(90deg, rgba(12,18,20,.92), rgba(12,18,20,.72)),
      url("../img/alabama-gulf-coast-fine-art-coastal-life-legacy-family-portrait-homepage-hero.webp");
  }

  .home-hero-inner {
    padding: 72px 24px;
  }

  .home-intro-grid,
  .cards,
  .meet-card {
    grid-template-columns: 1fr;
  }

  .home-collage-main img {
    min-height: 360px;
  }

  .meet-copy {
    padding: 44px 28px;
  }

  .meet-image img {
    max-height: 420px;
  }
}

@media (max-width: 620px) {
  .home-hero h1 {
    font-size: 3rem;
  }

  .home-collage {
    grid-template-columns: 1fr;
  }

  .home-collage-main {
    grid-row: auto;
  }
}


/* Yacht & Marine Page */
.yacht-page {
  background: #061c2d;
  color: #fff;
}

.yacht-header {
  background: #061725;
  position: sticky;
  top: 0;
  z-index: 50;
}

.yacht-nav-wrap {
  max-width: 1280px;
}

.yacht-brand .brand-main {
  font-size: 2.35rem;
  color: #fff;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  line-height: .9;
}

.yacht-brand .brand-sub {
  color: #fff;
  letter-spacing: .20em;
  font-size: .61rem;
  line-height: 1.35;
  margin-top: 8px;
  max-width: 260px;
}

.yacht-nav a.active {
  color: #d1a15a;
  border-bottom: 2px solid #d1a15a;
  padding-bottom: 14px;
}

.yacht-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.yacht-hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("../img/yacht-marine-black-center-console-emerald-water-hero.webp");
  background-size: cover;
  background-position: right center;
}

.yacht-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,14,22,.98) 0%, rgba(4,14,22,.80) 35%, rgba(4,14,22,.18) 70%, rgba(4,14,22,.05) 100%),
    linear-gradient(180deg, rgba(4,14,22,.1), rgba(4,14,22,.28));
}

.yacht-hero-content {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 92px 42px;
}

.eyebrow {
  color: #d1a15a;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 800;
  font-size: .78rem;
  margin: 0 0 18px;
}

.yacht-hero .eyebrow::after {
  content: "";
  display: block;
  width: 76px;
  height: 2px;
  background: #d1a15a;
  margin-top: 18px;
}

.yacht-hero h1 {
  font-size: clamp(3.25rem, 6vw, 5.5rem);
  max-width: 720px;
  margin-bottom: 24px;
  color: #fff;
}

.yacht-hero h1 em,
.marine-cta-left em {
  color: #d1a15a;
  font-style: italic;
}

.yacht-hero .hero-sub {
  max-width: 540px;
  line-height: 1.65;
  font-size: 1.05rem;
  margin-bottom: 28px;
}

.marine-standards {
  background: radial-gradient(circle at center, #0c3048 0%, #061c2d 72%);
  padding: 58px 28px 72px;
  border-top: 1px solid rgba(209,161,90,.38);
  border-bottom: 1px solid rgba(209,161,90,.28);
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.built-impact h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.35rem);
  color: #fff;
}

.section-heading p:not(.eyebrow) {
  color: rgba(255,255,255,.88);
  max-width: 720px;
  margin: 0 auto;
}

.marine-feature-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.marine-feature {
  text-align: center;
  padding: 0 34px;
  position: relative;
}

.marine-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 54px;
  height: 96px;
  width: 1px;
  background: rgba(209,161,90,.72);
}

.marine-icon {
  color: #d1a15a;
  font-size: 3rem;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marine-icon.wave svg {
  width: 78px;
  height: 44px;
}

.marine-feature h3 {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  font-size: .83rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 900;
  margin: 18px 0 14px;
}

.marine-feature p {
  color: rgba(255,255,255,.9);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 270px;
}

.built-impact {
  background: #061c2d;
  padding: 56px 0 0;
  text-align: center;
}

.built-impact .eyebrow {
  margin-bottom: 10px;
}

.built-impact h2 {
  margin-bottom: 28px;
}

.built-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 8px;
}

.built-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(209,161,90,.35);
}

.built-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.marine-cta-band {
  position: relative;
  min-height: 230px;
  display: grid;
  grid-template-columns: 1.1fr .85fr .9fr;
  align-items: center;
  gap: 42px;
  padding: 46px max(42px, calc((100vw - 1240px)/2 + 42px));
  overflow: hidden;
  background: #061725;
}

.marine-cta-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(4,14,22,.35), rgba(4,14,22,.95)), url("../img/gulf-shores-orange-beach-marina-yacht-legacy-background.webp");
  background-size: cover;
  background-position: left center;
  opacity: .45;
}

.marine-cta-left,
.marine-cta-center,
.marine-signature {
  position: relative;
}

.marine-cta-left h2 {
  color: #fff;
  font-size: clamp(2.5rem, 4.2vw, 4.1rem);
}

.marine-cta-center {
  border-left: 2px solid rgba(209,161,90,.65);
  padding-left: 38px;
}

.marine-cta-center p {
  color: #fff;
  max-width: 420px;
  line-height: 1.6;
}

.marine-signature {
  text-align: center;
}

.signature-script {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 3.6rem;
  line-height: 1;
}

.signature-sub,
.signature-location {
  text-transform: uppercase;
  letter-spacing: .25em;
  font-size: .78rem;
  font-weight: 800;
}

.signature-rule {
  height: 1px;
  background: #d1a15a;
  max-width: 260px;
  margin: 18px auto;
  position: relative;
}

.signature-rule::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #d1a15a;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: calc(50% - 3px);
}

.marine-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 38px max(28px, calc((100vw - 1240px)/2 + 28px));
  background: #061c2d;
  border-top: 1px solid rgba(209,161,90,.36);
  border-bottom: 1px solid rgba(209,161,90,.22);
}

.marine-trust-strip article {
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 16px;
}

.trust-icon {
  color: #d1a15a;
  font-size: 2.8rem;
  line-height: 1;
  grid-row: span 2;
}

.marine-trust-strip h3 {
  color: #d1a15a;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  margin: 0 0 8px;
}

.marine-trust-strip p {
  color: rgba(255,255,255,.9);
  font-size: .92rem;
  line-height: 1.5;
  margin: 0;
}

.marine-lifestyle-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 8px 8px;
  background: #061c2d;
}

.marine-lifestyle-row figure {
  margin: 0;
}

.marine-lifestyle-row img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.marine-lifestyle-row figcaption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .73rem;
  font-weight: 800;
  padding: 14px 8px 18px;
}

@media (max-width: 980px) {
  .yacht-nav {
    display: flex;
    gap: 18px;
    font-size: .7rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .yacht-hero {
    min-height: auto;
  }

  .yacht-hero-photo {
    background-position: 68% center;
  }

  .marine-feature-grid,
  .built-gallery,
  .marine-cta-band,
  .marine-trust-strip,
  .marine-lifestyle-row {
    grid-template-columns: 1fr;
  }

  .marine-feature:not(:last-child)::after {
    display: none;
  }

  .built-gallery img,
  .marine-lifestyle-row img {
    height: auto;
  }

  .marine-cta-center {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 620px) {
  .yacht-nav-wrap {
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    align-items: flex-start;
  }

  .yacht-nav {
    display: none;
  }

  .yacht-hero-content {
    padding: 64px 24px;
  }

  .yacht-hero h1 {
    font-size: 3rem;
  }
}


/* Wall Art Page */
.wall-art-page {
  background: #061926;
  color: #fff;
}

.wall-art-header {
  background: #101515;
  position: sticky;
  top: 0;
  z-index: 60;
}

.wall-art-nav-wrap {
  max-width: 1280px;
}

.wall-art-brand .brand-main {
  font-family: Georgia, 'Times New Roman', serif;
  color: #deb87e;
  font-size: 2.3rem;
  line-height: .82;
}

.wall-art-brand .brand-sub {
  color: #deb87e;
  letter-spacing: .28em;
  font-size: .72rem;
  margin-top: 6px;
}

.wall-art-nav a.active {
  color: #deb87e;
}

.wall-hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.wall-hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("../img/great-blue-heron-coastal-wall-art-gulf-shores-orange-beach-alabama.webp");
  background-size: cover;
  background-position: 56% 30%;
}

.wall-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,14,16,.91) 0%, rgba(9,14,16,.76) 36%, rgba(9,14,16,.25) 68%, rgba(9,14,16,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.16));
}

.wall-hero-content {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 84px 42px;
}

.wall-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.1rem);
  max-width: 760px;
  margin: 0 0 24px;
  line-height: 1.08;
}

.wall-hero p {
  max-width: 650px;
  line-height: 1.55;
  color: rgba(255,255,255,.94);
}

.wall-button-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.wall-button-row.center {
  justify-content: center;
}

.btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.btn-outline-gold {
  border: 2px solid #b17e34;
  color: #b17e34;
  background: transparent;
}

.wall-intro {
  background: linear-gradient(180deg, #061926 0%, #082434 100%);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  padding: 74px max(70px, calc((100vw - 1280px)/2 + 70px));
  align-items: center;
}

.wall-copy h2,
.gallery-copy h2,
.space-heading h2,
.wall-final-cta h2 {
  color: #fff;
  font-size: clamp(2.25rem, 3.5vw, 3.55rem);
  line-height: 1.14;
  margin: 0;
}

.wall-copy p,
.gallery-copy p,
.space-heading p,
.wall-final-cta p {
  color: rgba(255,255,255,.86);
  line-height: 1.62;
}

.gold-rule {
  width: 95px;
  height: 2px;
  background: #b17e34;
  margin: 24px 0;
}

.gold-rule.center {
  margin-left: auto;
  margin-right: auto;
}

.framed-art {
  margin: 0;
  background: #1f333f;
  padding: 24px 24px 42px;
  border-radius: 6px;
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
}

.framed-art img {
  display: block;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  object-position: 50% 48%;
  border: 16px solid #e5d7c3;
  outline: 2px solid #111;
  background: #e5d7c3;
}

.framed-art figcaption {
  color: rgba(255,255,255,.72);
  font-size: .84rem;
  margin-top: 22px;
}

.gallery-availability {
  background: #082031;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 70px max(70px, calc((100vw - 1280px)/2 + 70px));
}

.wall-triptych {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.wall-triptych figure {
  margin: 0;
  background: #e5d7c3;
  padding: 8px;
}

.wall-triptych img {
  width: 100%;
  height: 285px;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 1px solid #111;
}

.gallery-copy .btn {
  margin-top: 10px;
}

.designed-space {
  background: #e5d7c3;
  color: #192028;
  padding: 72px max(70px, calc((100vw - 1280px)/2 + 70px)) 82px;
}

.space-heading {
  text-align: center;
  max-width: 970px;
  margin: 0 auto 58px;
}

.space-heading h2 {
  color: #192028;
}

.space-heading p {
  color: #4d463f;
}

.space-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.space-card-grid article {
  background: #f6efe5;
  border: 1px solid #c7b59a;
  border-radius: 5px;
  padding: 34px 32px;
}

.space-card-grid h3 {
  font-size: 1.55rem;
  margin: 0 0 14px;
  color: #192028;
}

.space-card-grid p {
  color: #4d463f;
  margin: 0;
}

.space-card-grid .gold-rule {
  margin: 22px 0 0;
  width: 85px;
}

.wall-final-cta {
  background: #061926;
  text-align: center;
  padding: 58px 28px 68px;
}

.wall-final-cta h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.wall-final-cta p {
  max-width: 860px;
  margin: 22px auto 0;
}

@media (max-width: 980px) {
  .wall-art-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
    font-size: .72rem;
  }

  .wall-intro,
  .gallery-availability,
  .space-card-grid {
    grid-template-columns: 1fr;
  }

  .wall-triptych img {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .wall-art-nav {
    display: none;
  }

  .wall-hero {
    min-height: auto;
  }

  .wall-hero-content {
    padding: 64px 24px;
  }

  .wall-intro,
  .gallery-availability,
  .designed-space {
    padding-left: 24px;
    padding-right: 24px;
  }

  .wall-triptych {
    grid-template-columns: 1fr;
  }
}


/* About Page */
.about-page {
  background: #061926;
  color: #fff;
}

.about-header {
  background: #101515;
  position: sticky;
  top: 0;
  z-index: 60;
}

.about-nav-wrap {
  max-width: 1280px;
}

.about-brand .brand-main {
  font-family: Georgia, 'Times New Roman', serif;
  color: #deb87e;
  font-size: 2.3rem;
  line-height: .82;
}

.about-brand .brand-sub {
  color: #deb87e;
  letter-spacing: .28em;
  font-size: .72rem;
  margin-top: 6px;
}

.about-nav a.active {
  color: #deb87e;
}

.about-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #061926 0%, #0b3041 100%);
}

.about-hero::before {
  content: "";
  position: absolute;
  width: 980px;
  height: 980px;
  border-radius: 50%;
  right: -80px;
  top: -210px;
  background: rgba(70, 145, 170, .16);
}

.about-hero-content {
  position: relative;
  max-width: 1280px;
  min-height: 620px;
  margin: 0 auto;
  padding: 72px 42px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

.about-hero-copy h1 {
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  margin: 0 0 24px;
  color: #fff;
}

.about-hero-copy p {
  max-width: 650px;
  color: rgba(255,255,255,.94);
  line-height: 1.6;
}

.about-button-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.about-facebook-btn {
  background: #1877f2;
  color: #fff;
}

.about-hero-image-wrap {
  position: relative;
  min-height: 520px;
}

.about-hero-image-wrap img {
  position: absolute;
  right: 0;
  top: 0;
  width: min(520px, 100%);
  height: 520px;
  object-fit: cover;
  object-position: 55% 48%;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0,0,0,.70) 73%, rgba(0,0,0,0) 100%);
  mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0,0,0,.70) 73%, rgba(0,0,0,0) 100%);
  filter: drop-shadow(0 28px 42px rgba(0,0,0,.25));
}

.about-story {
  background: linear-gradient(180deg, #061926 0%, #082434 100%);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  padding: 74px max(70px, calc((100vw - 1280px)/2 + 70px));
  align-items: center;
}

.about-story h2,
.about-local h2,
.about-client-section h2,
.about-final-cta h2 {
  color: #fff;
  font-size: clamp(2.25rem, 3.5vw, 3.55rem);
  line-height: 1.14;
  margin: 0;
}

.about-story p,
.about-local p,
.about-final-cta p {
  color: rgba(255,255,255,.86);
  line-height: 1.62;
}

.about-difference-card,
.about-facebook-card {
  background: #e5d7c3;
  color: #192028;
  border-radius: 7px;
  padding: 42px;
}

.about-difference-card h3,
.about-facebook-card h3 {
  font-size: 1.65rem;
  margin: 0 0 20px;
}

.about-difference-card p,
.about-facebook-card p {
  color: #4d463f;
}

.about-difference-card ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.about-difference-card li {
  color: #b17e34;
  margin: 12px 0;
}

.about-difference-card li::before {
  content: "• ";
}

.about-client-section {
  background: #e5d7c3;
  color: #192028;
  padding: 64px max(70px, calc((100vw - 1280px)/2 + 70px)) 72px;
}

.about-client-section h2 {
  color: #192028;
  text-align: center;
}

.about-service-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-service-grid article {
  background: #f6efe5;
  border: 1px solid #c7b59a;
  border-radius: 5px;
  padding: 34px 32px;
}

.about-service-grid h3 {
  font-size: 1.55rem;
  margin: 0 0 14px;
  color: #192028;
}

.about-service-grid p {
  color: #4d463f;
}

.about-testimonial-heading {
  margin: 52px 0 24px;
  text-align: center;
  font-size: 1.45rem;
  color: #192028;
}

.about-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.about-testimonial-grid blockquote {
  margin: 0;
  background: #fff9f0;
  border: 1px solid #cbb797;
  border-radius: 5px;
  padding: 24px 20px;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-testimonial-grid p {
  margin: 0;
  color: #192028;
  line-height: 1.45;
}

.about-testimonial-grid cite {
  color: #b17e34;
  font-style: normal;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}

.about-local {
  background: #082031;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  padding: 74px max(70px, calc((100vw - 1280px)/2 + 70px));
  align-items: center;
}

.about-final-cta {
  background: #061926;
  text-align: center;
  padding: 58px 28px 68px;
}

.about-final-cta h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.about-final-cta p {
  max-width: 920px;
  margin: 22px auto 28px;
}

@media (max-width: 1100px) {
  .about-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .about-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
    font-size: .72rem;
  }

  .about-hero-content,
  .about-story,
  .about-local,
  .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-image-wrap {
    min-height: 420px;
  }

  .about-hero-image-wrap img {
    left: 0;
    right: auto;
    height: 420px;
    width: 420px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .about-nav {
    display: none;
  }

  .about-hero-content,
  .about-story,
  .about-client-section,
  .about-local {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-testimonial-grid {
    grid-template-columns: 1fr;
  }
}


/* Contact Page */
.contact-page {
  background: #061926;
  color: #fff;
}

.contact-header {
  background: #101515;
  position: sticky;
  top: 0;
  z-index: 60;
}

.contact-nav-wrap {
  max-width: 1280px;
}

.contact-brand .brand-main {
  font-family: Georgia, 'Times New Roman', serif;
  color: #deb87e;
  font-size: 2.3rem;
  line-height: .82;
}

.contact-brand .brand-sub {
  color: #deb87e;
  letter-spacing: .28em;
  font-size: .72rem;
  margin-top: 6px;
}

.contact-nav a.active {
  color: #deb87e;
}

.contact-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.contact-hero-photo {
  position: absolute;
  inset: 0;
  background-image: url("../img/contact-bama-beach-photography-gulf-shores-orange-beach-coastal-inquiry.webp");
  background-size: cover;
  background-position: 52% 42%;
}

.contact-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,18,26,.96) 0%, rgba(6,18,26,.86) 46%, rgba(6,18,26,.35) 74%, rgba(6,18,26,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.18));
}

.contact-hero-content {
  position: relative;
  min-height: 560px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 42px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 72px;
  align-items: center;
}

.contact-hero h1 {
  color: #fff;
  font-size: clamp(3.25rem, 5.4vw, 5.6rem);
  line-height: 1.08;
  margin: 0 0 24px;
}

.contact-hero-copy p {
  max-width: 720px;
  line-height: 1.6;
  color: rgba(255,255,255,.94);
}

.contact-button-row {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.contact-facebook-btn {
  background: #1877f2;
  color: #fff;
}

.contact-request-card {
  background: #e5d7c3;
  color: #192028;
  border-radius: 8px;
  padding: 44px;
}

.contact-request-card h2 {
  font-size: 2rem;
  margin: 0 0 18px;
}

.contact-request-card p {
  color: #4d463f;
  line-height: 1.55;
}

.contact-request-card .btn {
  margin-top: 16px;
}

.contact-location-note {
  margin-top: 18px;
  font-size: .92rem;
}

.contact-options {
  background: #061926;
  padding: 62px max(70px, calc((100vw - 1280px)/2 + 70px)) 78px;
}

.contact-section-heading {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 48px;
}

.contact-section-heading h2,
.contact-service-area h2,
.contact-final-cta h2 {
  font-size: clamp(2.1rem, 3.6vw, 3.4rem);
  color: #fff;
  margin: 0;
}

.contact-section-heading p {
  color: rgba(255,255,255,.86);
  line-height: 1.62;
}

.contact-option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.contact-option-grid article {
  border: 1px solid #b17e34;
  background: #092636;
  border-radius: 5px;
  padding: 32px;
}

.contact-option-grid h3 {
  color: #fff;
  font-size: 1.7rem;
  margin: 0 0 14px;
}

.contact-option-grid p {
  color: rgba(255,255,255,.84);
  margin: 0;
  line-height: 1.55;
}

.contact-service-area {
  background: #e5d7c3;
  color: #192028;
  text-align: center;
  padding: 64px max(70px, calc((100vw - 1280px)/2 + 70px)) 82px;
}

.contact-service-area h2 {
  color: #192028;
}

.contact-service-area p {
  color: #4d463f;
  max-width: 900px;
  line-height: 1.62;
  margin: 0 auto;
}

.contact-location-chips {
  margin-top: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.contact-location-chips span {
  background: #f6efe5;
  border: 1px solid #c7b59a;
  border-radius: 999px;
  color: #192028;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 24px;
  font-size: .82rem;
  font-weight: 800;
}

.contact-final-cta {
  background: #082031;
  text-align: center;
  padding: 58px 28px 70px;
}

.contact-final-cta h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.contact-final-cta p {
  max-width: 980px;
  color: rgba(255,255,255,.86);
  margin: 24px auto 34px;
  line-height: 1.62;
}

@media (max-width: 980px) {
  .contact-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
    font-size: .72rem;
  }

  .contact-hero-content,
  .contact-option-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-content {
    gap: 36px;
  }
}

@media (max-width: 640px) {
  .contact-nav {
    display: none;
  }

  .contact-hero-content,
  .contact-options,
  .contact-service-area {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-hero h1 {
    font-size: 3rem;
  }
}


/* What to Wear Page */
.wear-page {
  background: #fbf7f1;
  color: #0e2a44;
}

.wear-header {
  background: rgba(255,255,255,.96);
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 1px 16px rgba(0,0,0,.06);
}

.wear-nav-wrap {
  max-width: 1320px;
}

.wear-brand .brand-main {
  font-family: Georgia, 'Times New Roman', serif;
  color: #0e2a44;
  font-size: 2.15rem;
  line-height: .82;
}

.wear-brand .brand-sub {
  color: #0e2a44;
  letter-spacing: .30em;
  font-size: .72rem;
  margin-top: 6px;
}

.wear-nav a,
.wear-nav button {
  color: #0e2a44;
}

.more-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.more-menu button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  padding: 12px 0;
}

.more-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 245px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  border: 1px solid rgba(14,42,68,.12);
  padding: 10px 0;
  z-index: 100;
}

.more-dropdown a {
  display: block;
  padding: 13px 18px;
  white-space: nowrap;
  color: #0e2a44;
}

.more-menu:hover .more-dropdown,
.more-menu:focus-within .more-dropdown {
  display: block;
}

.wear-hero {
  background: linear-gradient(90deg, #fbf7f1 0%, #f7efe4 48%, #f9eadb 100%);
}

.wear-hero-content {
  min-height: 580px;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .44fr .56fr;
  align-items: stretch;
}

.wear-hero-copy {
  padding: 72px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wear-script {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(4rem, 7vw, 7.5rem);
  line-height: .88;
  color: #0e2a44;
  margin: 0 0 22px;
}

.wear-script.small {
  font-size: clamp(2.6rem, 4vw, 4rem);
}

.wear-hero h1 {
  color: #0e2a44;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: clamp(2.1rem, 3vw, 3.3rem);
  line-height: 1.18;
  margin: 0;
}

.wear-hero p:not(.wear-script) {
  color: #0e2a44;
  font-size: 1.15rem;
  line-height: 1.58;
  max-width: 560px;
}

.wear-hero-image {
  background-image: url("../img/what-to-wear-gulf-shores-orange-beach-family-beach-portraits-soft-neutral-outfits.webp");
  background-size: cover;
  background-position: center;
}

.wear-number {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
  color: #0e2a44;
  font-size: .95rem;
  margin: 0 0 18px;
}

.wear-mom-section {
  display: grid;
  grid-template-columns: .37fr .36fr .27fr;
  min-height: 350px;
  background: #fff;
}

.wear-mom-copy {
  padding: 58px 70px;
}

.wear-mom-copy h2 {
  font-size: 2rem;
  margin: 0 0 18px;
}

.wear-mom-copy p {
  color: #1e2f3b;
  line-height: 1.65;
}

.wear-callout {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  color: #b17e34 !important;
  font-size: 2rem;
  line-height: 1.25 !important;
  margin-top: 30px;
}

.wear-mom-image {
  margin: 0;
}

.wear-mom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wear-love-list {
  padding: 58px 60px;
  background: #fbf7f1;
}

.wear-love-list h3,
.palette-accent h3 {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .95rem;
  color: #0e2a44;
  margin: 0 0 24px;
}

.wear-love-list ul,
.wear-details ul,
.family-grid ul {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.7;
}

.wear-palette {
  background: #fbf7f1;
  padding: 58px 70px;
  display: grid;
  grid-template-columns: .25fr .52fr .23fr;
  align-items: center;
  gap: 40px;
  border-top: 1px solid rgba(14,42,68,.08);
  border-bottom: 1px solid rgba(14,42,68,.08);
}

.wear-palette p {
  line-height: 1.6;
}

.palette-center {
  text-align: center;
}

.palette-center h2 {
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .88rem;
}

.color-dots,
.accent-dots {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 28px 0 18px;
}

.color-dots span,
.accent-dots span {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(14,42,68,.08);
}

.accent-dots span {
  width: 62px;
  height: 62px;
}

.wear-avoid {
  display: grid;
  grid-template-columns: .68fr .32fr;
  background: #fff;
}

.wear-avoid-copy {
  padding: 58px 70px;
}

.avoid-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.avoid-grid article {
  text-align: center;
  font-size: .88rem;
}

.avoid-grid strong {
  display: block;
  color: #0e2a44;
  margin-bottom: 8px;
}

.avoid-grid span {
  color: #3e4b53;
}

.wear-avoid figure,
.wear-family figure {
  margin: 0;
}

.wear-avoid img,
.wear-family img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wear-family {
  background: #fbf7f1;
  padding: 58px 20px 40px;
  display: grid;
  grid-template-columns: 1fr .28fr;
  gap: 26px;
  align-items: stretch;
}

.wear-family > .wear-number {
  grid-column: 1 / -1;
  text-align: center;
}

.family-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.family-grid article {
  background: #fff;
  padding: 28px;
  border: 1px solid rgba(14,42,68,.10);
}

.family-grid h3 {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .95rem;
  text-align: center;
}

.wear-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-top: 1px solid rgba(14,42,68,.08);
  border-bottom: 1px solid rgba(14,42,68,.08);
}

.wear-details article {
  display: grid;
  grid-template-columns: .62fr .38fr;
  align-items: stretch;
  min-height: 260px;
}

.detail-copy {
  padding: 44px 70px;
}

.wear-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wear-checklist {
  display: grid;
  grid-template-columns: .4fr .2fr .4fr;
  gap: 32px;
  align-items: center;
  background: #fbf7f1;
  padding: 50px 70px 64px;
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 26px;
  padding-left: 1.1rem;
}

.wear-checklist img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.wear-final-note {
  text-align: center;
}

.wear-final-note p:not(.wear-script) {
  color: #0e2a44;
  line-height: 1.6;
  max-width: 420px;
  margin: 0 auto 22px;
}

@media (max-width: 1100px) {
  .wear-hero-content,
  .wear-mom-section,
  .wear-palette,
  .wear-avoid,
  .wear-family,
  .wear-details,
  .wear-checklist {
    grid-template-columns: 1fr;
  }

  .wear-hero-image {
    min-height: 420px;
  }

  .avoid-grid,
  .family-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wear-details article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wear-nav {
    display: none;
  }

  .wear-hero-copy,
  .wear-mom-copy,
  .wear-love-list,
  .wear-palette,
  .wear-avoid-copy,
  .detail-copy,
  .wear-checklist {
    padding-left: 24px;
    padding-right: 24px;
  }

  .avoid-grid,
  .family-grid,
  .checklist-grid {
    grid-template-columns: 1fr;
  }
}


/* Artwork & Print Process Page */
.process-page {
  background: #fbf7f1;
  color: #0e2a44;
}

.process-header {
  background: rgba(255,255,255,.96);
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 1px 16px rgba(0,0,0,.06);
}

.process-nav-wrap {
  max-width: 1320px;
}

.process-brand .brand-main {
  font-family: Georgia, 'Times New Roman', serif;
  color: #0e2a44;
  font-size: 2.15rem;
  line-height: .82;
}

.process-brand .brand-sub {
  color: #0e2a44;
  letter-spacing: .30em;
  font-size: .72rem;
  margin-top: 6px;
}

.process-nav a,
.process-nav button {
  color: #0e2a44;
}

.process-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: .36fr .64fr;
  align-items: stretch;
  background: linear-gradient(90deg, #fbf7f1 0%, #f5ece2 52%, #fff 100%);
}

.process-hero-copy {
  padding: 76px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.process-hero h1 {
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.1;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  margin: 0 0 14px;
}

.process-hero h1 span {
  font-size: 1.32em;
  letter-spacing: .16em;
}

.process-kicker {
  color: #b17e34;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 1.25rem;
  margin: 0 0 26px;
}

.process-hero-copy p:not(.process-kicker):not(.process-script) {
  max-width: 430px;
  line-height: 1.62;
}

.process-script {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  color: #b17e34;
  font-size: 2.35rem;
  line-height: 1.1;
  margin: 24px 0 0;
}

.process-hero-image {
  background-image: url("../img/from-image-to-artwork-gulf-shores-coastal-wall-art-print-process.webp");
  background-size: cover;
  background-position: center;
}

.process-why,
.process-options {
  padding: 48px max(50px, calc((100vw - 1280px)/2 + 50px)) 56px;
  background: #fff;
}

.process-options {
  background: #fbf7f1;
}

.section-heading {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 42px;
}

.section-heading h2 {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin: 0 0 14px;
  color: #0e2a44;
}

.section-heading p {
  color: #243949;
  line-height: 1.62;
}

.process-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
}

.process-value-grid article {
  text-align: center;
  padding: 28px 34px;
  border-left: 1px solid rgba(14,42,68,.16);
}

.process-value-grid article:first-child {
  border-left: 0;
}

.process-value-grid h3 {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .9rem;
}

.process-value-grid p {
  color: #243949;
  line-height: 1.55;
}

.print-option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.print-option-grid img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  display: block;
}

.print-option-grid article {
  text-align: center;
}

.print-option-grid h3 {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 1rem;
  margin: 24px 0 12px;
}

.print-option-grid p {
  color: #243949;
  line-height: 1.6;
}

.limited-edition {
  display: grid;
  grid-template-columns: .5fr .5fr;
  align-items: center;
  gap: 56px;
  background: #fff;
  padding: 58px max(50px, calc((100vw - 1280px)/2 + 50px));
}

.limited-edition figure {
  margin: 0;
}

.limited-edition img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.limited-copy h2 {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  margin: 0 0 18px;
}

.limited-copy p,
.limited-copy li {
  color: #243949;
  line-height: 1.62;
}

.limited-copy ul {
  padding-left: 1.2rem;
}

.dual-process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(14,42,68,.12);
}

.dual-process article {
  background: #fbf7f1;
  padding: 52px 40px 60px;
  text-align: center;
}

.dual-process h2 {
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: clamp(1.35rem, 2vw, 2rem);
  margin: 0 0 6px;
}

.subhead {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  color: #0e2a44;
  font-weight: 800;
}

.step-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.step-grid strong {
  display: block;
  text-transform: uppercase;
  font-size: .72rem;
  margin-bottom: 10px;
}

.step-grid span {
  color: #243949;
  font-size: .86rem;
  line-height: 1.45;
}

.process-cta {
  min-height: 230px;
  background-image: linear-gradient(90deg, rgba(251,247,241,.96), rgba(251,247,241,.72)), url("../img/sunset-sea-oats-coastal-artwork-gulf-shores-print-process.webp");
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr .55fr;
  align-items: center;
  gap: 50px;
  padding: 48px max(70px, calc((100vw - 1280px)/2 + 70px));
}

.process-cta h2 {
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin: 0 0 10px;
}

.process-cta h2 span {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.55em;
  color: #b17e34;
}

.process-inquiry-card {
  background: #0e2a44;
  color: #fff;
  text-decoration: none;
  padding: 34px 40px;
  display: block;
}

.process-inquiry-card span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}

.process-inquiry-card p {
  color: rgba(255,255,255,.88);
  margin-bottom: 0;
}

.process-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-top: 1px solid rgba(14,42,68,.12);
}

.process-trust-strip article {
  padding: 32px 34px;
  border-left: 1px solid rgba(14,42,68,.14);
}

.process-trust-strip article:first-child {
  border-left: 0;
}

.process-trust-strip h3 {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .82rem;
  margin: 0 0 10px;
}

.process-trust-strip p {
  color: #243949;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1100px) {
  .process-hero,
  .limited-edition,
  .dual-process,
  .process-cta {
    grid-template-columns: 1fr;
  }

  .process-hero-image {
    min-height: 420px;
  }

  .process-value-grid,
  .print-option-grid,
  .process-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 640px) {
  .process-nav {
    display: none;
  }

  .process-hero-copy,
  .process-why,
  .process-options,
  .limited-edition,
  .process-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .process-value-grid,
  .print-option-grid,
  .process-trust-strip {
    grid-template-columns: 1fr;
  }

  .process-value-grid article,
  .process-trust-strip article {
    border-left: 0;
    border-top: 1px solid rgba(14,42,68,.14);
  }
}


/* Apps Pages */
.apps-page,
.dualtrack-page,
.app-legal-page {
  background: #071927;
  color: #fff;
}

.apps-header {
  background: rgba(255,255,255,.96);
  position: sticky;
  top: 0;
  z-index: 80;
  box-shadow: 0 1px 16px rgba(0,0,0,.06);
}

.apps-nav-wrap {
  max-width: 1320px;
}

.apps-brand .brand-main {
  font-family: Georgia, 'Times New Roman', serif;
  color: #071927;
  font-size: 2.15rem;
  line-height: .82;
}

.apps-brand .brand-sub {
  color: #071927;
  letter-spacing: .30em;
  font-size: .72rem;
  margin-top: 6px;
}

.apps-nav a,
.apps-nav button {
  color: #071927;
}

.apps-hero {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 640px;
  display: grid;
  grid-template-columns: .95fr .85fr;
  align-items: center;
  gap: 70px;
  padding: 74px 42px;
}

.apps-eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #20d4c3;
  font-weight: 900;
  font-size: .85rem;
}

.apps-hero h1,
.apps-featured h2,
.apps-philosophy h2,
.apps-coming-soon h2 {
  color: #fff;
  font-size: clamp(2.6rem, 4.6vw, 5rem);
  line-height: 1.08;
  margin: 0 0 22px;
}

.apps-hero p,
.apps-philosophy p,
.apps-featured p,
.apps-coming-soon p {
  color: rgba(255,255,255,.86);
  line-height: 1.65;
}

.apps-hero img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}

.apps-button-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.apps-outline {
  border: 2px solid rgba(255,255,255,.72);
  color: #fff;
  background: transparent;
}

.apps-outline-dark {
  border: 2px solid #20d4c3;
  color: #20d4c3;
  background: transparent;
}

.apps-philosophy {
  background: #0b2638;
  text-align: center;
  padding: 70px max(42px, calc((100vw - 1280px)/2 + 42px));
}

.apps-philosophy h2,
.apps-coming-soon h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.apps-value-grid,
.apps-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 44px;
}

.apps-value-grid article,
.apps-placeholder-grid article {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(32,212,195,.28);
  border-radius: 16px;
  padding: 34px;
}

.apps-value-grid h3,
.apps-placeholder-grid h3 {
  color: #20d4c3;
  margin-top: 0;
}

.apps-featured {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 42px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.apps-featured h2 {
  font-size: clamp(2.7rem, 4vw, 4.8rem);
}

.apps-phone-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: center;
}

.apps-phone-row img {
  max-height: 520px;
  max-width: 31%;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
}

.apps-coming-soon {
  background: #0b2638;
  padding: 70px 42px 82px;
  text-align: center;
}

.apps-placeholder-grid {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, 1fr);
}

.dualtrack-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 76px 42px;
  display: grid;
  grid-template-columns: .85fr .9fr;
  gap: 70px;
  align-items: center;
}

.dualtrack-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  line-height: 1.05;
  margin: 0 0 24px;
}

.dualtrack-hero p,
.dualtrack-content p,
.dualtrack-content li {
  color: rgba(255,255,255,.86);
  line-height: 1.68;
}

.dualtrack-label {
  color: #20d4c3 !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.dualtrack-hero img {
  width: 100%;
  border-radius: 28px;
}

.dualtrack-screens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 42px 70px;
}

.dualtrack-screens.wide {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1240px;
}

.dualtrack-screens img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0,0,0,.36);
}

.dualtrack-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 72px 42px;
}

.dualtrack-content h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  margin-top: 34px;
}

.app-legal-page {
  padding: 70px 24px 90px;
}

.app-legal-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  color: #071927;
  border-radius: 18px;
  padding: 54px;
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.app-legal-card h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-top: 0;
}

.app-legal-card h2 {
  margin-top: 34px;
  color: #071927;
}

.app-legal-card p,
.app-legal-card li {
  color: #263849;
  line-height: 1.68;
}

.app-legal-card a:not(.btn) {
  color: #007c89;
}

@media (max-width: 980px) {
  .apps-hero,
  .apps-featured,
  .dualtrack-hero {
    grid-template-columns: 1fr;
  }

  .apps-value-grid,
  .apps-placeholder-grid,
  .dualtrack-screens,
  .dualtrack-screens.wide {
    grid-template-columns: 1fr;
  }

  .apps-phone-row {
    flex-wrap: wrap;
  }

  .apps-phone-row img {
    max-width: 30%;
  }
}

@media (max-width: 640px) {
  .apps-nav {
    display: none;
  }

  .apps-hero,
  .apps-featured,
  .dualtrack-hero,
  .dualtrack-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .apps-phone-row img {
    max-width: 100%;
  }

  .app-legal-card {
    padding: 28px;
  }
}


/* Final QA Corrections */
.site-header .more-menu { position: relative; display: inline-flex; align-items: center; }
.site-header .more-menu button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  padding: 12px 0;
  color: inherit;
}
.site-header .more-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 255px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  border: 1px solid rgba(14,42,68,.12);
  padding: 10px 0;
  z-index: 1000;
}
.site-header .more-dropdown a {
  display: block;
  padding: 13px 18px;
  white-space: nowrap;
  color: #071927;
}
.site-header .more-menu:hover .more-dropdown,
.site-header .more-menu:focus-within .more-dropdown { display: block; }
.dualtrack-inline-image { margin: 34px 0; text-align: center; }
.dualtrack-inline-image img { max-width: 340px; width: 100%; border-radius: 22px; box-shadow: 0 20px 60px rgba(0,0,0,.34); }
.app-legal-card h3 { color: #071927; margin-top: 24px; }
.app-legal-card ul, .dualtrack-content ul, .dualtrack-content ol { color: rgba(255,255,255,.86); line-height: 1.68; }
.app-legal-card ul { color: #263849; }
.app-legal-card li { margin: 7px 0; }


/* Final V2 QA Enhancements */
.local-links-page {
  background: #071927;
  color: #fff;
}
.local-links-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 84px 42px 54px;
}
.local-links-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 1.08;
  margin: 0 0 24px;
  max-width: 900px;
}
.local-links-hero p {
  color: rgba(255,255,255,.86);
  line-height: 1.65;
  max-width: 760px;
}
.local-links-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 42px 72px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.local-links-grid article {
  background: #092636;
  border: 1px solid rgba(177,126,52,.78);
  border-radius: 8px;
  padding: 34px;
}
.local-links-grid h2 {
  color: #fff;
  margin-top: 0;
}
.local-links-grid p {
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}
.local-links-note {
  background: #e5d7c3;
  color: #192028;
  text-align: center;
  padding: 62px 28px 72px;
}
.local-links-note h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 0 0 18px;
}
.local-links-note p {
  max-width: 820px;
  margin: 0 auto 30px;
  color: #4d463f;
  line-height: 1.6;
}
.site-header a:focus-visible,
.site-header button:focus-visible,
.btn:focus-visible {
  outline: 3px solid #20d4c3;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .local-links-grid { grid-template-columns: 1fr; padding-left: 24px; padding-right: 24px; }
  .local-links-hero { padding-left: 24px; padding-right: 24px; }
}
