:root {
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --ink: #342b26;
  --muted: #71645b;
  --gold: #b58b4d;
  --gold-deep: #8a6333;
  --blush: #ead8cf;
  --wine: #6c3e3f;
  --line: rgba(91, 66, 43, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.nav { height: 82px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; border-bottom: 1px solid rgba(108,62,63,.09); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 500 20px "Italiana", serif; letter-spacing: .04em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-deep); font-size: 22px; }
nav { display: flex; gap: 34px; font-size: 13px; }
nav a { border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language { background: transparent; border: 0; color: var(--ink); font: 600 12px "DM Sans"; cursor: pointer; padding: 10px; }
.language-link { border: 1px solid var(--gold); letter-spacing: .04em; padding: 8px 13px; transition: .2s ease; }
.language-link:hover { background: var(--gold); color: white; }
.button { display: inline-flex; justify-content: center; align-items: center; background: var(--ink); color: white; padding: 15px 24px; font-size: 13px; letter-spacing: .02em; border: 1px solid var(--ink); transition: .2s ease; }
.button:hover { background: var(--gold-deep); border-color: var(--gold-deep); transform: translateY(-2px); }
.button-small { padding: 10px 17px; }
.hero { min-height: 800px; padding: 138px clamp(24px, 8vw, 126px) 86px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(48px, 8vw, 126px); background: linear-gradient(112deg, #fffdf9 0%, #faf5ed 56%, #efe0d6 100%); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(181,139,77,.18); border-radius: 50%; right: -150px; top: -120px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 19px; color: var(--gold-deep); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: "Italiana", serif; font-weight: 400; line-height: 1.04; margin: 0; }
h1 { max-width: 780px; font-size: clamp(52px, 5.9vw, 86px); letter-spacing: -.025em; }
h1 em { color: var(--gold-deep); font-weight: 400; }
.intro { max-width: 610px; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); margin: 28px 0 34px; padding-left: 20px; border-left: 1px solid var(--gold); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-size: 13px; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.trust-row { display: flex; align-items: center; gap: 14px; margin-top: 54px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.trust-row span:nth-child(2) { color: var(--gold); }
.hero-art { position: relative; display: grid; place-items: center; }
.arch { width: min(100%, 500px); aspect-ratio: 1; overflow: hidden; padding: 16px; background: rgba(255,253,249,.72); border: 1px solid rgba(181,138,74,.35); box-shadow: 0 34px 80px rgba(88,55,31,.12); position: relative; }
.arch::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(181,138,74,.24); pointer-events: none; }
.arch img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.78) sepia(.05); }
.promise { padding: 48px 24px; background: var(--wine); color: #fff8ef; text-align: center; }
.promise p { margin: 0 auto; max-width: 900px; font: 28px/1.35 "Italiana", serif; }
.section { padding: 110px clamp(24px, 8vw, 126px); }
.section-heading { max-width: 680px; }
h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading > p:last-child { color: var(--muted); max-width: 610px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.cards article { min-height: 340px; padding: 34px; border: 1px solid var(--line); border-radius: 2px 72px 2px 2px; background: #fcfaf6; display: flex; flex-direction: column; box-shadow: 0 14px 36px rgba(77,51,38,.04); }
.cards h3, .process h3 { font: 29px/1.16 "Italiana", serif; margin: auto 0 14px; }
.cards p { color: var(--muted); font-size: 14px; }
.card-number { color: var(--gold); font: 18px "Italiana", serif; }
.cards .featured-card { background: #e7d1c7; border-color: transparent; position: relative; }
.specialty { position: absolute; top: 21px; right: 24px; color: var(--gold-deep) !important; font-size: 10px !important; text-transform: uppercase; letter-spacing: .13em; }
.about { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 9vw, 140px); align-items: center; background: linear-gradient(135deg, #f7f1e8, #fdf9f3); }
.portrait-panel { min-height: 560px; margin: 0; position: relative; overflow: hidden; background: linear-gradient(150deg, #d6bfae, #9e806b); color: white; border-radius: 250px 250px 8px 8px; box-shadow: 0 24px 60px rgba(70,45,27,.15); }
.portrait-panel img { width: 100%; height: 100%; min-height: 560px; display: block; object-fit: cover; object-position: center 24%; }
.portrait-panel figcaption { position: absolute; inset: auto 20px 20px; padding: 11px 14px; background: rgba(54,43,34,.72); backdrop-filter: blur(8px); color: white; text-align: center; letter-spacing: .15em; text-transform: uppercase; font-size: 10px; }
.about-copy > p { color: var(--muted); }
.about-copy blockquote { margin: 34px 0 0; border-left: 2px solid var(--wine); padding-left: 24px; font: 25px/1.4 "Italiana", serif; color: var(--wine); }
.process { background: var(--paper); }
.process ol { list-style: none; padding: 0; margin: 60px 0 0; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 80px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--gold); font: 30px "Italiana", serif; }
.process h3 { margin: 0 0 6px; }
.process li p { margin: 0; color: var(--muted); }
.license { background: var(--cream); }
.license-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.license-intro > p { color: var(--muted); margin: 0 0 7px; }
.license-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 54px; }
.county-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; transition: .22s ease; }
.county-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 18px 38px rgba(70,45,27,.08); }
.county-card h3, .all-counties h3 { font: 31px/1.15 "Italiana", serif; margin: 12px 0; }
.county-card p { color: var(--muted); font-size: 14px; margin: 0 0 24px; }
.primary-county { background: var(--ink); color: white; }
.primary-county p { color: #d9cec4; }
.county-tag { align-self: flex-start; color: #ead5b4; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.county-link { margin-top: auto; color: var(--gold-deep); font-size: 12px; font-weight: 600; }
.primary-county .county-link { color: #efcf99; }
.all-counties { margin-top: 18px; padding: 28px 30px; background: #e6d4c7; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.all-counties h3 { margin: 0 0 5px; }
.all-counties p { margin: 0; color: var(--muted); font-size: 14px; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); white-space: nowrap; }
.license-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }
.contact { padding: 110px 24px; text-align: center; color: #fff8ee; background: linear-gradient(135deg, #6c3e3f, #4f3030); }
.contact .eyebrow { color: #f1d9b0; }
.contact h2 { max-width: 820px; margin: 0 auto; }
.contact > p:not(.eyebrow) { max-width: 570px; margin: 24px auto 30px; color: #eedfcd; }
.inquiry-form { width: min(100%, 780px); margin: 40px auto 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; text-align: left; }
.inquiry-form label { display: grid; gap: 7px; color: #f3e2cf; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.34); border-radius: 0; background: rgba(255,255,255,.08); color: white; padding: 13px 14px; font: 14px "DM Sans", sans-serif; outline: none; }
.inquiry-form select option { color: var(--ink); }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: white; background: rgba(255,255,255,.13); }
.inquiry-form .full { grid-column: 1 / -1; }
.form-button { grid-column: 1 / -1; justify-self: center; background: var(--paper); border-color: var(--paper); color: var(--ink); cursor: pointer; }
.direct-contact { width: min(100%, 780px); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; font-size: 13px; }
.direct-contact > a:not(.phone-action) { grid-column: 1 / -1; justify-self: center; margin-top: 8px; border-bottom: 1px solid rgba(255,255,255,.55); }
.phone-action { appearance: none; min-width: 0; padding: 14px 12px; display: grid; gap: 2px; border: 1px solid rgba(255,255,255,.42); border-radius: 0; background: rgba(255,255,255,.06); color: white; text-align: center; font: inherit; cursor: pointer; transition: .2s ease; }
.phone-action:hover, .phone-action:focus-visible { background: rgba(255,255,255,.14); border-color: white; outline: none; }
.phone-action span { font-size: 12px; }
.phone-action strong { color: #ead9c5; font-size: 11px; font-weight: 500; }
.social-links { width: min(100%, 780px); margin: 42px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.social-links a { padding: 20px 16px; display: grid; gap: 3px; border-right: 1px solid rgba(255,255,255,.24); transition: background .2s ease; }
.social-links a:last-child { border-right: 0; }
.social-links a:hover { background: rgba(255,255,255,.09); }
.social-links span { color: #ead9c5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.social-links strong { color: white; font-size: 13px; font-weight: 500; }
footer { padding: 35px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 11px; }
footer .brand { color: var(--ink); }
.footer-socials { display: flex; gap: 16px; }
.footer-socials a:hover { color: var(--gold-deep); }

@media (max-width: 860px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy { text-align: center; margin: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { max-width: 500px; width: 100%; margin: 0 auto; }
  .cards { grid-template-columns: 1fr; }
  .cards article { min-height: 260px; }
  .about { grid-template-columns: 1fr; }
  .license-intro { grid-template-columns: 1fr; gap: 18px; }
  .portrait-panel { min-height: 430px; max-width: 480px; width: 100%; margin: auto; }
  .portrait-panel img { min-height: 430px; }
}
@media (max-width: 560px) {
  .nav { padding-inline: 18px; }
  .brand > span:last-child { display: none; }
  .button-small { padding: 9px 12px; font-size: 11px; }
  .hero { padding-inline: 20px; }
  .trust-row { flex-direction: column; gap: 5px; }
  .section { padding: 80px 20px; }
  .process li { grid-template-columns: 44px 1fr; }
  footer { flex-direction: column; text-align: center; }
  footer .brand > span:last-child { display: inline; }
  .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-form .full, .form-button { grid-column: auto; }
  .social-links { grid-template-columns: 1fr; }
  .direct-contact { grid-template-columns: 1fr; }
  .direct-contact > a:not(.phone-action) { grid-column: auto; }
  .social-links a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .social-links a:last-child { border-bottom: 0; }
  .license-grid { grid-template-columns: 1fr; }
  .all-counties { align-items: flex-start; flex-direction: column; }
}
