:root {
  --ivory: #f7efe4;
  --ivory-2: #fffaf3;
  --paper: rgba(255, 250, 243, .72);
  --espresso: #24170f;
  --coffee: #4c2f1a;
  --olive: #6f6c2d;
  --gold: #b68a43;
  --gold-light: #d7b879;
  --line: rgba(76, 47, 26, .16);
  --shadow: 0 30px 90px rgba(53, 31, 16, .16);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--espresso);
  background:
    radial-gradient(circle at 78% 16%, rgba(215, 184, 121, .24), transparent 30%),
    radial-gradient(circle at 10% 82%, rgba(111, 108, 45, .13), transparent 32%),
    linear-gradient(135deg, var(--ivory-2), var(--ivory));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}
body::before {
  width: 38vw;
  aspect-ratio: 1;
  right: -16vw;
  top: -12vw;
  border: 1px solid rgba(182, 138, 67, .22);
  box-shadow: 0 0 0 70px rgba(182, 138, 67, .035), 0 0 0 150px rgba(182, 138, 67, .025);
}
body::after {
  width: 26vw;
  aspect-ratio: 1;
  left: -12vw;
  bottom: -10vw;
  border: 1px solid rgba(111, 108, 45, .16);
  box-shadow: 0 0 0 60px rgba(111, 108, 45, .025);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 184, 121, .12), transparent 66%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: opacity .3s ease;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--espresso);
  font-weight: 650;
  letter-spacing: .03em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(182, 138, 67, .45);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  background: rgba(255,255,255,.35);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .04em;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(182, 138, 67, .38);
  animation: pulse 2s infinite;
}

.hero {
  min-height: calc(100vh - 198px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  padding-block: 48px 78px;
}

.hero-copy { max-width: 690px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow span { color: var(--olive); }

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.25vw, 94px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 500;
  text-wrap: balance;
}
h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}

.intro {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(36, 23, 15, .72);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}
.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary {
  color: #fffaf3;
  background: linear-gradient(135deg, var(--espresso), var(--coffee));
  box-shadow: 0 15px 30px rgba(36, 23, 15, .2);
}
.btn-primary:hover { box-shadow: 0 20px 38px rgba(36, 23, 15, .28); }
.btn-secondary {
  color: var(--espresso);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  backdrop-filter: blur(12px);
}
.btn-secondary:hover { background: rgba(255,255,255,.7); }

.signature-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  color: rgba(76,47,26,.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.signature-line i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.visual {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.logo-card {
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 1 / 1.05;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(182, 138, 67, .22);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(247,239,228,.55)),
    var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  transform-style: preserve-3d;
  transition: transform .2s ease-out;
}
.logo-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(182, 138, 67, .16);
  border-radius: calc(var(--radius-xl) - 10px);
  pointer-events: none;
}
.logo-card img {
  width: 93%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: contrast(1.02) saturate(.96);
  transform: translateZ(20px);
}
.card-shine {
  position: absolute;
  inset: -30%;
  background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.36) 50%, transparent 60%);
  transform: translateX(-55%) rotate(10deg);
  animation: shine 8s ease-in-out infinite;
}
.opening-tag {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 3px;
  min-width: 135px;
  padding: 13px 16px;
  border: 1px solid rgba(182, 138, 67, .25);
  border-radius: 16px;
  color: var(--espresso);
  background: rgba(255,250,243,.82);
  box-shadow: 0 12px 28px rgba(53,31,16,.12);
  backdrop-filter: blur(12px);
  text-align: left;
}
.opening-tag span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.opening-tag strong {
  font-size: 14px;
  letter-spacing: .08em;
}
.visual-orbit {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(182, 138, 67, .22);
}
.orbit-one { width: 92%; aspect-ratio: 1; animation: rotate 28s linear infinite; }
.orbit-two { width: 72%; aspect-ratio: 1; border-style: dashed; animation: rotateReverse 24s linear infinite; }
.orbit-one::before,
.orbit-two::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 8px rgba(215,184,121,.12);
}
.orbit-one::before { top: 14%; left: 14%; }
.orbit-two::before { right: 8%; bottom: 28%; background: var(--olive); }
.floating-note {
  position: absolute;
  z-index: 2;
  padding: 11px 16px;
  border: 1px solid rgba(76,47,26,.12);
  border-radius: 999px;
  background: rgba(255,250,243,.76);
  box-shadow: 0 12px 28px rgba(53,31,16,.1);
  backdrop-filter: blur(12px);
  color: var(--coffee);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: .08em;
}
.note-one { top: 14%; left: -5%; animation: float 5s ease-in-out infinite; }
.note-two { right: -4%; bottom: 17%; animation: float 5s 1.2s ease-in-out infinite; }

.footer { padding-bottom: 30px; }
.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.36);
  backdrop-filter: blur(14px);
}
.contact-intro span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.contact-intro p { margin: 0; color: rgba(36,23,15,.66); font-size: 14px; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.contact-links a {
  color: var(--espresso);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  border-bottom: 1px solid rgba(182,138,67,.45);
  padding-bottom: 3px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 4px 0;
  color: rgba(36,23,15,.5);
  font-size: 12px;
  letter-spacing: .04em;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal .8s cubic-bezier(.2,.75,.2,1) forwards;
}
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .24s; }
.delay-3 { animation-delay: .36s; }
.delay-4 { animation-delay: .5s; }

@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(182,138,67,0); } 100% { box-shadow: 0 0 0 0 rgba(182,138,67,0); } }
@keyframes shine { 0%, 55% { transform: translateX(-65%) rotate(10deg); } 78%, 100% { transform: translateX(65%) rotate(10deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotateReverse { to { transform: rotate(-360deg); } }

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 60px;
    padding-top: 58px;
  }
  .hero-copy { max-width: 760px; }
  .visual { min-height: 520px; }
  .logo-card { width: min(84vw, 540px); }
  .note-one { left: 2%; }
  .note-two { right: 2%; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar { min-height: 76px; }
  .brand-mini span:last-child { display: none; }
  .status-pill { font-size: 11px; padding: 9px 12px; }
  .hero { padding-block: 38px 54px; gap: 42px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .intro { font-size: 16px; line-height: 1.65; }
  .cta-row { display: grid; }
  .btn { width: 100%; }
  .signature-line { flex-wrap: wrap; font-size: 12px; }
  .visual { min-height: 390px; }
  .logo-card { width: 100%; border-radius: 28px; }
  .opening-tag { right: 15px; bottom: 15px; min-width: 118px; padding: 10px 12px; }
  .floating-note { display: none; }
  .contact-strip { align-items: flex-start; flex-direction: column; padding: 20px; }
  .contact-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .cursor-glow { display: none; }
}
