/* Coral Coast Painting — warm cream + sage, premium residential */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: #2D2A26;
  background: #FBF8F3;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

:root {
  --cream: #FBF8F3;
  --cream-2: #F4EFE6;
  --paper: #FFFFFF;
  --sage: #7A8A6B;
  --sage-dark: #5C6C50;
  --sage-light: #DCE3D2;
  --terracotta: #C7724A;
  --ink: #2D2A26;
  --muted: #6F6A64;
  --border: #E5DED2;
}

/* Typography */
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.2; letter-spacing: -.01em; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; }
h3 { font-size: 1.35rem; }
h4 { font-size: 1rem; font-weight: 600; }
.script { font-style: italic; color: var(--terracotta); font-family: 'Playfair Display', serif; font-weight: 500; }

/* Layout */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 32px; }
section { padding: 110px 0; }

/* Nav */
.nav {
  background: rgba(251,248,243,.9); backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 24px; }
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 600; color: var(--ink);
}
.logo-mark {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--sage) 0%, var(--terracotta) 100%);
  position: relative; overflow: hidden;
}
.logo-mark::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 50%;
  background: linear-gradient(180deg, transparent 0%, var(--cream-2) 100%);
}
.nav-links { display: flex; gap: 8px; }
.nav-links a {
  font-size: .92rem; font-weight: 500; padding: 10px 16px;
  color: var(--ink); transition: color .15s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%) scaleX(0);
  width: 24px; height: 2px; background: var(--terracotta); transition: transform .2s;
}
.nav-links a:hover { color: var(--terracotta); }
.nav-links a:hover::after { transform: translateX(-50%) scaleX(1); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--cream);
  padding: 14px 24px; border-radius: 2px;
  font-weight: 500; font-size: .92rem; letter-spacing: .02em;
  transition: background .2s, transform .15s;
}
.nav-cta:hover { background: var(--sage-dark); transform: translateY(-1px); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 500; font-size: 1rem; letter-spacing: .01em;
  padding: 18px 32px; border-radius: 2px; cursor: pointer;
  border: 1px solid transparent; transition: all .2s;
  font-family: inherit;
}
.btn-dark { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn-dark:hover { background: var(--sage-dark); border-color: var(--sage-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.btn-terracotta { background: var(--terracotta); color: var(--cream); border-color: var(--terracotta); }
.btn-terracotta:hover { background: #B5633C; border-color: #B5633C; transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; }

/* Hero */
.hero { padding: 80px 0 120px; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .82rem; font-weight: 500; letter-spacing: .2em;
  text-transform: uppercase; color: var(--terracotta); margin-bottom: 32px;
}
.hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--terracotta); }
.hero h1 { margin-bottom: 28px; }
.hero h1 em { font-style: italic; color: var(--sage-dark); font-weight: 500; }
.hero-sub { font-size: 1.2rem; color: var(--muted); margin-bottom: 36px; max-width: 520px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-trust {
  display: flex; gap: 36px; flex-wrap: wrap; align-items: center;
  padding-top: 32px; border-top: 1px solid var(--border);
}
.hero-trust-item { font-size: .85rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.hero-trust-item strong { color: var(--ink); font-weight: 600; }
.hero-trust-divider { width: 1px; height: 24px; background: var(--border); }

/* Hero visual — paint swatch frame */
.hero-visual { position: relative; aspect-ratio: 4/5; }
.swatch-frame {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
  gap: 12px; padding: 0;
}
.swatch {
  border-radius: 2px;
  position: relative; overflow: hidden;
}
.swatch.s1 { background: #E8DDC8; }
.swatch.s2 { background: #7A8A6B; }
.swatch.s3 { background: #C7724A; }
.swatch.s4 { background: #2D2A26; }
.swatch-label {
  position: absolute; bottom: 12px; left: 14px; right: 14px;
  font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
}
.swatch.s1 .swatch-label, .swatch.s3 .swatch-label { color: rgba(45,42,38,.7); }
.swatch.s2 .swatch-label, .swatch.s4 .swatch-label { color: rgba(255,255,255,.85); }
.swatch-hex { display: block; margin-top: 2px; opacity: .8; }
.hero-tag {
  position: absolute; top: 28px; right: -36px; transform: rotate(8deg);
  background: var(--paper); padding: 18px 28px; border-radius: 4px;
  box-shadow: 0 12px 36px rgba(45,42,38,.12);
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 1.15rem; color: var(--ink);
}
.hero-tag span { display: block; font-size: .72rem; font-style: normal; font-family: 'Inter', sans-serif;
  letter-spacing: .14em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 4px; }

/* Section header */
.section-header { margin-bottom: 64px; max-width: 720px; }
.section-header.centered { text-align: center; margin-left: auto; margin-right: auto; }
.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: var(--terracotta);
  margin-bottom: 18px;
}
.section-header h2 { margin-bottom: 16px; }
.section-header p { color: var(--muted); font-size: 1.05rem; }

/* Services */
.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.service {
  text-align: left;
}
.service-img {
  aspect-ratio: 4/3; border-radius: 4px;
  margin-bottom: 24px; position: relative; overflow: hidden;
}
.service-img.interior { background: linear-gradient(135deg, #E8DDC8 0%, #D5C6A8 100%); }
.service-img.exterior { background: linear-gradient(135deg, #7A8A6B 0%, #5C6C50 100%); }
.service-img.roof { background: linear-gradient(135deg, #C7724A 0%, #A85B36 100%); }
.service-img.heritage { background: linear-gradient(135deg, #2D2A26 0%, #4A4540 100%); }
.service-img.commercial { background: linear-gradient(135deg, #A8B19A 0%, #7A8A6B 100%); }
.service-img.consultation { background: linear-gradient(135deg, #DCE3D2 0%, #B8C4A8 100%); }
.service-img::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.18) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(0,0,0,.08) 0%, transparent 40%);
}
.service-img .tag {
  position: absolute; top: 16px; left: 16px;
  background: rgba(251,248,243,.95); color: var(--ink);
  padding: 6px 14px; border-radius: 999px;
  font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}
.service h3 { margin-bottom: 8px; }
.service p { color: var(--muted); font-size: .95rem; }

/* Process */
.process { background: var(--cream-2); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.process-step { text-align: center; padding: 0 12px; position: relative; }
.process-num {
  display: inline-block; font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 600; color: var(--terracotta);
  line-height: 1; margin-bottom: 16px;
}
.process-step h3 { margin-bottom: 10px; font-size: 1.2rem; }
.process-step p { color: var(--muted); font-size: .9rem; }

/* Quote / testimonial */
.quote { background: var(--ink); color: var(--cream); }
.quote-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.quote-mark {
  font-family: 'Playfair Display', serif; font-size: 5rem; line-height: 1;
  color: var(--terracotta); margin-bottom: 20px;
}
.quote-text {
  font-family: 'Playfair Display', serif; font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 500; line-height: 1.4; margin-bottom: 32px;
  color: var(--cream); letter-spacing: -.01em;
}
.quote-author { font-size: .92rem; letter-spacing: .04em; color: rgba(251,248,243,.7); }
.quote-author strong { color: var(--cream); display: block; margin-bottom: 4px; font-weight: 600; }

/* Why us */
.why-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.why-features { display: grid; gap: 36px; }
.why-item { display: grid; grid-template-columns: 50px 1fr; gap: 20px; }
.why-item .num { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--terracotta); font-weight: 500; }
.why-item h3 { margin-bottom: 6px; }
.why-item p { color: var(--muted); font-size: .96rem; }
.why-visual {
  aspect-ratio: 3/4; border-radius: 4px;
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--sage) 100%);
  position: relative; overflow: hidden;
}
.why-visual::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18) 0%, transparent 50%);
}
.why-overlay {
  position: absolute; bottom: 32px; left: 32px; right: 32px;
  background: rgba(45,42,38,.92); backdrop-filter: blur(10px);
  padding: 28px; border-radius: 2px; color: var(--cream);
}
.why-overlay strong { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 500; display: block; margin-bottom: 6px; }
.why-overlay span { font-size: .88rem; color: rgba(251,248,243,.7); }

/* Areas */
.areas-list {
  columns: 4; column-gap: 32px; max-width: 920px; margin: 0 auto;
  font-size: 1rem;
}
.areas-list li {
  padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--ink);
  break-inside: avoid;
}
.areas-list li::before { content: '— '; color: var(--terracotta); margin-right: 6px; }

/* FAQ */
.faq { background: var(--paper); }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 4px 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 24px 8px; font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 500; color: var(--ink);
}
.faq-q:hover { color: var(--terracotta); }
.faq-icon { color: var(--terracotta); font-size: 1.4rem; transition: transform .25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s; }
.faq-item.open .faq-a { max-height: 280px; }
.faq-a p { padding: 0 8px 24px; color: var(--muted); }

/* CTA */
.cta { background: var(--cream-2); text-align: center; padding: 120px 0; }
.cta .eyebrow { color: var(--terracotta); }
.cta h2 { margin-bottom: 20px; max-width: 700px; margin-left: auto; margin-right: auto; }
.cta p { color: var(--muted); font-size: 1.15rem; margin: 0 auto 36px; max-width: 580px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Footer */
footer { background: var(--ink); color: rgba(251,248,243,.6); padding: 72px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand .logo { color: var(--cream); margin-bottom: 16px; }
.footer-brand p { max-width: 280px; font-size: .92rem; line-height: 1.7; }
.footer-col h4 {
  color: var(--cream); margin-bottom: 18px; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase;
  font-family: 'Inter', sans-serif; font-weight: 600;
}
.footer-col a, .footer-col p { display: block; color: rgba(251,248,243,.5); padding: 4px 0; font-size: .92rem; }
.footer-col a:hover { color: var(--terracotta); }
.footer-bottom {
  border-top: 1px solid rgba(251,248,243,.1); padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: .82rem; color: rgba(251,248,243,.4);
}

/* Responsive */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 48px; }
  .areas-list { columns: 3; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  section { padding: 72px 0; }
  .nav-links { display: none; }
  .hero-inner, .why-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 380px; margin: 0 auto; }
  .services-grid { grid-template-columns: 1fr; }
  .areas-list { columns: 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
