/* =========================================================
   YASARAA SALON & DRESS MAKING
   Kottawa — Main Stylesheet
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap');

:root {
  --cream: #f8f3ea;
  --cream-dark: #eee5d7;
  --ivory: #fffdf9;

  --sage: #7d8a68;
  --sage-dark: #4f5b43;
  --sage-light: #dfe4d7;

  --rose: #c9877b;
  --rose-light: #ead1cb;
  --burgundy: #713f3a;
  --burgundy-dark: #4d2926;

  --brown: #3a302a;
  --brown-light: #74675d;

  --gold: #bb9457;
  --gold-dark: #8c6c2e;
  --gold-light: #ecdfbf;

  --white: #ffffff;
  --border: rgba(58, 48, 42, 0.13);

  --display: "Cormorant Garamond", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;

  --container: 1380px;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --section-pad: clamp(5rem, 9vw, 9rem);

  --shadow-soft: 0 20px 60px rgba(58, 48, 42, 0.09);
  --shadow-card: 0 12px 35px rgba(58, 48, 42, 0.08);

  --radius: 4px;
  --radius-large: 18px;
}

/* =========================================================
   RESET
   ========================================================= */

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

::selection {
  background: var(--rose-light);
  color: var(--burgundy-dark);
}

/* =========================================================
   SHARED
   ========================================================= */

.utility-inner,
.header-inner,
.hero-grid,
.facts-inner,
.about-inner,
.services-inner,
.process-inner,
.gallery-inner,
.testimonials-inner,
.cta-inner,
.contact-inner,
.footer-inner {
  width: min(100% - (var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  line-height: 0.98;
  color: var(--brown);
}

h1 {
  font-size: clamp(4rem, 7vw, 7.2rem);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.65rem;
}

p {
  margin-top: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--burgundy);
  color: var(--white);
  box-shadow: 0 10px 25px rgba(113, 63, 58, 0.18);
}

.btn-primary:hover {
  background: var(--burgundy-dark);
  box-shadow: 0 14px 30px rgba(113, 63, 58, 0.25);
}

.btn-outline {
  border-color: var(--brown);
  color: var(--brown);
  background: transparent;
}

.btn-outline:hover {
  background: var(--brown);
  color: var(--white);
}

.btn-outline-light {
  border-color: rgba(255,255,255,0.65);
  color: var(--white);
}

.btn-outline-light:hover {
  background: var(--white);
  color: var(--burgundy);
}

.btn-sm {
  min-height: 42px;
  padding: 0.65rem 1.25rem;
}

/* =========================================================
   UTILITY BAR
   ========================================================= */

.utility-bar {
  background: var(--sage-dark);
  color: rgba(255,255,255,0.8);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.utility-left,
.utility-right {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.utility-left span,
.utility-right a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.utility-right a {
  transition: color 0.2s ease;
}

.utility-right a:hover {
  color: var(--white);
}

.utility-divider {
  opacity: 0.3;
}

/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(248, 243, 234, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  color: var(--burgundy);
}

.brand-mark {
  width: 31px;
  height: 31px;
}

[data-business-name] {
  text-transform: uppercase;
}

.brand-text {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vw, 2rem);
  margin-left: auto;
}

.main-nav a {
  position: relative;
  padding: 0.5rem 0;
  color: var(--brown);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 500;
}

.header-phone:hover {
  color: var(--burgundy);
}

.nav-toggle {
  display: none;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 4px auto;
  background: var(--brown);
  transition: transform 0.25s ease;
}

/* =========================================================
   HERO
   ========================================================= */

.hero {
  position: relative;
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(5rem, 9vw, 9rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: var(--rose-light);
  opacity: 0.42;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 8rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy .eyebrow {
  position: relative;
  max-width: 430px;
  padding-left: 2.2rem;
}

.hero-copy .eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.6rem;
  height: 1.5px;
  background: var(--gold);
  transform: translateY(-50%);
}

.hero-copy h1 {
  max-width: 780px;
  margin-bottom: 1.7rem;
}

.hero-sub {
  max-width: 580px;
  margin-bottom: 2rem;
  color: var(--brown-light);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-trust {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 1.7rem;
  border-top: 1px solid var(--border);
}

.hero-trust div {
  display: flex;
  flex-direction: column;
}

.hero-trust strong {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--burgundy);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.hero-trust span {
  margin-top: 0.35rem;
  color: var(--brown-light);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-height: 680px;
}

.hero-img-main {
  position: absolute;
  top: 0;
  right: 4%;
  width: 78%;
  height: 610px;
  object-fit: cover;
  border-radius: 190px 190px 8px 8px;
  box-shadow: var(--shadow-soft);
}

.hero-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(160deg, var(--sage-light), var(--rose-light));
  color: var(--brown-light);
  text-align: center;
}

.hero-photo-placeholder svg {
  color: var(--gold-dark);
}

.hero-photo-placeholder span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.hero-img-float {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 39%;
  height: 280px;
  object-fit: cover;
  border: 10px solid var(--cream);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.hero-badge {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: 250px;
  padding: 1rem 1.2rem;
  background: var(--ivory);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}

.hero-badge svg {
  flex-shrink: 0;
  color: var(--rose);
}

.hero-badge div {
  display: flex;
  flex-direction: column;
}

.hero-badge strong {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
}

.hero-badge span {
  color: var(--brown-light);
  font-size: 0.7rem;
}

/* =========================================================
   FACTS
   ========================================================= */

.facts-strip {
  background: var(--sage-dark);
  color: var(--white);
}

.facts-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.facts-inner > div {
  min-height: 110px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.3rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,0.14);
}

.facts-inner > div:last-child {
  border-right: 0;
}

.facts-inner svg {
  flex-shrink: 0;
  color: var(--rose-light);
}

.facts-inner span {
  font-size: 0.78rem;
  line-height: 1.4;
}

/* =========================================================
   ABOUT
   ========================================================= */

.about {
  padding: var(--section-pad) 0;
  background: var(--ivory);
}

.about-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(400px, 1.15fr);
  align-items: center;
  gap: clamp(4rem, 9vw, 9rem);
}

.about-media {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 1.5rem;
}

.about-media::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 75%;
  border: 1px solid var(--gold);
}

.about-media img {
  position: relative;
  z-index: 1;
  height: 650px;
  object-fit: cover;
  border-radius: 4px;
}

.about-copy h2 {
  max-width: 700px;
  margin-bottom: 1.8rem;
}

.about-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--brown-light);
  line-height: 1.9;
}

.about-points {
  display: grid;
  gap: 0.7rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.about-points li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9rem;
}

.about-points li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--rose);
}

/* =========================================================
   SERVICES
   ========================================================= */

.services {
  padding: var(--section-pad) 0;
  background: var(--cream);
}

.services-head {
  max-width: 780px;
  margin-bottom: 3rem;
}

.services-head h2 {
  margin-bottom: 1.2rem;
}

.services-head .lead {
  max-width: 650px;
  color: var(--brown-light);
  font-size: 1rem;
}

/* Pretty category switcher */

.service-tabs {
  display: inline-flex;
  gap: 0.45rem;
  padding: 0.4rem;
  margin-bottom: 3.5rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--ivory);
}

.tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 180px;
  padding: 0.9rem 1.6rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--brown-light);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.tab-btn:hover {
  color: var(--gold-dark);
}

.tab-btn.active {
  background: var(--burgundy);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(113, 63, 58, 0.2);
}

.service-panel[hidden] {
  display: none;
}

.panel-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

.panel-aside {
  position: sticky;
  top: 120px;
  padding: 1.5rem;
  background: var(--ivory);
  border: 1px solid var(--border);
}

.panel-aside img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.panel-aside h3 {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
}

.panel-aside p {
  margin-bottom: 0;
  color: var(--brown-light);
  font-size: 0.85rem;
  line-height: 1.7;
}

/* IMPORTANT: clean service grid */

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  min-height: 165px;
  background: var(--ivory);
  border: 1px solid var(--border);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,135,123,0.45);
  box-shadow: var(--shadow-card);
}

.service-card > img {
  width: 125px;
  height: 100%;
  min-height: 165px;
  object-fit: cover;
}

.service-card-body {
  padding: 1.25rem;
}

.service-card-top {
  display: block;
}

.service-card-top h3 {
  margin-bottom: 0.45rem;
  font-size: 1.45rem;
  line-height: 1.05;
}

.price {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-card p {
  margin: 0;
  color: var(--brown-light);
  font-size: 0.78rem;
  line-height: 1.6;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 1px dashed var(--border);
  border-radius: var(--radius-large);
  color: var(--brown-light);
  font-size: 0.9rem;
  text-align: center;
}

.price-note {
  margin: 1.5rem 0 0;
  color: var(--brown-light);
  font-size: 0.72rem;
  font-style: italic;
}

/* =========================================================
   PROCESS
   ========================================================= */

.process {
  padding: var(--section-pad) 0;
  background: var(--sage-light);
}

.process-inner > h2 {
  max-width: 700px;
  margin-bottom: 4rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-steps li {
  position: relative;
  padding-right: 1rem;
}

.process-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 48px;
  right: -10px;
  border-top: 1px solid rgba(79,91,67,0.3);
}

.step-num {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1.4rem;
  border-radius: 50%;
  background: var(--burgundy);
  color: var(--white);
  font-family: var(--display);
  font-size: 1.2rem;
}

.process-steps h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.process-steps p {
  margin: 0;
  color: var(--sage-dark);
  font-size: 0.76rem;
  line-height: 1.6;
}

/* =========================================================
   GALLERY
   ========================================================= */

.gallery {
  padding: var(--section-pad) 0;
  background: var(--ivory);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;
  gap: 1rem;
}

.gallery-grid figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--cream-dark);
}

.gallery-grid .g-tall {
  grid-row: span 2;
}

.gallery-grid figure:nth-child(2) {
  grid-column: span 2;
}

.gallery-grid figure:nth-child(5) {
  grid-column: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.gallery-grid figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.7rem 0.9rem;
  background: rgba(255,253,249,0.92);
  color: var(--brown);
  font-family: var(--display);
  font-size: 1.1rem;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */

.testimonials {
  padding: var(--section-pad) 0;
  background: var(--cream);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3.5rem;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 2.3rem;
  background: var(--ivory);
  border: 1px solid var(--border);
}

.stars {
  margin-bottom: 1.3rem;
  color: var(--gold-dark);
  letter-spacing: 0.18em;
}

.testimonial-grid blockquote p {
  min-height: 130px;
  margin-bottom: 1.5rem;
  color: var(--brown-light);
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.35;
}

.testimonial-grid footer {
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* =========================================================
   CTA
   ========================================================= */

.cta-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 8vw, 7rem) 0;
  background: var(--sage-dark);
  color: var(--white);
}

.cta-banner::before,
.cta-banner::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
}

.cta-banner::before {
  width: 500px;
  height: 500px;
  right: -200px;
  top: -250px;
}

.cta-banner::after {
  width: 350px;
  height: 350px;
  left: -200px;
  bottom: -200px;
}

.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-inner h2 {
  max-width: 850px;
  margin: 0 auto 1rem;
  color: var(--white);
}

.cta-inner p {
  max-width: 600px;
  margin: 0 auto 2rem;
  color: rgba(255,255,255,0.75);
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* =========================================================
   CONTACT
   ========================================================= */

.contact {
  padding: var(--section-pad) 0;
  background: var(--ivory);
}

.contact-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 7vw, 8rem);
  align-items: stretch;
}

.contact-info h2 {
  margin-bottom: 2rem;
}

.contact-list {
  display: grid;
  gap: 1.2rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.contact-list strong {
  margin-bottom: 0.15rem;
  color: var(--burgundy);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-list span,
.contact-list a {
  color: var(--brown-light);
  font-size: 0.9rem;
}

.contact-list a:hover {
  color: var(--burgundy);
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.hours-table th,
.hours-table td {
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--border);
  text-align: left;
  font-size: 0.78rem;
}

.hours-table th {
  font-weight: 600;
}

.hours-table td {
  color: var(--brown-light);
  text-align: right;
}

.social-row {
  display: flex;
  gap: 0.6rem;
}

.social-row a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--burgundy);
  transition: 0.2s ease;
}

.social-row a:hover {
  background: var(--burgundy);
  color: var(--white);
}

.contact-map {
  min-height: 560px;
}

.map-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 560px;
  background:
    linear-gradient(rgba(79,91,67,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,91,67,0.08) 1px, transparent 1px),
    var(--sage-light);
  background-size: 50px 50px;
  color: var(--sage-dark);
  text-align: center;
}

.map-placeholder span {
  padding: 1.5rem 2rem;
  background: rgba(255,253,249,0.92);
  font-family: var(--display);
  font-size: 1.5rem;
}

/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  padding: 4rem 0 1.5rem;
  background: var(--brown);
  color: rgba(255,255,255,0.7);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
}

.footer-brand .brand-text {
  color: var(--white);
}

.footer-brand p {
  max-width: 300px;
  margin: 1rem 0 1.2rem;
  font-size: 0.8rem;
  line-height: 1.7;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-col h4 {
  margin-bottom: 0.7rem;
  color: var(--rose-light);
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  color: rgba(255,255,255,0.65);
  font-size: 0.78rem;
}

.footer-col a:hover {
  color: var(--white);
}

.site-footer .social-row a {
  border-color: rgba(255,255,255,0.2);
  color: var(--rose-light);
}

.site-footer .social-row a:hover {
  background: var(--rose);
  border-color: var(--rose);
  color: var(--white);
}

.footer-bottom {
  width: min(100% - (var(--gutter) * 2), var(--container));
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4);
  font-size: 0.68rem;
  text-align: center;
}

/* =========================================================
   WHATSAPP FLOAT
   ========================================================= */

.mobile-fab {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 900;
  display: none;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #6d8b61;
  color: white;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* =========================================================
   LARGE TABLET
   ========================================================= */

@media (max-width: 1150px) {

  .main-nav {
    gap: 1rem;
  }

  .header-phone {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.95fr;
    gap: 3rem;
  }

  .hero-visual {
    min-height: 580px;
  }

  .hero-img-main {
    height: 520px;
  }

  .panel-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 1.5rem;
  }

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

  .process-steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
  }

  .process-steps li::after {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================================================
   MOBILE NAV / TABLET
   ========================================================= */

@media (max-width: 900px) {

  .utility-bar {
    display: none;
  }

  .header-inner {
    min-height: 76px;
  }

  .header-actions .btn {
    display: none;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem var(--gutter) 1.5rem;
    margin: 0;
    background: var(--ivory);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 20px 35px rgba(58,48,42,0.08);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--border);
  }

  .main-nav a::after {
    display: none;
  }

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

  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy .eyebrow {
    padding-left: 0;
  }

  .hero-copy .eyebrow::before {
    display: none;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-trust {
    justify-content: center;
  }

  .hero-visual {
    min-height: 620px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-img-main {
    right: 7%;
    width: 75%;
  }

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

  .facts-inner > div:nth-child(2) {
    border-right: 0;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .about-media {
    max-width: 650px;
  }

  .panel-layout {
    grid-template-columns: 1fr;
  }

  .panel-aside {
    position: static;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 1.5rem;
    align-items: center;
  }

  .panel-aside img {
    height: 180px;
    margin: 0;
  }

  .panel-aside h3,
  .panel-aside p {
    grid-column: 2;
  }

  .panel-aside h3 {
    margin-top: -4rem;
  }

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

  .testimonial-grid blockquote p {
    min-height: 0;
  }

  .contact-inner {
    grid-template-columns: 1fr;
  }

  .contact-map,
  .map-placeholder {
    min-height: 400px;
  }

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

  .mobile-fab {
    display: grid;
  }
}

/* =========================================================
   PHONE
   ========================================================= */

@media (max-width: 600px) {

  :root {
    --gutter: 1.2rem;
    --section-pad: 4.5rem;
  }

  body {
    font-size: 15px;
  }

  .brand-text {
    font-size: 1.55rem;
    letter-spacing: 0.03em;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .hero {
    padding-top: 1.75rem;
  }

  .hero-sub {
    font-size: 0.9rem;
  }

  .hero-trust {
    gap: 1.2rem;
  }

  .hero-trust strong {
    font-size: 1.65rem;
  }

  .hero-trust span {
    font-size: 0.6rem;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-img-main {
    width: 82%;
    right: 0;
    height: 420px;
    border-radius: 110px 110px 5px 5px;
  }

  .hero-img-float {
    width: 43%;
    height: 180px;
    border-width: 7px;
  }

  .hero-badge {
    right: 0;
    bottom: 35px;
    max-width: 190px;
    padding: 0.75rem;
  }

  .hero-badge strong {
    font-size: 1rem;
  }

  .hero-badge span {
    font-size: 0.6rem;
  }

  .facts-inner {
    grid-template-columns: 1fr;
  }

  .facts-inner > div {
    min-height: 75px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.14);
  }

  .facts-inner > div:last-child {
    border-bottom: 0;
  }

  .about-media {
    padding-left: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .about-media img {
    height: 480px;
  }

  .service-tabs {
    display: flex;
    width: 100%;
  }

  .tab-btn {
    min-width: 0;
    flex: 1;
    padding: 0.8rem 0.5rem;
    font-size: 0.68rem;
  }

  .panel-aside {
    display: block;
    padding: 1rem;
  }

  .panel-aside img {
    height: 230px;
    margin-bottom: 1rem;
  }

  .panel-aside h3 {
    margin: 0 0 0.5rem;
  }

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

  .service-card {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .service-card > img {
    width: 100px;
    min-height: 145px;
  }

  .service-card-body {
    padding: 1rem;
  }

  .service-card-top h3 {
    font-size: 1.25rem;
  }

  .service-card p {
    font-size: 0.72rem;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
  }

  .gallery-grid .g-tall {
    grid-row: span 2;
  }

  .gallery-grid figure:nth-child(2),
  .gallery-grid figure:nth-child(5) {
    grid-column: span 1;
  }

  .gallery-grid figcaption {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0.5rem;
    font-size: 0.9rem;
  }

  .cta-inner h2 {
    font-size: 2.8rem;
  }

  .cta-actions {
    flex-direction: column;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

/* =========================================================
   SMALL PHONE
   ========================================================= */

@media (max-width: 420px) {

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-trust {
    gap: 0.8rem;
  }

  .hero-trust strong {
    font-size: 1.45rem;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-img-main {
    height: 350px;
  }

  .hero-img-float {
    height: 145px;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}