/*
Theme Name: Done & Co.
Theme URI: https://doneandcompany.com/
Author: OpenAI
Description: A custom luxury one-page WordPress theme for Done & Co., a private lifestyle and home management service.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: doneandco
*/

:root {
  --bg: #0b0b0c;
  --panel: #111214;
  --panel-2: #17191d;
  --text: #f5f1ea;
  --muted: #c8bda8;
  --line: #b79247;
  --soft: #9a9389;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0,0,0,.28);
  --radius: 22px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  background:
    radial-gradient(circle at top right, rgba(183,146,71,.14), transparent 26%),
    radial-gradient(circle at left center, rgba(183,146,71,.08), transparent 20%),
    linear-gradient(180deg, #090909 0%, #0e0f11 100%);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(10,10,11,.72);
  border-bottom: 1px solid rgba(183,146,71,.18);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(183,146,71,.45);
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: var(--muted);
  background: rgba(255,255,255,.02);
  flex: 0 0 auto;
}
.brand-copy strong {
  display: block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .95rem;
}
.brand-copy span {
  display: block;
  color: var(--soft);
  font-size: .82rem;
}
.site-nav ul {
  list-style: none;
  display: flex;
  gap: 26px;
  padding: 0;
  margin: 0;
  align-items: center;
  color: #e7e0d5;
  font-size: .96rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(183,146,71,.55);
  color: var(--white);
  font-size: .95rem;
  letter-spacing: .03em;
  transition: .25s ease;
  box-shadow: var(--shadow);
}
.btn.primary {
  background: linear-gradient(180deg, #bf9951 0%, #a67f3b 100%);
  color: #17120b;
  font-weight: 700;
}
.btn.secondary { background: rgba(255,255,255,.02); }
.btn:hover { transform: translateY(-1px); }
.hero { padding: 70px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 36px; align-items: stretch; }
.hero-copy, .hero-card, .section-card, .service-card, .plan, .cta-box, .faq-card, .footer-card {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  border: 1px solid rgba(183,146,71,.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-copy { padding: 58px; position: relative; overflow: hidden; }
.hero-copy::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,146,71,.20), transparent 68%);
  right: -60px;
  top: -60px;
}
.eyebrow {
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid rgba(183,146,71,.35);
  border-radius: 999px;
  color: var(--muted);
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin-bottom: 18px;
  background: rgba(255,255,255,.02);
}
h1, h2, h3, h4 { margin: 0 0 16px; font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(2.8rem, 5vw, 5rem); max-width: 10ch; }
.lead { font-size: 1.16rem; max-width: 35rem; color: #e7dfd3; margin-bottom: 28px; }
.sublead { color: var(--soft); max-width: 40rem; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.stat { padding: 16px; border-radius: 16px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.05); }
.stat strong { display: block; font-size: 1.25rem; margin-bottom: 6px; color: var(--white); }
.stat span { color: var(--soft); font-size: .92rem; }
.hero-card { padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.hero-logo { overflow: hidden; border-radius: 18px; border: 1px solid rgba(183,146,71,.22); background: #000; }
.mini-note { display: grid; gap: 14px; padding: 10px 4px 4px; }
.mini-note div { display: flex; gap: 12px; align-items: flex-start; color: #e6ddd0; }
.mini-note b { color: var(--muted); min-width: 115px; font-weight: 500; }
section { padding: 32px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-head p { max-width: 44rem; color: var(--soft); margin: 0; }
.section-head h2 { font-size: clamp(2rem, 3vw, 3rem); }
.about-grid, .services-grid, .plans, .steps, .extras, .contact-grid, .faq-grid, .footer-grid { display: grid; gap: 22px; }
.about-grid { grid-template-columns: 1.05fr .95fr; }
.services-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.plans { grid-template-columns: repeat(3, minmax(0,1fr)); }
.steps { grid-template-columns: repeat(3, minmax(0,1fr)); }
.extras { grid-template-columns: repeat(2, minmax(0,1fr)); }
.contact-grid { grid-template-columns: 1fr .9fr; }
.faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.footer-grid { grid-template-columns: 1.15fr .85fr; }
.section-card { padding: 34px; }
.section-card p:last-child { margin-bottom: 0; }
.quote { font-size: 1.25rem; color: #f0e8dc; line-height: 1.5; padding-left: 18px; border-left: 2px solid rgba(183,146,71,.55); margin-top: 20px; }
.service-card, .plan, .cta-box, .faq-card, .footer-card { padding: 28px; }
.kicker { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 12px; }
.service-card ul, .plan ul, .footer-links, .faq-card ul { margin: 12px 0 0; padding-left: 18px; color: #e7dfd4; }
.service-card li, .plan li, .faq-card li { margin: 7px 0; }
.service-card h3, .plan h3, .faq-card h3 { font-size: 1.45rem; }
.step { padding: 26px; border-top: 1px solid rgba(183,146,71,.45); background: rgba(255,255,255,.02); border-radius: 18px; }
.step-number { color: var(--muted); font-size: 2.2rem; margin-bottom: 10px; line-height: 1; }
.plan .price { font-size: 1.65rem; color: var(--white); margin: 8px 0 12px; }
.plan p, .faq-card p, .section-card p, .service-card p, .cta-box p { color: var(--soft); }
.mission-band { padding: 18px 0 8px; }
.mission-wrap { border-top: 1px solid rgba(183,146,71,.25); border-bottom: 1px solid rgba(183,146,71,.25); padding: 32px 0; text-align: center; }
.mission-wrap h2 { max-width: 18ch; margin: 0 auto 16px; }
.mission-wrap p { max-width: 52rem; margin: 0 auto; color: #e7ddd2; font-size: 1.12rem; }
.cta-box { display: flex; flex-direction: column; justify-content: space-between; min-height: 100%; }
.contact-lines div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #eee6db; }
.contact-lines div:last-child { border-bottom: 0; }
.contact-lines b { color: var(--muted); display: inline-block; min-width: 110px; }
.site-footer { padding: 24px 0 50px; }
.footer-card small { color: var(--soft); display: block; margin-top: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.muted { color: var(--soft); }
.page-wrap { padding: 60px 0; }
.page-card { max-width: 920px; margin: 0 auto; padding: 34px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)); border: 1px solid rgba(183,146,71,.16); border-radius: var(--radius); box-shadow: var(--shadow); }

@media (max-width: 980px) {
  .hero-grid, .about-grid, .services-grid, .plans, .steps, .extras, .contact-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .site-nav ul { display: none; }
  .hero-copy { padding: 34px; }
  .section-card, .service-card, .plan, .cta-box, .faq-card, .footer-card { padding: 24px; }
  .hero-stats { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav { padding: 14px 0; }
  .brand-copy span { display: none; }
  h1 { max-width: none; }
  .hero { padding-top: 28px; }
  .section-head { align-items: start; }
}

.featured-plan {
  position: relative;
  border-color: rgba(183,146,71,.45);
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(191,153,81,.10), rgba(255,255,255,.02));
}
.plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(191,153,81,.16);
  border: 1px solid rgba(183,146,71,.42);
  color: var(--text);
  font-size: .74rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.plan .price span { font-size: 1rem; color: var(--soft); }
.plan-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--muted);
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.plan-link:hover { color: var(--white); }
.pricing-note { margin-top: 22px; }
.video-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
}
.video-card {
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(183,146,71,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  box-shadow: var(--shadow);
}
.video-shell {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(183,146,71,.22);
  background: #000;
  aspect-ratio: 16 / 9;
}
.video-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}
.video-note { margin: 14px 2px 0; }
.script-card ul { margin: 0 0 18px; padding-left: 18px; }
.script-card li { margin: 7px 0; }
.mini-script {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.mini-script strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}
code {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #f2e6cf;
}

@media (max-width: 980px) {
  .video-grid { grid-template-columns: 1fr; }
  .featured-plan { transform: none; }
}
