:root {
  --ink: #27201e;
  --muted: #756b66;
  --cream: #f7f1eb;
  --paper: #fffdfb;
  --terracotta: #b85e45;
  --terracotta-dark: #984833;
  --sage: #657365;
  --border: #dfd6ce;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
button, input, select { font: inherit; }
.site-header { min-height: 76px; padding: 16px 6vw; display: flex; align-items: center; justify-content: space-between; background: var(--cream); border-bottom: 1px solid rgba(39,32,30,.08); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 700; text-decoration: none; letter-spacing: .02em; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: Arial, sans-serif; font-size: .78rem; letter-spacing: .12em; }
.header-cta { padding: 10px 18px; color: white; background: var(--ink); text-decoration: none; font-size: .84rem; font-weight: 700; border-radius: 2px; }
.hero { min-height: calc(100vh - 76px); padding: 64px 6vw; display: grid; align-items: center; gap: 54px; background: var(--cream); overflow: hidden; }
.eyebrow { margin: 0 0 14px; color: var(--terracotta); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.05; }
h1 { max-width: 680px; margin: 0; font-size: clamp(3.1rem, 10vw, 6.9rem); font-weight: 400; letter-spacing: -.055em; }
h1 em { color: var(--terracotta); font-weight: 400; }
.hero-text { max-width: 550px; margin: 28px 0 32px; color: var(--muted); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { border: 0; border-radius: 2px; display: inline-flex; justify-content: center; align-items: center; gap: 25px; padding: 16px 22px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--terracotta); }
.button-primary:hover { background: var(--terracotta-dark); }
.text-link { text-underline-offset: 5px; font-size: .9rem; font-weight: 700; }
.hero-art { position: relative; width: min(100%, 420px); margin: 0 auto; }
.arch { position: relative; height: 460px; overflow: hidden; border-radius: 210px 210px 5px 5px; background: #d9c1ae; box-shadow: 18px 18px 0 #eadfd4; }
.arch::before { content: ''; position: absolute; width: 220px; height: 360px; left: 50%; bottom: -120px; transform: translateX(-50%) rotate(-12deg); border: 2px solid rgba(39,32,30,.35); border-radius: 50% 50% 8% 8%; }
.line { position: absolute; border: 1px solid rgba(39,32,30,.25); border-radius: 50%; }
.line-one { width: 330px; height: 190px; left: -80px; top: 60px; transform: rotate(55deg); }
.line-two { width: 310px; height: 220px; right: -130px; top: 180px; transform: rotate(-60deg); }
.spark { position: absolute; right: 55px; top: 72px; color: var(--terracotta); font-size: 2rem; }
.art-copy { position: absolute; inset: auto 0 105px; text-align: center; font-family: Georgia, serif; font-size: 2.3rem; line-height: 1.1; }
.art-copy i { color: var(--terracotta-dark); }
.open-note { position: absolute; right: -18px; bottom: -27px; min-width: 215px; padding: 18px 20px; color: white; background: var(--sage); box-shadow: 0 12px 30px rgba(39,32,30,.14); }
.open-note strong, .open-note span { display: block; }
.open-note strong { font-family: Georgia, serif; font-size: 1.15rem; }
.open-note span { margin-top: 3px; font-size: .78rem; opacity: .85; }
.section { padding: 88px 6vw; }
.section-heading { margin-bottom: 42px; display: grid; gap: 20px; }
.section-heading h2, .booking h2 { margin: 0; font-size: clamp(2.5rem, 7vw, 4.4rem); font-weight: 400; letter-spacing: -.04em; }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); }
.service-grid { display: grid; gap: 16px; }
.service-card { position: relative; min-height: 390px; padding: 32px 27px 25px; display: flex; flex-direction: column; background: var(--cream); border: 1px solid transparent; }
.service-card.featured { background: var(--paper); border-color: var(--terracotta); }
.service-number { position: absolute; top: 24px; right: 25px; color: #a99c93; font-size: .75rem; letter-spacing: .12em; }
.popular { position: absolute; top: 0; left: 25px; padding: 5px 10px; color: white; background: var(--terracotta); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: translateY(-50%); }
.service-icon { width: 60px; height: 60px; margin: 14px 0 34px; display: grid; place-items: center; color: var(--terracotta); border: 1px solid #d9c6b9; border-radius: 50%; font-family: Georgia, serif; font-size: 1.8rem; }
.service-card h3 { margin: 0 0 12px; font-size: 2rem; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-meta { margin-top: auto; padding: 22px 0 16px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--border); }
.service-meta strong { color: var(--terracotta-dark); font-family: Georgia, serif; font-size: 1.05rem; }
.service-meta span { color: var(--muted); font-size: .8rem; }
.service-card a { padding-top: 16px; display: flex; justify-content: space-between; text-decoration: none; font-size: .83rem; font-weight: 800; }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: .75rem; }
.booking { padding-top: 0; color: white; background: linear-gradient(var(--paper) 70px, var(--sage) 70px); display: grid; gap: 45px; }
.booking-info { padding-top: 130px; }
.eyebrow.light { color: #eac5b8; }
.booking-info > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.75); }
.contact-list { margin: 42px 0 0; padding: 0; display: grid; gap: 23px; list-style: none; }
.contact-list li { display: flex; align-items: center; gap: 17px; }
.contact-list li > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: rgba(255,255,255,.55); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { font-size: .87rem; }
.booking-panel { color: var(--ink); background: var(--paper); padding: 28px 23px; box-shadow: 0 25px 60px rgba(30,30,25,.18); }
.panel-heading { padding-bottom: 20px; margin-bottom: 23px; border-bottom: 1px solid var(--border); }
.panel-heading span, .panel-heading strong { display: block; }
.panel-heading span { color: var(--terracotta); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.panel-heading strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.6rem; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .76rem; font-weight: 800; }
.field input, .field select { width: 100%; height: 49px; padding: 0 13px; color: var(--ink); background: white; border: 1px solid var(--border); border-radius: 1px; outline: none; }
.field input:focus, .field select:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(184,94,69,.1); }
.field small { display: block; margin-top: 5px; color: var(--muted); font-size: .68rem; }
.form-error { min-height: 20px; margin: -4px 0 8px; color: #a22d21; font-size: .77rem; font-weight: 700; }
.submit-button { width: 100%; color: white; background: var(--terracotta); }
.submit-button:hover { background: var(--terracotta-dark); }
.privacy { margin: 12px 5px 0; color: var(--muted); text-align: center; font-size: .66rem; }
footer { padding: 35px 6vw; display: grid; justify-items: center; gap: 12px; text-align: center; border-top: 1px solid var(--border); }
footer p { margin: 0; color: var(--muted); font-size: .75rem; }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: .66rem; }

@media (min-width: 760px) {
  .site-header { padding-inline: 7vw; }
  .hero { padding-inline: 7vw; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); }
  .hero-art { width: 100%; }
  .section { padding-inline: 7vw; }
  .section-heading { grid-template-columns: 1fr .7fr; align-items: end; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .booking { padding-inline: 7vw; grid-template-columns: 1fr minmax(380px, .8fr); gap: 8vw; }
  .booking-panel { padding: 38px; }
  footer { grid-template-columns: 1fr 1fr 1fr; align-items: center; justify-items: start; text-align: left; }
  footer p:nth-child(2) { justify-self: center; }
  footer p:last-child { justify-self: end; }
}

@media (min-width: 1100px) {
  .hero { padding-top: 40px; padding-bottom: 55px; }
  .arch { height: 570px; }
  .art-copy { bottom: 135px; }
  .services { padding-top: 115px; padding-bottom: 120px; }
  .service-card { padding: 38px 34px 28px; }
  .booking { padding-bottom: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
