:root {
    --cream: #F7F4EF;
    --warm-white: #FDFCFA;
    --sage: #8B9E8A;
    --sage-dark: #6B7D6A;
    --sage-light: #B8C9B6;
    --charcoal: #2C2C2A;
    --mid: #5A5A57;
    --gold: #C4A35A;
    --gold-light: #D4B870;
    --stone: #E8E2D9;
    --stone-dark: #D4CCBF;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--charcoal);
    overflow-x: hidden;
    font-weight: 300;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4rem;
    background: rgba(247, 244, 239, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--stone-dark);
  }

  .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: var(--charcoal);
    text-decoration: none;
  }

  .nav-logo span {
    color: var(--sage);
  }

  .nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }

  .nav-links a {
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    transition: color 0.5s;
transition: background 0.5s;
  }

  .nav-links a:hover { color: var(--charcoal); background: var(--stone);}

.nav-links a.active { color: var(--charcoal); background: var(--stone); }

  .nav-cta {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.65rem 1.6rem;
    background: var(--charcoal);
    color: var(--cream);
    text-decoration: none;
    transition: background 0.3s;
  }

  .nav-cta:hover { background: var(--sage-dark); }

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--charcoal);
  transition: transform 0.3s, opacity 0.3s;
}
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
  }

  .hero-about {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
margin-top: -2rem;
  }

  .contact-hero {


    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
  }

/* === CONTACT HERO BOTTOM DEAD SPACE FIX === */
#contact-hero-true-left,
.contact-hero-left {
  padding-bottom: 3rem;}

  .hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 5rem 6rem 4rem;
    position: relative;
    z-index: 2;
  }

#expander {padding-top: 2.5rem;}

.about-hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 5rem 6rem 4rem;
    position: relative;
    z-index: 2;
order: 2;
  }

  .hero-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--sage-dark);
font-weight: 400;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
text-align: center;
align-self: center;

  

  }

  .hero-eyebrow::before {
    content: '';
    width: 2.5rem;
    height: 1px;
    background: var(--sage);
    display: inline-block;
  }

.hero-eyebrow::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: var(--sage);
  display: inline-block;
}

  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.0;
    color: var(--charcoal);
    margin-bottom: 2rem;
  }

  .hero-title em {
    font-style: italic;
    color: var(--sage);
  }

  .hero-sub {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--mid);
    max-width: 400px;
    margin-bottom: 5rem;
  }

  .about-hero-sub {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--mid);
    max-width: 400px;
    margin-bottom: 3rem;
  }

  .about-hero-sub-final {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--mid);
    max-width: 400px;
    margin-bottom: -4rem;
  }

  .hero-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--charcoal);
    color: var(--cream);
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.2s;
  }

  .btn-primary:hover { background: var(--sage-dark); transform: translateY(-1px); }

  .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    text-decoration: none;
    transition: color 0.3s;
  }

  .btn-ghost:hover { color: var(--charcoal); }
  .btn-ghost::after { content: '→'; transition: transform 0.3s; }
  .btn-ghost:hover::after { transform: translateX(4px); }

  .hero-stats {
    display: flex;
    gap: 3rem;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid var(--stone-dark);
  }

  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    font-weight: 300;
    color: var(--charcoal);
    line-height: 1;
  }

  .stat-label {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mid);
    margin-top: 0.3rem;
  }

  /* Hero right - visual panel */
  .hero-right {
    position: relative;
    background: var(--stone);
    overflow: hidden;
  }

  .about-hero-right {
    position: relative;
    background: var(--stone);
    overflow: hidden;
  }

  .contact-hero-left {
    position: relative;
    background: var(--stone);
    overflow: hidden;
    display: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 5rem 6rem 4rem;
    z-index: 2;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-pattern {
    width: 100%;
    height: 100%;
    position: relative;
    
  }

  /* Decorative elements */
  .circle-lg {
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--stone-dark);
  }

  .c1 { width: 500px; height: 500px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .c2 { width: 350px; height: 350px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .c3 { width: 200px; height: 200px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--sage-light); opacity: 0.2; }

  .hero-badge {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; margin-top: 1rem;
  }

  .hero-badge-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    display: block;
  }

  .about-hero-badge {
    position: absolute;
    top: 35%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2; margin-top: 1rem;
  }

  .about-hero-badge-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    display: block;
  }

  .hero-badge-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--charcoal);
    font-style: italic;
margin-top: 1rem;
  }

  /* Floating cards */
  .float-card {
    position: absolute;
    background: white;
    padding: 1rem 1.4rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    min-width: 160px;
  }

  .float-card-label {
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.25rem;
  }

  .float-card-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--charcoal);
  }

  .fc1 { top: 18%; left: 10%; animation: float 6s ease-in-out infinite; }
  .fc2 { bottom: 22%; right: 8%; animation: float 6s ease-in-out infinite 2s; }
  .fc3 { bottom: 18%; left: 12%; animation: float 6s ease-in-out infinite 4s; }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

@keyframes float-center {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50%       { transform: translate(-50%, -50%) translateY(-8px); }
}

@keyframes bloom {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(139,158,138,0.4)) drop-shadow(0 8px 25px rgba(0,0,0,0.2)); }
  50%       { filter: drop-shadow(0 0 28px rgba(107,125,106,1.0)) drop-shadow(0 0 12px rgba(107,125,106,0.8)) drop-shadow(0 8px 25px rgba(0,0,0,0.15)); }
}

  /* TRUST BAR */
  .trust-bar {
    background: var(--charcoal);
    color: var(--cream);
    padding: 1.2rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    overflow: hidden;
  }

  .trust-bar-contact {
    background: var(--sage-dark);
    color: var(--cream);
    padding: 1.2rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    overflow: hidden;
  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    white-space: nowrap;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.8;
  }

  .trust-item-dot {
    width: 4px; height: 4px;
    background: var(--gold);
    border-radius: 50%;
    flex-shrink: 0;
  }

  /* SERVICES */
  .section {
    padding: 7rem 4rem;
  }

  .section-header {
    text-align: center;
    margin-bottom: 5rem;
  }

  .section-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
  }

#jama {justify-content:flex-start;}

  .section-eyebrow::before, .section-eyebrow::after {
    content: '';
    width: 2rem;
    height: 1px;
    background: var(--sage);
  }



  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.15;
    color: var(--charcoal);
  }

  .section-title em { font-style: italic; color: var(--sage); }

  /* Services grid */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--stone-dark);
    border: 2px solid var(--stone-dark);
    max-width: 1200px;
    margin: 0 auto;
  }

  .service-card {
    background: var(--warm-white);
    padding: 3rem 2.5rem;
    transition: background 0.3s;
    cursor: default;
text-align: center;
  }

  .service-card:hover { background: var(--cream); }

  .service-icon {
    justify-content: center;
    margin-bottom: 1.5rem;
    display: block;
  }

  .service-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--charcoal);
    margin-bottom: 0.75rem;
  }

  .service-desc {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--mid);
  }

.svc-packages-grid .svc-card:first-child .svc-card-header {
  background: var(--stone);
}

.svc-guarantee-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 680px) {
  .svc-guarantee-grid {
    grid-template-columns: 1fr;
  }
}

  /* SELLING POINTS */
  .selling-section {
    background: var(--charcoal);
    padding: 7rem 4rem;
    color: var(--cream);
  }

  .selling-section .section-eyebrow { color: var(--gold); }
  .selling-section .section-eyebrow::before,
  .selling-section .section-eyebrow::after { background: var(--gold); }
  .selling-section .section-title { color: var(--cream); }

.feature-num svg { display: block; }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
  }

  .feature-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,0.08);
    transition: border-color 0.3s, background 0.3s;
  }

  .feature-item:hover {
    border-color: rgba(196, 163, 90, 0.3);
    background: rgba(255,255,255,0.03);
  }

  .feature-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
    opacity: 0.6;
  }

  .feature-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: var(--cream);
    margin-bottom: 0.5rem;
  }

  .feature-desc {
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(247,244,239,0.6);
  }

  /* TOILETRIES / LINEN */

.linen-svc-card-inset .svc-includes-list li::before {
  display: none;
}

.linen-svc-card-inset .svc-includes-list li {
  padding: 0.9rem 0;
}

.linen-svc-card-inset .svc-includes-list li:first-child {
  padding-top: 0;
}

.linen-svc-card-inset .svc-includes-list li:last-child {
  margin-bottom: 0;
}

.linen-svc-card-inset .svc-includes-list {
  margin: 0;}

.svc-includes-list li:last-child {
  border-bottom: none;
}

.linen-svc-card-inset .svc-price {
  font-weight: 400;
}

.linen-svc-col {
  display: flex;
  flex-direction: column;
  position: relative;
}

.linen-svc-col .why-visual {
  position: absolute;
  inset: -7rem calc(-4rem - max(0px, (100vw - 1200px) / 2)) -7rem calc(-4rem - max(0px, (100vw - 1200px) / 2));
  margin: 0;
}

.linen-svc-col .section-eyebrow,
.linen-svc-col .section-title,
.linen-svc-col .about-hero-sub {
  position: relative;
  z-index: 2;
}

.linen-svc-card-inset {
  position: absolute;
  bottom: 18rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  max-width: 400px;
background: #FEFEFE !important;
}

@media (max-width: 680px) {
  .linen-svc-col .why-visual { display: none; }
}

  .linen-section {
    padding: 7rem 4rem;
    background: var(--stone);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
  }

  .linen-content {}

  .linen-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: var(--charcoal);
  }

  .linen-title em { font-style: italic; color: var(--sage); }

  .linen-desc {
    font-size: 0.92rem;
    line-height: 1.8;
    color: var(--mid);
    margin-bottom: 2.5rem;
  }

  .brand-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.5rem;
max-width: 380px;
  }

.brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.4rem 1rem;
  border: 1px solid var(--stone-dark);
  background: var(--warm-white);

  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--mid);
  text-decoration: none;

  transition:
    background 0.3s,
    border-color 0.3s,
    color 0.3s,
    transform 0.2s;

  cursor: pointer;
}

.brand-pill:hover {
  background: var(--stone);
  border-color: var(--sage-light);
  color: var(--charcoal);
  transform: translateY(-1px);
}

.brand-pill:active {
  transform: translateY(0);
}

.brand-pill:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 2px;
}

  .linen-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  .linen-box {
    background: var(--warm-white);
    padding: 2rem;
    text-align: center;
    border: 1px solid var(--stone-dark);
  }

  .linen-box-icon {font-size: 2rem; margin-bottom: 0.75rem; }
  .linen-box-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--charcoal);
    margin-bottom: 0.4rem;
  }
  .linen-box-sub {
    font-size: 0.75rem;
    color: var(--mid);
  }

  .linen-box.accent {
    background: var(--sage);
    color: var(--cream);
    border-color: var(--sage);
  }
  .linen-box.accent .linen-box-title { color: var(--cream); }
  .linen-box.accent .linen-box-sub { color: rgba(255,255,255,0.7); }

  /* WHY SECTION */
  .why-section {
    padding: 7rem 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
  }

  .why-visual {
    position: relative;
min-height: 400px;
  margin-top: -7rem;
  margin-bottom: -7rem;
  margin-left: calc(-4rem - max(0px, (100vw - 1200px) / 2));
  }

  .why-big-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11rem;
    font-weight: 300;
    color: var(--stone);
    line-height: 1;
    user-select: none;
    position: relative;
  }

  .why-overlay {
    position: absolute;
    bottom: auto;
top: 40%;
    left: 50%;
transform: translate(-50%, -50%);
    background: var(--warm-white);
    border: 1px solid var(--stone-dark);
    padding: 2rem;
    max-width: 260px;
animation: float-center 6s ease-in-out infinite;
  }

  .why-overlay-label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 0.5rem;
  }

  .why-overlay-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: var(--charcoal);
  }

  .why-overlay-sub {
    font-size: 0.78rem;
    color: var(--mid);
    margin-top: 0.3rem;
  }

  .why-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .why-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }

  .why-check {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: var(--sage-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.65rem;
    color: var(--sage-dark);
    margin-top: 2px;
  }

  .why-item-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--mid);
  }

  .why-item-text strong {
    font-weight: 500;
    color: var(--charcoal);
    display: block;
    margin-bottom: 0.2rem;
  }

  /* CTA SECTION */
  .cta-section {
    background: var(--sage);
    padding: 3rem 0rem;
    text-align: center;
  }

  .cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--cream);
    margin-bottom: 1.5rem;
    line-height: 1.1;
  }

  .cta-title em { font-style: italic; }

  .cta-sub {
    font-size: 0.95rem;
    color: rgba(247,244,239,0.8);
    margin-bottom: 3rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }

  .cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-white {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--cream);
    color: var(--charcoal);
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: background 0.3s;
  }
  .btn-white:hover { background: white; }

  .btn-outline-white {
    display: inline-block;
    padding: 1rem 2.5rem;
    border: 1px solid rgba(255,255,255,0.5);
    color: var(--cream);
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: border-color 0.3s;
  }
  .btn-outline-white:hover { border-color: white; }

/* CONTACT */


.contact-content {color: var(--sage-dark);}



  .contact-overlay-label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 1.5rem;
text-align: center;
  }

  .contact-overlay-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: var(--charcoal);
  }

  .contact-overlay-sub {
    font-size: 0.78rem;
    color: var(--mid);
    margin-top: 0.3rem;
  }

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

@media (max-width: 1300px) {
  .contact-info-cards {
    gap: 8rem;
  }
}

#one {
  align-self: flex-start;
}

#two {
  align-self: center;
}

#three {
  align-self: flex-end;
}

.contact-overlay svg {
  display: block;
  margin: 0 auto 0.5rem;
}

.contact-overlay {
  background: var(--warm-white);
  border: 1px solid var(--stone-dark);
  padding: 2rem;
  max-width: 260px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  animation: float 6s ease-in-out infinite;
}

.about-overlay + .about-overlay {
  margin-top: 4rem;
}

.about-overlay {
  background: var(--warm-white);
  border: 1px solid var(--stone-dark);
  padding: 2rem;
  max-width: 100%;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.contact-card {
  position: static;
  animation: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: unset;
}

.contact-form-col {  padding: 3.5rem 3rem !important;
  background: var(--warm-white);
  border: 1px solid var(--stone-dark);
  max-width: 600px;
margin: 0 auto;
width: 100%;
position: relative;
  left: 0.5rem; /* half the imbalance */

}

.contact-form-heading {
  font-family: serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-form-sub {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  color: #666;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.contact-form .btn-primary {
  color: var(--cream); align-self: center;
}

.contact-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #666;
opacity: 0.7;
}

.contact-label-optional {
  font-size: 0.7rem;
  color: #aaa;
  text-transform: none;
}

.contact-input {
  background: transparent;
  border: none; border-bottom: 1px solid var(--stone-dark);
  padding: 0.6rem 0;
  font-size: 0.9rem;
}

#message {border: 1px solid var(--stone-dark);}

.contact-input:focus {
  border-color: #888;
}

.contact-select {
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2rem;
}

.contact-select:invalid {
  color: var(--mid);
}

.contact-select:valid {
  color: var(--charcoal);
}

.contact-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-submit {
  padding: 0.9rem 2rem;
  background: #222;
  color: #fff;
  border: none;
  cursor: pointer;
}

.contact-submit:hover {
  background: #444;
}

.contact-form-note {
  font-size: 0.75rem;
  color: #999;
text-align: center;
}

/* SERVICES */

/* ── SERVICES PAGE HERO ── */
.svc-page-hero {
  padding: 10rem 4rem 5rem;
  background: var(--warm-white);
  text-align: center;
  border-bottom: 1px solid var(--stone-dark);
  position: relative;
  overflow: hidden;
}

.svc-page-hero-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.svc-page-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  color: var(--charcoal);
  margin-top: 1.5rem;
}

.svc-page-title em {
  font-style: italic;
  color: var(--sage);
}

/* ── PACKAGES GRID ── */
.svc-packages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto 2rem;
  align-items: stretch;
}

.svc-card {
  border: 1px solid var(--stone-dark);
  background: var(--warm-white);
  overflow: hidden;
}

.svc-card--featured {
  border-color: var(--sage-dark);
}

.svc-card-header {
  padding: 2rem 2.5rem;
  border-bottom: 1px solid var(--stone-dark);
}

.svc-card-header--featured {
  background: var(--sage-dark);
  border-bottom-color: transparent;
}

.svc-card-header--featured2 {
  background: var(--stone);
  border-bottom-color: transparent;
}

.svc-card-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.svc-card-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage-dark);
  margin-bottom: 0.75rem;
}

.svc-card-eyebrow--featured {
  color: rgba(255,255,255,0.6);
  margin-bottom: 0;
}

.svc-badge {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--charcoal);
  padding: 0.3rem 0.8rem;
  font-weight: 500;
}

.svc-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1.1;
}

.svc-card-title--featured {
  color: var(--cream);
}

.svc-card-body {
  padding: 2rem 2.5rem;
}

/* ── INCLUDES LIST ── */
.svc-includes-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
text-align: center;
}

.svc-includes-list {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.linen-svc-card-inset .svc-includes-list li .svc-includes-label {
  display: block;
  text-align: center;
  width: 100%;
}

.svc-includes-list li {
  font-size: 0.88rem;
  color: var(--mid);
  line-height: 1.5;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--stone);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.svc-includes-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 0.45rem;
}

/* ── PRICING TABLE ── */
.svc-pricing-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.75rem;
text-align: center;
}

.svc-pricing-label span {
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.7;
}

.svc-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.87rem;
}

.svc-pricing-table thead tr {
  background: var(--stone);
}

.svc-pricing-table--featured thead tr {
  background: var(--sage-light);
}

.svc-pricing-table th {
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sage-dark);
  text-align: left;
  padding: 0.6rem 0.75rem;
  font-weight: 400;
}

.svc-pricing-table td {
  padding: 0.75rem;
  color: var(--mid);
  border-bottom: 1px solid var(--stone);
}

.svc-pricing-table tr:last-child td {
  border-bottom: none;
}

.svc-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--charcoal);
  white-space: nowrap;
}

/* ── FOOTNOTE ── */
.svc-footnote {
  text-align: center;
  font-size: 0.78rem;
  color: var(--mid);
  max-width: 900px;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--stone-dark);
  line-height: 1.8;
}

/* ── ADD-ONS ── */
.svc-addons-sub {
  font-size: 0.92rem;
  color: rgba(247,244,239,0.65);
  margin-top: 1rem;
  line-height: 1.7;
}

.svc-addons-grid {
  max-width: 1000px;
  margin: 3rem auto 0;
  border: 1px solid rgba(255,255,255,0.12);
}

.svc-addon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.svc-addon-row:last-child {
  border-bottom: none;
}

.svc-addon-cell {
  padding: 1.4rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.svc-addon-cell:last-child {
  border-right: none;
}

.svc-addon-name {
  font-size: 0.85rem;
  color: rgba(247,244,239,0.75);
  line-height: 1.4;
}

.svc-addon-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--gold);
  font-style: italic;
text-align: center;
margin-top: 0.5rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 680px) {
  .svc-page-hero { padding: 8rem 1.5rem 3rem; }
  .svc-page-title { font-size: 2.6rem; }
  .svc-packages-grid { grid-template-columns: 1fr; }

  .svc-addon-cell { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .svc-addon-cell:last-child { border-bottom: none; }
}

/* mobile */
@media (max-width: 600px) {
  .contact-field-row {
    grid-template-columns: 1fr;
  }
}

  /* FOOTER */
  footer {
    background: var(--charcoal);
    color: var(--cream);
    padding-top: 2rem;
padding-left: 4rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
  }

  .footer-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  .footer-brand span { color: var(--sage-light); }

  .footer-tagline {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    max-width: 280px;
    margin-bottom: 2rem;
  }

  .footer-contact {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
  }

  .footer-contact a { color: var(--gold-light); text-decoration: none; }

  .footer-col-title {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage-light);
    margin-bottom: 1.5rem;
  }

  .footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }

  .footer-links a {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer-links a:hover { color: var(--cream); }

  .footer-bottom {
    background: var(--gold);
rgba(255,255,255,0.5);
    padding: 1.2rem 4rem;
padding-left: 2rem; padding-right: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom p {
    font-size: 0.8rem;
    color: var(--charcoal);
    letter-spacing: 0.05em;
  }

.footer-a {color: black;
background-color: var(--gold-light);
text-decoration: none;
animation: goldPulse 1.5s ease-in-out infinite;}

  /* ANIMATIONS */

@keyframes goldPulse {
  0%, 100% { background: var(--gold); }
  50% { background: var(--gold-light); }
}

  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }

  @media (max-width: 680px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
.nav-burger { display: flex; }
.nav-links {
  display: none;
  position: fixed;
  top: 57px;
  left: 0; right: 0;
  background: rgba(247,244,239,0.97);
  backdrop-filter: blur(12px);
  flex-direction: column;
  padding: 2rem 1.5rem;
  gap: 1.5rem;
  border-bottom: 1px solid var(--stone-dark);
}
.nav-links.open { display: flex; }
    .hero { grid-template-columns: 1fr; }
    .hero {
  position: relative;
}

.hero-right {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  pointer-events: none;
}

.hero-left {
  position: relative;
  z-index: 1;
}

.fc1, .fc2, .fc3, .hero-badge {
  display: none;
}
    footer-col-title {margin-bottom: 0.5rem !important;}
    .hero-left { padding: 8rem 2rem 4rem; } 
    .hero-title { font-size: 3.5rem; }
    .services-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .linen-section { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 1.5rem; gap: 3rem; grid-template-columns: 1fr;} .linen-visual {
  grid-template-columns: 1fr !important;
  gap: 50px !important; /* obvious spacing */
}
    .why-section {grid-template-columns: 1fr; } .why-overlay { display: none; } .why-visual { display: none; }
    .why-big-text { font-size: 6rem; }
    
    .section { padding: 4rem 1.5rem; }
    .trust-bar { gap: 2rem; flex-wrap: wrap; padding: 1.2rem 1.5rem; }
    .trust-bar-contact { gap: 2rem; flex-wrap: wrap; padding: 1.2rem 1.5rem; }
  }

@media (max-width: 680px) {
  .selling-section {
    padding: 4rem 1rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .feature-item {
    display: grid;
    grid-template-columns: auto 1fr; padding: 2.5rem 1rem 2.5rem 1rem;
  }
  .feature-item > div {
    width: 100%;
  }
  .feature-num {
    margin-bottom: 0.25rem;
  }
  .feature-desc {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
  }
.linen-box {
  width: 75%;
  margin: 0 auto;
  aspect-ratio: 1;
}
}
@media (max-width: 680px) {
  .why-section {
    position: relative;
  }

  .why-visual {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0.45 !important;
    pointer-events: none;
    margin: 0;
  }

.cta-section > p {
  display: none;
}
.cta-buttons {
  flex-wrap: nowrap;
}

.btn-white, .btn-outline-white {
  padding: 1rem 1.2rem;
  font-size: 0.68rem;
}
footer {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem 1.5rem;
grid-template-rows: auto auto;
padding-bottom: 0;
}
.footer-tagline {
  display: none; margin: 0;   padding: 0;
  height: 0;
  overflow: hidden;
}
.footer-contact p {
  max-width: 11rem;
} 
  .footer-links {padding-top: -1rem !important; margin-top: -1rem !important;}
  .upfoot {margin-top: -0.8rem; padding-top; -0.8rem;}

  .rightfoot {margin-right: -0.1rem; padding-right; -0.1rem;}
  .footer-bottom p:last-child {
    display: none;
  }
  .rights {display: none;}
}

@media (min-width: 680px) {
  .footerpull2 {
    display: none;
  }
}

@media (max-width: 680px) {
  .footerpull {
    display: none;
  }
}

@media (max-width: 680px) {
    .footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer-bottom p {font-size: 0.7rem;}
}

@media (max-width: 680px) {
  .contact-hero {
    grid-template-columns: 1fr;
  }

.contact-hero-left {
  padding-left: 2.5rem; padding-top: 6rem; padding-bottom: 2rem; padding-right: 2.5rem !important;
}
.contact-form-col {
  left: 0rem;}

  #contact-hero-true-left {padding-left: 2.5rem; padding-bottom: 0rem !important; margin-bottom: 0rem !important;
  }
    .contact-overlay {padding: 0.75rem 1.5rem 0.75rem 1.5rem !important;}
.contact-info-cards {
  gap: 3rem;
}
  .contact-overlay-label {
    margin-bottom: 0.6rem;
  }
  #contact-hero-sub {margin-bottom: 1rem !important; padding-bottom: 1rem !important; text-align: center;}

 .about-hero-left {
    padding-top: 3rem;
  }
  .hero-stats {
    padding-bottom: 2rem; padding-top: 1rem; margin-top: 2rem !important;
  }
  .contact-form-col {
    max-width: 100% !important;
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
padding-bottom: 0 !important;
    padding: 2rem 1.25rem !important;
  }
#contact-hero-true-left {
    padding-right: 2rem; !important; padding-left: 2rem !important;
  }
  .contact-label {
    text-align: center;
  }
  #contact-hero-title {text-align: center;}
  .contact-textarea {
    resize: none;
  }
}




@media (max-width: 680px) {
.hero-about {margin-top: 1rem; margin-bottom: 3rem;}
  .hero-about {
    display: block;
  }
  .about-hero-right {
    display: none;
  }
  .about-hero-left {
    order: unset;
  }

    .about-hero-left {
      width: 100% !important;
      padding: 6rem 1.5rem 3rem !important;
    }
    .about-hero-sub,
    .about-hero-sub-final {
      max-width: 100% !important;
      width: 100% !important;
    }
  .about-hero-sub {margin-top: 1rem; margin-bottom: 1rem;}
  #expander {
    margin-top: 1rem; margin-bottom: 1rem; padding-top: 0rem;
  }
  .about-hero-sub-final {
    margin-top: 1rem; margin-bottom: 1rem;;
  }
}

  @media (max-width: 680px) {
    .about-hero-right {
      display: none !important;
    }     .hero-about {
      display: block !important;
    }     .about-hero-left {
      width: 100% !important;
      padding: 6rem 1.5rem 1rem !important;
    }
    .about-hero-sub,
    .about-hero-sub-final {
      max-width: 100% !important;
      width: 100% !important;
    }  .about-hero-sub-final {margin-bottom: 0rem; padding-bottom: 0rem;}
.hero-about {
  overflow: visible !important;
}
.about-hero-left {
  padding-bottom: 2rem;
}
  }

/* Mobile-only duplicate SVG wrapper */
.about-hero-svg-mobile {
  display: none;
}

@media (max-width: 680px) {
  .about-hero-svg-mobile {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    bottom: -3rem;
    height: calc(100% + 3rem);

  }

  .about-hero-left {
    position: relative; /* ensure stacking context */
overflow: visible !important;
  }

  .about-hero-left > *:not(.about-hero-svg-mobile) {
    position: relative;
    z-index: 1;
  }
  #services, #guarantee {
    background: linear-gradient(160deg, var(--stone-dark) 0%, #D4C29A 30%)
  }

  .linen-section {
    background: var(--warm-white) !important;
  }
  .linen-section > svg:first-of-type {
    opacity: 0.4;
  }
}

.about-hero-mobile-visual {
  display: none;
}

@media (max-width: 680px) {
  .about-hero-mobile-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin: 2rem 0;
  }

  .about-hero-mobile-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    flex-shrink: 0;
  }

  .about-hero-mobile-visual .about-overlay {
    width: 100%;
    animation: none;
  }
  .about-hero-mobile-circle {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
  .about-hero-mobile-visual .about-overlay + .about-overlay {
    margin-top: 0.75rem;
  }
  #success {
    margin-top: -2rem; padding-top: -2rem;
  }
.svc-addon-cell {
  border-right: 1px solid rgba(255,255,255,0.08);
}

/* remove right border only for true last column */
.svc-addon-row > .svc-addon-cell:nth-child(3n) {
  border-right: none;
}
.svc-addon-cell {
  justify-content: space-between;
}
.svc-addon-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
  .svc-addon-name {text-align: center;}
  
  #lintoi {padding-left: 0.5rem; padding-right: 0.5rem; margin-left: 0.5rem; margin-right: 0.5rem;}

/* ── LINTOI ALIGNMENT FIX ── */

#lintoi {
  text-align: left;
}

#lintoi .section-eyebrow,
#lintoi .section-title {
  text-align: left;
  justify-content: flex-start;
}

/* fix flex-centering inside eyebrow */
#lintoi .section-eyebrow {
  justify-content: flex-start;
}

/* remove global centering constraint feel */
#lintoi .about-hero-sub {
  max-width: 520px;
}

/* stop cramped left-column feel */
#lintoi .linen-svc-col {
  padding-left: 1.5rem;
}

  #lintoi {padding-top: 4rem !important; padding-bottom: 3rem !important;
margin-bottom: 2rem !important;}

/* ensure title behaves like a grid column, not a hero block */
#lintoi .section-title {
  max-width: 100%;
}

/* optional: align list + text consistently */
#lintoi p,
#lintoi ul {
  text-align: left;
}
  .hst {text-align: center !important;}
  .hero-eyebrow.hst {text-align: center !important;}

  #jama { padding-left: 6rem; padding-top; 0rem !important;
}

  #jama-toi {padding-bottom; -3.5rem !important; margin-bottom: -3.5rem; !important}

  #jama-footnote {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    padding-top: 0.75rem !important;
    margin-bottom: 0 !important;
  }
  .svc-addons-sub {font-size: 0.85rem !important; margin-top: 1.5rem; margin-bottom: -2rem;}
  #svc-mobile-img {margin-top: 2rem; padding-top: 2rem;}
#svc-mobile-img {
    border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 22px 55px rgba(0, 0, 0, 0.35),
    0 8px 18px rgba(0, 0, 0, 0.22);
}
}

@media (max-width: 680px) {
  .cta-section {
    background: linear-gradient(180deg, var(--sage-dark) 0%, var(--sage) 80%) !important;
  }
}

@media (max-width: 680px) {
  .cta-title { font-size: 2.2rem; }
  #why {margin-top: -5rem !important;}
  .brand-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
  }
}

.hero-mobile-circle {
  display: none;
}

@media (max-width: 680px) {
  .hero-mobile-circle {
    display: flex;
    justify-content: center;
    margin: 2rem 0 2.5rem;
  }

  .hero-mobile-circle > div {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 18px rgba(139,158,138,0.5), 0 8px 25px rgba(0,0,0,0.2);
  }

  .hero-mobile-circle img {
    width: 140%;
    height: 140%;
    margin-left: -5%;
    margin-top: -25%;
  }
}

.svc-card-header--featured .svc-card-eyebrow--featured {
  margin-bottom: 0.75rem;
}

@media (max-width: 680px) {
  .svc-footnote,
  .svc-addons-sub {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
}

#meet-the-team {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--mid);
  max-width: 800px;
  margin: 0 auto;
  margin-top: 2rem;
}

@media (max-width: 680px) {
  #meet-the-team {
    font-size: 1rem !important;
text-align: left;
  }
}

@media (max-width: 680px) {
  #contact-hero-true-left { order: 2; }
  .contact-hero-left { order: 1; }
}

@media (max-width: 680px) {
  .footer-a {
    background-color: var(--gold);
    animation: goldPulse 1.5s ease-in-out infinite;
will-change: background-color;
  }

  @keyframes goldPulse {  0%, 100% { background-color: #C4A35A; }
  50% { background-color: #D4B870; }
  }

.footer-a {
  background-color: var(--gold);
  transition: background-color 0.75s ease-in-out;
}

.footer-a.pulse {
  background-color: var(--gold-light);
}
}


/* FAQ */

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--stone-dark);
  border: 2px solid var(--stone-dark);
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  background: var(--warm-white);
  padding: 2.5rem 2.5rem 0 2.5rem;
  transition: background 0.3s;
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
border: 2px solid transparent;
transition: background 0.3s, border-color 0.3s;
}

.faq-item:hover { background: var(--cream); }

.faq-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--mid);
  text-align: left;
opacity: 0;
}

.faq-item.open .faq-answer {
  max-height: 400px;
  padding-bottom: 2rem;
margin-top: 4rem;
opacity: 1;
}

.faq-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 0 1rem;
  margin-top: auto;
  border-top: 1px solid var(--stone-dark);
  width: 100%;
  transition: border-color 0.3s;
}

.faq-item.open {
  border-color: var(--sage-light);
}

.faq-item.open .faq-chevron {
  border-top-color: var(--sage-light);
}

.faq-chevron svg {
  transition: transform 0.35s ease;
}

.faq-item.open .faq-chevron svg {
  transform: rotate(180deg);
}

@media (max-width: 680px) {
  .faq-grid { grid-template-columns: 1fr; }
}

.faq-chevron svg path {
  stroke: var(--gold-light);
}

.faq-backer {
  min-height: 2250px;
  height: 2250px;
}

.faq-backer > .section {
  background: transparent;
  height: 100%;
  overflow: visible;
}

.faq-grid {
  min-height: 800px; box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.22), 0 8px 15px rgba(0, 0, 0, 0.22);
}

@media (max-width: 680px) {
  .faq-backer {
    min-height: 3750px;
    height: 3750px;
  }
}

@media (max-width: 680px) {
  .faq-backer .section-header {
    margin-top: 3rem;
  }
}

@media (max-width: 680px) {
  .faq-item {
    padding-left: 1.25rem;
    padding-right: 1rem;
  }
}

@media (max-width: 680px) {
  .faq-answer {
    text-align: justify;
  }
}
@media (max-width: 680px) {
  .faq-answer {
    margin-top: 1rem;
    margin-bottom: -1rem;
  }
}
.faq-arc-mobile {
  display: none;
}

@media (max-width: 680px) {
  .faq-arc-mobile {
    display: block;
  }}
@media (max-width: 680px) {
  .hero-arc-svg { display: none; } 
  #last {text-align: left !important; margin-top: 0rem !important; padding-top: 0rem !important;}
}

.service-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* === SAFE GLOBAL LINK BASE + CONTENT LINKS ONLY === */

/* 1. Neutral baseline (won't override component-specific a styles) */
body a {
  color: inherit;
  text-decoration: none;
}

/* 2. Only content-area links (paragraphs, lists, rich text blocks) */
p a,
li a,
.about-hero-sub a,
.linen-desc a,
.section p a,
.section li a {
  color: var(--gold);
  text-decoration: none;
  text-decoration-color: var(--sage-light);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

/* 3. Hover state for content links */
p a:hover,
li a:hover,
.about-hero-sub a:hover,
.linen-desc a:hover,
.section p a:hover,
.section li a:hover {
  color: var(--gold-light);
  
}

/* 4. Visited state (prevents ugly purple clashes) */
p a:visited,
li a:visited,
.section p a:visited,
.section li a:visited {
  color: inherit;
}

/* 5. Optional: focus state for accessibility (non-intrusive) */
p a:focus-visible,
li a:focus-visible,
.section p a:focus-visible,
.section li a:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 2px;
}

.faq-answer a {
  color: var(--gold);
  text-decoration: none;
}

.faq-answer a:hover {
  color: var(--gold-light);
}

.faq-answer a:visited {
  color: var(--gold);
}