:root {
  --ink: #10241f;
  --pine: #173d32;
  --pine-light: #285a49;
  --cream: #f3eadb;
  --paper: #fbf7ef;
  --clay: #d9704f;
  --gold: #dfa53a;
  --sage: #a6b69a;
  --line: rgba(16, 36, 31, 0.18);
  --white: #fffdf8;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }

.site-header {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 76px);
  color: var(--cream);
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 18px; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50% 50% 48% 12%; background: var(--clay); color: var(--white); font-family: 'Newsreader', serif; font-style: italic; }
.header-link { text-decoration: none; font-size: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); }

.hero { position: relative; min-height: 660px; overflow: hidden; background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1.02fr .98fr; padding: 72px clamp(22px, 7vw, 110px) 112px; }
.hero-copy { position: relative; z-index: 2; max-width: 630px; padding-top: 38px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; color: #eabf6d; }
.eyebrow.dark { color: var(--clay); }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.055em; line-height: .94; }
h1 { font-size: clamp(68px, 8vw, 124px); }
h2 { font-size: clamp(46px, 5vw, 76px); }
em { font-family: 'Newsreader', serif; font-weight: 500; }
.lede { max-width: 500px; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; color: rgba(243,234,219,.72); margin: 32px 0 38px; }
.primary-link { display: inline-flex; gap: 42px; align-items: center; padding: 16px 20px; background: var(--clay); color: var(--white); text-decoration: none; font-weight: 700; font-size: 14px; }

.hero-art { position: relative; min-height: 480px; }
.sun { position: absolute; width: 190px; height: 190px; border-radius: 50%; background: var(--gold); top: 12px; right: 4%; box-shadow: 0 0 0 28px rgba(223,165,58,.06); }
.arch { position: absolute; border: 1px solid rgba(243,234,219,.2); border-bottom: 0; border-radius: 200px 200px 0 0; }
.arch-one { width: 440px; height: 410px; right: 2%; bottom: 0; }
.arch-two { width: 350px; height: 330px; right: 12%; bottom: 0; }
.house { position: absolute; width: 270px; height: 245px; right: 13%; bottom: 35px; filter: drop-shadow(0 28px 25px rgba(0,0,0,.22)); }
.roof { width: 0; height: 0; border-left: 155px solid transparent; border-right: 155px solid transparent; border-bottom: 108px solid var(--clay); transform: translateX(-20px); }
.wall { position: relative; width: 270px; height: 155px; background: #e8cfa9; }
.window { position: absolute; width: 52px; height: 54px; left: 38px; top: 38px; background: var(--gold); border: 7px solid var(--pine); }
.window::before { content: ''; position: absolute; height: 100%; width: 4px; left: 17px; background: var(--pine); }
.door { position: absolute; width: 62px; height: 105px; right: 42px; bottom: 0; background: var(--pine-light); }
.plant { position: absolute; width: 18px; height: 132px; bottom: 28px; border-radius: 20px; background: var(--sage); transform-origin: bottom; }
.plant::before, .plant::after { content: ''; position: absolute; width: 42px; height: 21px; border-radius: 60% 12%; background: inherit; }
.plant::before { left: -35px; top: 25px; transform: rotate(25deg); }
.plant::after { right: -35px; top: 63px; transform: rotate(150deg); }
.plant-one { left: 7%; transform: rotate(-8deg); }
.plant-two { right: 0; height: 165px; transform: rotate(8deg); background: #6d856f; }
.trust-strip { position: absolute; left: clamp(22px, 7vw, 110px); right: clamp(22px, 7vw, 110px); bottom: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; color: rgba(243,234,219,.55); font-size: 13px; }
.trust-strip b { color: var(--cream); margin-right: 4px; }

.services-section { padding: 112px clamp(22px, 7vw, 110px) 124px; background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; gap: 42px; align-items: end; margin-bottom: 58px; }
.section-heading > p { max-width: 360px; line-height: 1.7; color: rgba(16,36,31,.64); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 310px; padding: 28px; border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(16,36,31,.08); }
.service-card:nth-child(3n+2) { background: var(--cream); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 26px; margin-bottom: 48px; }
.service-category { font-size: 10px; letter-spacing: .14em; font-weight: 700; color: var(--clay); text-transform: uppercase; }
.service-card h3 { font-family: 'Newsreader', serif; font-size: 31px; font-style: italic; font-weight: 500; margin: 10px 0 8px; }
.service-card p { color: rgba(16,36,31,.62); line-height: 1.55; margin: 0 0 20px; flex: 1; }
.service-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }
.service-meta strong { font-size: 18px; }
.pick-service { border: 0; background: transparent; color: var(--clay); font-weight: 700; padding: 6px 0; }
.skeleton { min-height: 310px; background: linear-gradient(100deg, #eee7dc 30%, #faf5ec 50%, #eee7dc 70%); background-size: 400%; animation: shimmer 1.5s infinite; }
@keyframes shimmer { from { background-position: 100% 0; } to { background-position: 0 0; } }

.booking-section { display: grid; grid-template-columns: .86fr 1.14fr; background: var(--pine); color: var(--cream); }
.booking-intro { padding: 104px clamp(22px, 6vw, 92px); }
.booking-intro > p:not(.eyebrow) { margin: 30px 0 45px; max-width: 440px; color: rgba(243,234,219,.7); line-height: 1.7; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li { display: flex; gap: 24px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps span { color: #eabf6d; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.booking-form { background: var(--cream); color: var(--ink); padding: 78px clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr 1fr; gap: 26px 20px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 12px; font-weight: 700; letter-spacing: .04em; }
label span, small { color: rgba(16,36,31,.5); font-weight: 500; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(16,36,31,.35); border-radius: 0; padding: 13px 2px; background: transparent; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--clay); box-shadow: 0 2px 0 -1px var(--clay); }
textarea { resize: vertical; }
.form-error { grid-column: 1 / -1; color: #a53220; margin: 0; min-height: 20px; font-size: 13px; }
.submit-button { grid-column: 1 / -1; display: flex; justify-content: space-between; border: 0; padding: 18px 22px; background: var(--clay); color: var(--white); font-weight: 700; }
.submit-button:disabled { opacity: .58; cursor: wait; }
.form-note { grid-column: 1 / -1; margin: -12px 0 0; font-size: 11px; color: rgba(16,36,31,.5); text-align: center; }

.confirmation { padding: 112px max(22px, calc((100vw - 840px) / 2)); text-align: center; background: var(--paper); }
.status-orb { width: 82px; height: 82px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 28px; }
.status-orb span { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--pine); color: var(--white); font-size: 24px; }
.confirmation > p:not(.eyebrow) { max-width: 620px; margin: 22px auto 40px; line-height: 1.7; color: rgba(16,36,31,.64); }
.booking-details { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 24px; border: 1px solid var(--line); text-align: left; }
.booking-details div { padding: 20px; border-right: 1px solid var(--line); }
.booking-details div:last-child { border-right: 0; }
dt { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); font-weight: 700; margin-bottom: 7px; }
dd { margin: 0; font-weight: 700; }
.assignment-card { display: flex; text-align: left; gap: 18px; align-items: flex-start; padding: 25px; background: var(--cream); border-left: 4px solid var(--gold); }
.assignment-card.assigned { border-color: var(--pine); }
.assignment-dot { width: 12px; height: 12px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); margin-top: 5px; box-shadow: 0 0 0 6px rgba(223,165,58,.14); }
.assigned .assignment-dot { background: var(--pine); box-shadow: 0 0 0 6px rgba(23,61,50,.12); }
.assignment-card p { margin: 5px 0 0; color: rgba(16,36,31,.66); line-height: 1.55; }
.confirmation-actions { display: flex; justify-content: center; gap: 22px; margin-top: 28px; }
.outline-button, .text-button { border: 0; padding: 14px 18px; font-weight: 700; background: transparent; }
.outline-button { border: 1px solid var(--ink); }
.text-button { color: var(--clay); }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; padding: 42px clamp(22px, 7vw, 110px); background: var(--ink); color: rgba(243,234,219,.64); font-size: 13px; }
.footer-brand { color: var(--cream); }
footer p { text-align: center; }
footer .powered { text-align: right; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 118px; }
  .hero-art { min-height: 400px; margin-top: 32px; }
  .trust-strip { grid-template-columns: 1fr; gap: 7px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .booking-section { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; }
  .header-link { font-size: 12px; }
  .hero { padding-top: 38px; }
  h1 { font-size: 62px; }
  h2 { font-size: 48px; }
  .hero-art { min-height: 330px; transform: scale(.82); transform-origin: center top; margin-bottom: -40px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .services-section { padding-top: 82px; }
  .booking-intro { padding-top: 82px; padding-bottom: 70px; }
  .booking-form { grid-template-columns: 1fr; padding-top: 58px; }
  .field, .field.full, .form-error, .submit-button, .form-note { grid-column: 1; }
  .booking-details { grid-template-columns: 1fr; }
  .booking-details div { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-details div:last-child { border-bottom: 0; }
  .confirmation-actions { flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p, footer .powered { text-align: left; margin: 0; }
}
