:root {
  --wine: #64191d;
  --wine-dark: #371013;
  --gold: #c3a25d;
  --gold-light: #e7d7aa;
  --ink: #1f2328;
  --muted: #666a70;
  --paper: #fbf9f5;
  --white: #ffffff;
  --line: rgba(100, 25, 29, .14);
  --shadow: 0 28px 70px rgba(41, 18, 20, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: .3s ease;
}
.site-header.scrolled {
  background: rgba(251, 249, 245, .93);
  backdrop-filter: blur(18px);
  border-color: var(--line);
  box-shadow: 0 12px 30px rgba(35, 17, 19, .06);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand img { width: 52px; height: 60px; object-fit: contain; }
.brand span { display: grid; line-height: 1.25; }
.brand strong { font-family: Georgia, serif; font-size: 1.05rem; }
.brand small { color: var(--wine); letter-spacing: .05em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .95rem; font-weight: 650; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--gold); transition: .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: #fff; background: var(--wine); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  position: relative;
  min-height: 830px;
  padding-top: 88px;
  background:
    radial-gradient(circle at 84% 20%, rgba(195,162,93,.18), transparent 24%),
    linear-gradient(135deg, #fff 0%, #fbf7f2 58%, #f5eee4 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(100,25,29,.08);
  border-radius: 50%;
  left: -230px;
  top: 160px;
}
.hero-grid { min-height: 740px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .21em; font-size: .78rem; font-weight: 800; color: var(--wine); }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: 1.02; font-weight: 500; }
.hero-text { max-width: 630px; margin: 28px 0 0; color: var(--muted); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 999px; font-weight: 750; transition: .25s ease; }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 12px 30px rgba(100,25,29,.22); }
.button-primary:hover { transform: translateY(-3px); background: var(--wine-dark); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.button-secondary:hover { transform: translateY(-3px); border-color: var(--gold); }
.location-chip { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; color: var(--muted); font-size: .93rem; }
.pin { position: relative; width: 16px; height: 16px; border: 2px solid var(--wine); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.pin::after { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--wine); left: 4px; top: 4px; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.logo-panel {
  position: relative;
  z-index: 3;
  width: min(380px, 78vw);
  min-height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px;
  border: 1px solid rgba(195,162,93,.35);
  border-radius: 190px 190px 30px 30px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}
.logo-panel::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(100,25,29,.08); border-radius: inherit; pointer-events: none; }
.logo-panel img { width: 170px; height: 200px; object-fit: contain; image-rendering: auto; }
.logo-panel p { margin: 18px 0 0; font-family: Georgia, serif; font-size: 1.45rem; color: var(--wine); }
.panel-label { position: absolute; top: 34px; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(100,25,29,.13); }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; animation: spin 35s linear infinite; }
.floating-card { position: absolute; z-index: 4; padding: 14px 18px; border: 1px solid rgba(195,162,93,.38); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 16px 35px rgba(41,18,20,.1); color: var(--wine-dark); font-size: .83rem; font-weight: 750; }
.card-one { top: 95px; right: -10px; }
.card-two { left: -25px; bottom: 95px; }
.hero-bottom-line { height: 5px; background: linear-gradient(90deg, var(--wine), var(--gold), var(--wine)); }
@keyframes spin { to { transform: rotate(360deg); } }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.section-heading h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.3rem); line-height: 1.08; font-weight: 500; }
.intro-copy { padding-top: 8px; border-left: 1px solid var(--line); padding-left: 48px; color: var(--muted); font-size: 1.08rem; }
.intro-copy p { margin: 0 0 18px; }
.intro-copy strong { color: var(--ink); }
.centered { max-width: 720px; text-align: center; margin: 0 auto 55px; }
.centered > p:last-child { color: var(--muted); }

.areas { background: linear-gradient(180deg, #f7f2ec, #fbf9f5); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(100,25,29,.11);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  overflow: hidden;
  transition: .3s ease;
}
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; background: rgba(195,162,93,.1); right: -50px; bottom: -60px; transition: .3s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(195,162,93,.7); box-shadow: 0 25px 55px rgba(56,24,27,.1); }
.service-card:hover::after { transform: scale(1.3); }
.service-number { position: absolute; top: 25px; right: 25px; color: rgba(100,25,29,.3); font-size: .78rem; letter-spacing: .12em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: var(--gold-light); font-family: Georgia, serif; font-size: 1.5rem; }
.service-card h3 { margin: 64px 0 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }

.identity { background: #fff; }
.identity-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.identity-image { text-align: center; }
.crest-frame { position: relative; width: min(460px, 90vw); min-height: 470px; display: grid; place-items: center; margin: auto; border-radius: 220px 220px 28px 28px; background: linear-gradient(145deg, #f7efe5, #fff); border: 1px solid var(--line); box-shadow: var(--shadow); }
.crest-frame::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(195,162,93,.4); border-radius: inherit; }
.crest-frame img { position: relative; z-index: 1; width: 220px; height: 255px; object-fit: contain; }
.image-caption { display: inline-block; margin-top: 18px; color: var(--muted); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.identity-copy h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1.08; font-weight: 500; }
.identity-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.identity-name { margin-top: 32px; padding: 22px 0 22px 25px; border-left: 3px solid var(--gold); display: grid; }
.identity-name span { font-family: Georgia, serif; font-size: 1.5rem; }
.identity-name strong { color: var(--wine); }

.location { padding-top: 40px; background: #fff; }
.location-card { position: relative; min-height: 320px; padding: 65px; border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; color: #fff; background: linear-gradient(135deg, var(--wine-dark), var(--wine)); overflow: hidden; box-shadow: var(--shadow); }
.location-card::before { content: ""; position: absolute; width: 460px; height: 460px; right: -120px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.location-card h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 500; }
.location-card p:last-child { color: rgba(255,255,255,.72); }
.eyebrow.light { color: var(--gold-light); }
.location-mark { position: relative; z-index: 2; width: 105px; height: 105px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; }
.location-mark span { width: 30px; height: 30px; border: 5px solid var(--gold-light); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }

.site-footer { margin-top: 100px; padding: 70px 0 24px; color: rgba(255,255,255,.82); background: #201719; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 58px; height: 68px; object-fit: contain; background: #fff; border-radius: 9px; padding: 4px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: Georgia, serif; color: #fff; }
.footer-brand span { color: var(--gold-light); }
.footer-grid > a { color: var(--gold-light); }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: .83rem; color: rgba(255,255,255,.45); }

.reveal { opacity: 1; transform: none; }
.animations-ready .reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.animations-ready .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 88px 20px auto; display: grid; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .25s; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 12px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero-grid, .intro-grid, .identity-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 70px; gap: 20px; }
  .hero-copy { padding-top: 30px; }
  .hero-visual { min-height: 520px; }
  .intro-grid, .identity-grid { gap: 48px; }
  .intro-copy { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 76px; }
  .brand img { width: 43px; height: 50px; }
  .brand strong { font-size: .92rem; }
  .brand small { font-size: .72rem; }
  .main-nav { inset: 76px 14px auto; }
  .hero { min-height: auto; padding-top: 76px; }
  .hero-grid { min-height: auto; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .logo-panel { width: 270px; min-height: 340px; padding: 36px; border-radius: 150px 150px 24px 24px; }
  .logo-panel img { width: 130px; height: 155px; }
  .logo-panel p { font-size: 1.15rem; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 310px; height: 310px; }
  .floating-card { font-size: .68rem; padding: 10px 12px; }
  .card-one { top: 45px; right: 0; }
  .card-two { left: 0; bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 210px; }
  .service-card h3 { margin-top: 42px; }
  .crest-frame { min-height: 365px; }
  .crest-frame img { width: 165px; height: 195px; }
  .location-card { min-height: 360px; padding: 40px 28px; align-items: flex-start; flex-direction: column; }
  .location-mark { align-self: flex-end; width: 82px; height: 82px; }
  .site-footer { margin-top: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
