:root { color-scheme: dark; --gold: #e5c16a; --ink: #141310; --muted: #bbb7ac; }
* { box-sizing: border-box; }
body { margin: 0; background: #0d0d0c; color: #faf5e9; font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.contact-shell { --gold: #e5c16a; display: grid; grid-template-columns: 1fr 1.1fr; max-width: 1180px; min-height: 100svh; margin: auto; background: var(--ink); }
.welcome { position: sticky; top: 0; height: 100svh; min-height: 580px; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; overflow: hidden; isolation: isolate; }
.welcome-photo, .welcome-shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; }
.welcome-photo { object-fit: cover; object-position: 48% center; }
.welcome-shade { background: linear-gradient(180deg, rgba(10,10,8,.55), rgba(10,10,8,.08) 32%, rgba(10,10,8,.82) 70%, #141310); }
.brand { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; line-height: .95; color: #fff4d5; }
.brand span { display: block; font-size: 23px; margin-top: 5px; }
.welcome-copy { margin-top: auto; padding-top: 150px; }
.eyebrow, h2 { font-size: 11px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; line-height: 1.7; }
.eyebrow { color: var(--gold); }
h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(46px, 4.7vw, 64px); font-weight: 400; line-height: 1.02; margin: 18px 0 24px; }
h1 em { font-weight: 400; color: var(--gold); }
.welcome-copy > p:last-child { max-width: 360px; font-size: 15px; line-height: 1.9; color: #ece4d3; }
.welcome-location { margin: 32px 0 0; font-size: 11px; letter-spacing: .08em; }
.welcome-location span { color: var(--gold); margin: 0 10px; }
.contact-content { padding: 48px 44px 28px; align-self: center; }
.intro { display: flex; align-items: center; gap: 18px; margin-bottom: 30px; }
.intro-star { color: var(--gold); font-size: 30px; }
.intro p { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 29px; line-height: 1.2; margin: 0; }
.intro strong { font-weight: 500; }
section + section { margin-top: 28px; }
h2 { margin: 0 0 12px; color: var(--gold); }
.link-list { display: grid; gap: 10px; }
.contact-link { display: flex; gap: 16px; align-items: center; min-height: 78px; padding: 16px 18px; border: 1px solid #454031; border-radius: 4px; background: #1d1c18; color: #faf5e9; text-decoration: none; transition: background .18s, border-color .18s; -webkit-tap-highlight-color: rgba(229,193,106,.2); }
.contact-link:hover { background: #302b1e; border-color: var(--gold); }
button.contact-link { width: 100%; font: inherit; text-align: left; cursor: pointer; }
.contact-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.link-icon, .arrow { width: 25px; height: 25px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.link-icon { color: var(--gold); }
.arrow { width: 20px; height: 20px; margin-left: auto; color: var(--gold); }
.link-copy { display: grid; gap: 6px; min-width: 0; overflow-wrap: anywhere; }
.link-copy strong { font-size: 15px; font-weight: 500; line-height: 1.4; }
.link-copy > span { font-size: 12px; color: var(--muted); line-height: 1.4; }
.whatsapp { border-color: #88723d; background: #282318; }
.whatsapp .link-icon { color: #a6d8ae; }
.website { background: #e5c16a; border-color: #e5c16a; color: #211a0b; }
.website .link-icon, .website .arrow, .website .link-copy > span { color: #473817; }
.website:hover { color: #211a0b; background: #f2d489; }
footer { margin-top: 30px; text-align: center; color: var(--muted); font-size: 10px; line-height: 1.8; }
footer span { color: var(--gold); margin: 0 6px; }
@media (max-width: 760px) {
  .contact-shell { display: block; max-width: 520px; }
  .welcome { position: relative; height: auto; min-height: 370px; padding: 26px 26px 22px; }
  .welcome-photo { object-position: center 35%; }
  .welcome-shade { background: linear-gradient(90deg, rgba(10,10,8,.76), rgba(10,10,8,.15)), linear-gradient(0deg, #141310, transparent 80%); }
  .brand { font-size: 28px; }
  .brand span { font-size: 20px; }
  .welcome-copy { padding-top: 28px; }
  .eyebrow { font-size: 10px; }
  h1 { font-size: 46px; margin: 12px 0 16px; }
  .welcome-copy > p:last-child { font-size: 14px; line-height: 1.7; max-width: 330px; margin-bottom: 0; }
  .welcome-location { margin-top: 20px; }
  .contact-content { padding: 12px 22px 28px; }
  .intro { margin: 10px 0 26px; }
  .intro p { font-size: 26px; }
}
@media (max-width: 360px) {
  .contact-content { padding-inline: 16px; }
  .contact-link { gap: 12px; padding: 14px 12px; }
  .link-copy strong { font-size: 14px; }
  .link-copy > span { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) { .contact-link { transition: none; } }
