:root {
  --bg: #f4f1ea;
  --paper: #fbfaf7;
  --ink: #18211f;
  --muted: #66706d;
  --line: #cbc9c1;
  --accent: #0f5b4d;
  --accent-soft: #dfe9e5;
  --quote: #f0ece3;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.58;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(244,241,234,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav {
  min-height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}

.brand { display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 600 1.35rem "Cormorant Garamond", serif; letter-spacing: -.02em; }
.brand span { margin-top: 5px; color: var(--muted); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }

.nav-links { display: flex; align-items: center; gap: 24px; font-size: .88rem; font-weight: 650; }
.nav-links a:not(.btn) { padding: 5px 0; border-bottom: 1px solid transparent; }
.nav-links a:not(.btn):hover { border-color: var(--ink); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.5rem; }

.btn {
  min-height: 48px; padding: 0 20px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--ink); background: transparent; color: var(--ink);
  font-weight: 750; cursor: pointer;
}
.btn:hover { background: var(--ink); color: var(--paper); }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: var(--accent); border-color: var(--accent); }
.btn-light { border-color: var(--paper); color: var(--paper); }
.btn-light:hover { background: var(--paper); color: var(--ink); }

.hero { padding: 100px 0 90px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 76px; align-items: center; }

.kicker, .section-label {
  display: inline-block; color: var(--accent);
  font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
}
.kicker { margin-bottom: 28px; }

h1, h2, h3 { margin: 0 0 18px; font-family: "Cormorant Garamond", serif; font-weight: 600; letter-spacing: -.035em; line-height: .99; }
h1 { font-size: clamp(4rem, 8vw, 7.5rem); }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
h3 { font-size: 2rem; }
p { margin: 0 0 18px; }

.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.muted, .small { color: var(--muted); }
.small { font-size: .9rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 30px; color: var(--muted); font-size: .86rem; font-weight: 700; }

.hero-profile { border-top: 1px solid var(--line); padding-top: 20px; }
.hero-profile img { width: 100%; height: 420px; object-fit: cover; object-position: center top; }
.hero-profile-copy { padding-top: 18px; }
.hero-profile-copy strong { display: block; margin-bottom: 7px; font: 600 1.7rem "Cormorant Garamond", serif; }
.hero-profile-copy p { color: var(--muted); font-size: .92rem; }

.section { padding: 96px 0; border-bottom: 1px solid var(--line); }
.section-paper { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--paper); }

.section-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-bottom: 58px; }
.section-dark .section-label { color: #a8c7be; }
.section-dark .lead { color: #c1cbc8; }

.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-index { color: var(--accent); font-size: .78rem; letter-spacing: .14em; font-weight: 800; }
.service-row h3 { font-size: 2.1rem; }
.service-row p { max-width: 540px; color: var(--muted); }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.portrait { border: 1px solid var(--line); overflow: hidden; }
.portrait img { width: 100%; min-height: 620px; object-fit: cover; object-position: center top; }
.editorial-quote { margin-top: 32px; font: 600 clamp(2rem, 3.7vw, 3.6rem)/1.08 "Cormorant Garamond", serif; }

.two-column-list { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.two-column-list h3 { color: #e5d6ce; }
.two-column-list ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.two-column-list li { display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.two-column-list li span { color: #9cbab2; font-size: .75rem; letter-spacing: .1em; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-step { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step span { display: block; margin-bottom: 48px; color: var(--accent); font-size: .78rem; letter-spacing: .14em; font-weight: 800; }
.process-step p { color: var(--muted); }

.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: start; }
.feature-list article { padding: 24px 0; border-top: 1px solid var(--line); }
.feature-list p { color: var(--muted); }

.offer-list { border-top: 1px solid rgba(255,255,255,.2); }
.offer-row { display: grid; grid-template-columns: 1fr 170px 150px; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.offer-row p { color: #c1cbc8; margin-bottom: 0; }
.offer-price { font: 600 2.3rem "Cormorant Garamond", serif; text-align: right; }
.offer-duration { color: #aeb9b6; font-size: .84rem; text-align: right; }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial { background: var(--quote); border: 1px solid var(--line); padding: 30px; }
.testimonial blockquote { margin: 0 0 24px; font: 600 1.7rem/1.16 "Cormorant Garamond", serif; }
.testimonial .meta { color: var(--muted); font-size: .88rem; }

.booking-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 72px; align-items: center; }
.booking-placeholder { padding: 30px; background: var(--paper); border: 1px solid var(--line); }
.booking-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.days { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 24px 0 10px; color: var(--muted); text-align: center; font-size: .78rem; }
.times { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.times button { padding: 12px; background: transparent; border: 1px solid var(--line); color: var(--accent); }
.booking-placeholder > p { margin: 16px 0 0; text-align: center; color: var(--muted); font-size: .78rem; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 25px 48px 25px 0; font: 600 1.75rem "Cormorant Garamond", serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; color: var(--accent); font-family: Inter; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding-bottom: 24px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; }
.contact-details { display: grid; gap: 22px; margin-top: 30px; }
.contact-details div { padding-top: 15px; border-top: 1px solid var(--line); }
.contact-details strong { display: block; margin-bottom: 5px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
label { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
input, textarea, select { width: 100%; padding: 12px 2px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); }
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--accent); }

.site-footer { padding: 70px 0 28px; background: #101715; color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,.6fr); gap: 38px; }
.footer-copy { max-width: 430px; color: #aeb9b6; margin-top: 18px; }
.footer-grid h4 { margin: 0 0 15px; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-links { display: grid; gap: 8px; color: #aeb9b6; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.17); color: #909b98; font-size: .82rem; }

.sticky-book {
  position: fixed; right: 22px; bottom: 20px; z-index: 20;
  padding: 13px 18px; background: var(--accent); color: white;
  font-size: .86rem; font-weight: 750;
}

@media (max-width: 980px) {
  .nav-links {
    display: none; position: absolute; left: 20px; right: 20px; top: 78px;
    flex-direction: column; align-items: flex-start; padding: 24px;
    background: var(--paper); border: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }

  .hero-grid, .section-intro, .about-grid, .audience-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-profile { max-width: 620px; }
  .process { grid-template-columns: 1fr 1fr; }
  .two-column-list { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 70px 1fr; }
  .service-row p { grid-column: 2; }
  .offer-row { grid-template-columns: 1fr 130px; }
  .offer-row .btn { grid-column: 1; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .hero { padding-top: 70px; }
  h1 { font-size: 4rem; }
  h2 { font-size: 3rem; }
  .section { padding: 72px 0; }
  .hero-profile img { height: 390px; }
  .portrait img { min-height: 450px; }
  .process { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 1fr; }
  .service-row p { grid-column: 1; }
  .offer-row { grid-template-columns: 1fr; }
  .offer-price, .offer-duration { text-align: left; }
  .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .sticky-book { left: 14px; right: 14px; bottom: 12px; text-align: center; }
}


/* Softer rounded visual treatment */
:root {
  --radius-small: 12px;
  --radius-medium: 22px;
  --radius-large: 34px;
  --radius-pill: 999px;
  --soft-shadow: 0 18px 45px rgba(24, 33, 31, 0.08);
}

.btn {
  border-radius: var(--radius-pill);
  padding-inline: 24px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

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

.hero-profile {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.hero-profile img {
  border-radius: 24px;
}

.hero-profile-copy {
  padding: 20px 8px 4px;
}

.section-paper {
  background: var(--paper);
}

#help.section-paper {
  border-radius: 38px 38px 0 0;
}

.portrait {
  border-radius: var(--radius-large);
  box-shadow: var(--soft-shadow);
}

.portrait img {
  border-radius: inherit;
}

.process {
  gap: 16px;
  border: 0;
}

.process-step {
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(24, 33, 31, 0.045);
}

.feature-list article {
  padding: 24px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: rgba(251, 250, 247, 0.52);
}

.section-dark {
  position: relative;
}

.section-dark .container {
  position: relative;
}

.offer-list {
  border-top: 0;
  display: grid;
  gap: 14px;
}

.offer-row {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-medium);
  background: rgba(255,255,255,.035);
}

.testimonial {
  border-radius: var(--radius-medium);
  box-shadow: 0 12px 30px rgba(24, 33, 31, 0.05);
}

.booking-placeholder {
  border-radius: var(--radius-large);
  box-shadow: var(--soft-shadow);
}

.times button {
  border-radius: var(--radius-small);
  background: var(--accent-soft);
  cursor: pointer;
}

.times button:hover {
  background: var(--accent);
  color: white;
}

.faq-list {
  border-top: 0;
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: var(--paper);
  padding-inline: 22px;
}

.faq-list summary {
  padding-right: 42px;
}

.contact-details div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: rgba(251, 250, 247, 0.55);
}

input,
textarea,
select {
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--paper);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(15, 91, 77, 0.1);
}

.sticky-book {
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 30px rgba(15, 91, 77, 0.22);
}

.nav-links {
  border-radius: var(--radius-medium);
}

@media (max-width: 980px) {
  .process {
    gap: 14px;
  }

  .nav-links {
    box-shadow: var(--soft-shadow);
  }
}

@media (max-width: 620px) {
  .hero-profile {
    padding: 12px;
    border-radius: 26px;
  }

  .hero-profile img {
    border-radius: 18px;
  }

  .process-step,
  .testimonial,
  .faq-list details,
  .booking-placeholder {
    border-radius: 18px;
  }
}


/* Added service topics section */
.services-topics {
  background: var(--bg);
}

.services-topics h2 {
  max-width: 1050px;
  font-size: clamp(3.5rem, 7vw, 7rem);
  margin-top: 18px;
}

.services-intro {
  max-width: 900px;
  margin-top: 30px;
}

.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.topic-pills li {
  padding: 16px 28px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 750;
  font-size: 1rem;
}

.delivery-note {
  margin-top: 56px;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Added pricing cards section */
.pricing-section {
  background: #efe5d6;
}

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

.pricing-heading h2 {
  margin-top: 16px;
}

.pricing-heading > p {
  color: var(--muted);
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px;
  border: 1px solid rgba(24,33,31,.11);
  border-radius: var(--radius-medium);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(24,33,31,.04);
}

.pricing-card.featured {
  border: 2px solid var(--accent);
}

.pricing-badge {
  align-self: flex-start;
  margin-bottom: 22px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: #c97860;
  color: white;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-card h3 {
  font-size: 2.2rem;
}

.pricing-duration {
  color: var(--muted);
  font-size: .9rem;
}

.pricing-price {
  margin: 10px 0 20px;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
}

.pricing-card > p:not(.pricing-duration) {
  color: var(--muted);
}

.pricing-card ul {
  flex-grow: 1;
  margin: 10px 0 28px;
  padding-left: 20px;
  color: var(--muted);
}

.pricing-card li + li {
  margin-top: 8px;
}

.pricing-action {
  width: 100%;
  border-radius: var(--radius-pill);
}

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

  .pricing-card {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .services-topics h2 {
    font-size: 3.5rem;
  }

  .topic-pills {
    gap: 10px;
  }

  .topic-pills li {
    padding: 13px 18px;
    font-size: .9rem;
  }

  .pricing-card {
    padding: 28px 24px;
  }
}


/* Dedicated mobile optimization */
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.65;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .nav {
    min-height: 68px;
  }

  .brand strong {
    font-size: 1.2rem;
  }

  .brand span {
    font-size: .58rem;
    letter-spacing: .12em;
  }

  .nav-toggle {
    display: block;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 1.2rem;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 14px;
    right: 14px;
    padding: 18px;
    gap: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--soft-shadow);
  }

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

  .nav-links a {
    width: 100%;
    padding: 10px 4px;
  }

  .nav-links .btn {
    margin-top: 8px;
  }

  .hero {
    padding: 54px 0 64px;
  }

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

  .kicker {
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
    line-height: .98;
  }

  h2 {
    font-size: clamp(2.6rem, 11vw, 3.8rem);
    line-height: 1.02;
  }

  h3 {
    font-size: 1.8rem;
  }

  .lead {
    font-size: 1.05rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .trust-line {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-profile {
    padding: 12px;
    border-radius: 24px;
  }

  .hero-profile img {
    height: 360px;
    border-radius: 18px;
  }

  .section {
    padding: 64px 0;
  }

  .section-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 36px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .service-row p {
    grid-column: 1;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .portrait img {
    min-height: 430px;
  }

  .editorial-quote {
    font-size: 2.2rem;
    line-height: 1.12;
  }

  .two-column-list {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .process {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-step {
    min-height: auto;
    padding: 24px;
  }

  .process-step span {
    margin-bottom: 22px;
  }

  .pricing-heading {
    margin-bottom: 36px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pricing-card {
    padding: 26px 22px;
  }

  .pricing-card h3 {
    font-size: 2rem;
  }

  .pricing-price {
    font-size: 3rem;
  }

  .pricing-action {
    min-height: 52px;
  }

  .testimonials {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .testimonial {
    padding: 24px;
  }

  .testimonial blockquote {
    font-size: 1.55rem;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .booking-placeholder {
    padding: 22px;
  }

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

  .times button {
    min-height: 46px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list details {
    padding-inline: 18px;
  }

  .faq-list summary {
    font-size: 1.45rem;
    padding: 20px 34px 20px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

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

  .field.full {
    grid-column: 1;
  }

  input,
  textarea,
  select {
    min-height: 50px;
    font-size: 16px;
  }

  textarea {
    min-height: 140px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-book {
    left: 12px;
    right: 12px;
    bottom: 10px;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body {
    padding-bottom: 72px;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 22px, var(--max));
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero-profile img {
    height: 320px;
  }

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

  .pricing-card {
    padding: 24px 20px;
  }
}

.booking-enquiry-steps {
  margin: 22px 0 26px;
  padding-left: 1.25rem;
  color: var(--muted);
}
.booking-enquiry-steps li + li { margin-top: 12px; }
.contact-card {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 32px;
}
.contact-card h3 { margin-top: 0; }
.contact-card .btn { margin: 10px 0 8px; }
.contact-details a { color: inherit; }
@media (max-width: 700px) {
  .contact-card { padding: 24px; }
}
