html { overflow-x: hidden; background: #0d2726; }
.vcard-body { min-height: 100vh; overflow-x: hidden; background: #0d2726; color: #fbfaf6; }
.vcard-body svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vcard-body a, .vcard-body button { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.vcard-atmosphere { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.vcard-atmosphere::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 68%); }
.vcard-atmosphere span { position: absolute; border: 1px solid rgba(169,195,177,.12); border-radius: 50%; }
.vcard-atmosphere span:nth-child(1) { width: 760px; height: 760px; top: -190px; right: -300px; }
.vcard-atmosphere span:nth-child(2) { width: 520px; height: 520px; top: -70px; right: -180px; }
.vcard-atmosphere span:nth-child(3) { width: 240px; height: 240px; top: 70px; right: -38px; border-color: rgba(217,242,79,.16); }
.vcard-shell { position: relative; z-index: 1; width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.vcard-topbar { display: flex; align-items: center; justify-content: space-between; min-height: 104px; border-bottom: 1px solid rgba(255,255,255,.11); }
.vcard-brand img { width: 230px; height: auto; }
.vcard-share { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.05); color: #fbfaf6; cursor: pointer; transition: .2s ease; }
.vcard-share:hover { border-color: #d9f24f; transform: translateY(-2px); }
.vcard-share svg { width: 17px; }
.vcard-share span { font-size: 12px; font-weight: 600; }
.vcard-hero { display: grid; grid-template-columns: .8fr 1.12fr; align-items: center; gap: clamp(55px, 8vw, 105px); min-height: 730px; padding: 78px 0 92px; }
.vcard-portrait-wrap { position: relative; width: min(100%, 430px); justify-self: end; }
.vcard-portrait-wrap::before { content: ""; position: absolute; z-index: 0; inset: 20px -17px -18px 19px; border: 1px solid rgba(217,242,79,.58); border-radius: 30px; transform: rotate(2.2deg); }
.vcard-portrait-wrap::after { content: ""; position: absolute; z-index: 3; width: 72px; height: 9px; top: 42px; right: -31px; border-radius: 99px; background: #d9f24f; transform: rotate(2.2deg); }
.vcard-portrait { position: relative; z-index: 2; height: 560px; margin: 0; overflow: hidden; border-radius: 30px; background: #dce9df; box-shadow: 0 45px 95px rgba(0,0,0,.3); transform: rotate(-1.2deg); }
.vcard-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(4,20,18,.72)); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); border-radius: inherit; pointer-events: none; }
.vcard-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 33%; transform: scale(1.025); }
.vcard-portrait figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.vcard-portrait figcaption span { font-family: var(--serif); font-size: 21px; }
.vcard-portrait figcaption small { color: #a9c3b1; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-align: right; text-transform: uppercase; }
.vcard-portrait-orbit { position: absolute; z-index: 0; pointer-events: none; }
.orbit-a { width: 150px; height: 150px; top: -24px; left: -34px; border-top: 1px solid rgba(169,195,177,.35); border-left: 1px solid rgba(169,195,177,.35); }
.orbit-b { width: 84px; height: 84px; right: -37px; bottom: 48px; border-right: 1px solid rgba(169,195,177,.28); border-bottom: 1px solid rgba(169,195,177,.28); }
.vcard-availability { position: absolute; z-index: 4; right: -48px; bottom: 80px; display: flex; align-items: center; gap: 10px; max-width: 185px; padding: 13px 16px; border: 1px solid rgba(17,32,31,.08); border-radius: 14px; background: #fbfaf6; color: #11201f; box-shadow: 0 20px 50px rgba(0,0,0,.22); font-size: 11px; font-weight: 600; line-height: 1.4; }
.vcard-availability i { position: relative; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #65b773; }
.vcard-availability i::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(101,183,115,.45); border-radius: 50%; animation: vcard-pulse 2s ease-out infinite; }
.vcard-intro { position: relative; z-index: 2; max-width: 610px; }
.vcard-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: #a9c3b1; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.vcard-kicker span { width: 32px; height: 1px; background: currentColor; }
.vcard-intro h1 { margin: 0 0 17px; color: #fbfaf6; font-size: clamp(76px, 8vw, 118px); line-height: .78; }
.vcard-intro h1 em { color: #d9f24f; font-style: italic; font-weight: 400; }
.vcard-role { margin-bottom: 24px; color: #a9c3b1; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.vcard-lead { max-width: 550px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.75; }
.vcard-primary-actions { display: flex; align-items: stretch; gap: 12px; }
.vcard-primary, .vcard-save { min-height: 68px; border-radius: 17px; transition: .22s ease; }
.vcard-primary { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 13px; min-width: 235px; padding: 11px 18px; background: #d9f24f; color: #11201f; }
.vcard-primary span { display: flex; flex-direction: column; font-weight: 600; line-height: 1.25; }
.vcard-primary small { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .62; }
.vcard-primary b, .vcard-contact-grid b, .vcard-service-grid b { font-size: 19px; font-weight: 400; }
.vcard-save { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid rgba(255,255,255,.23); color: #fbfaf6; font-size: 12px; font-weight: 600; }
.vcard-primary:hover, .vcard-save:hover { transform: translateY(-3px); }
.vcard-save:hover { border-color: #d9f24f; }
.vcard-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); }
.vcard-trust div { display: flex; flex-direction: column; }
.vcard-trust strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.vcard-trust small { color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.vcard-panel { position: relative; padding: clamp(38px, 6vw, 74px); border-radius: 30px; background: #fbfaf6; color: #11201f; box-shadow: 0 32px 85px rgba(0,0,0,.16); }
.vcard-section-heading { display: grid; grid-template-columns: .5fr 1.5fr; align-items: end; gap: 45px; margin-bottom: 45px; }
.vcard-section-heading > p { margin: 0 0 8px; color: #526762; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.vcard-section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 65px); }
.vcard-section-heading h2, .vcard-quote blockquote { text-wrap: balance; }
.vcard-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(17,32,31,.14); border-bottom: 1px solid rgba(17,32,31,.14); }
.vcard-contact-grid > a { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 14px; min-width: 0; padding: 25px 20px; border-right: 1px solid rgba(17,32,31,.14); transition: .2s ease; }
.vcard-contact-grid > a:last-child { border-right: 0; }
.vcard-contact-grid > a:hover { background: #f3f0e8; }
.vcard-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #dce9df; }
.vcard-icon svg { width: 19px; }
.vcard-contact-grid a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.vcard-contact-grid small { color: #526762; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.vcard-contact-grid strong { overflow: hidden; font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.vcard-expertise { padding: 110px 0 105px; }
.vcard-section-heading.light { color: #fbfaf6; }
.vcard-section-heading.light > p { color: #a9c3b1; }
.vcard-service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); }
.vcard-service-grid a { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; min-height: 116px; padding: 0 28px 0 7px; border-bottom: 1px solid rgba(255,255,255,.15); color: #fbfaf6; transition: .22s ease; }
.vcard-service-grid a:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
.vcard-service-grid a:hover { padding-left: 20px; background: rgba(255,255,255,.035); }
.vcard-service-grid span { color: #a9c3b1; font-size: 10px; }
.vcard-service-grid strong { font-family: var(--serif); font-size: clamp(23px, 3vw, 32px); font-weight: 400; }
.vcard-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; margin-bottom: 85px; overflow: hidden; border-radius: 30px; background: #dce9df; color: #11201f; }
.vcard-quote, .vcard-method { padding: clamp(38px, 6vw, 72px); }
.vcard-quote { position: relative; overflow: hidden; background: #d9f24f; }
.vcard-quote::after { content: ""; position: absolute; width: 300px; height: 300px; right: -140px; bottom: -145px; border: 1px solid rgba(17,32,31,.2); border-radius: 50%; box-shadow: 0 0 0 46px rgba(17,32,31,.035), 0 0 0 92px rgba(17,32,31,.025); }
.vcard-quote-mark { display: block; height: 50px; font-family: var(--serif); font-size: 100px; line-height: .8; }
.vcard-quote blockquote { position: relative; z-index: 1; margin: 18px 0 40px; color: #11201f; font-size: clamp(29px, 3.5vw, 43px); line-height: 1.12; }
.vcard-quote a { position: relative; z-index: 1; display: inline-flex; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }
.vcard-kicker.dark { color: #45665f; }
.vcard-method ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(17,32,31,.14); }
.vcard-method li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(17,32,31,.14); }
.vcard-method li > span { color: #526762; font-size: 10px; }
.vcard-method li div { display: flex; flex-direction: column; }
.vcard-method strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.vcard-method small { color: #526762; font-size: 11px; }
.vcard-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 35px; padding: 38px 0 65px; border-top: 1px solid rgba(255,255,255,.12); }
.vcard-footer p { margin: 0 0 8px; color: #a9c3b1; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.vcard-footer nav { display: flex; gap: 17px; font-size: 11px; font-weight: 600; }
.vcard-footer-identity { display: flex; flex-direction: column; align-items: center; }
.vcard-footer-identity strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.vcard-footer-identity span { color: #a9c3b1; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.vcard-footer > small { justify-self: end; color: rgba(255,255,255,.5); font-size: 10px; }
.vcard-mobile-dock { display: none; }
.vcard-toast { position: fixed; z-index: 100; left: 50%; bottom: 26px; padding: 11px 18px; border-radius: 999px; background: #fbfaf6; color: #11201f; box-shadow: 0 18px 50px rgba(0,0,0,.28); font-size: 12px; font-weight: 600; opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: .25s ease; }
.vcard-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
@keyframes vcard-pulse { 0% { opacity: 1; transform: scale(.5); } 100% { opacity: 0; transform: scale(1.5); } }
@keyframes vcard-breathe { 0%, 100% { opacity: .65; transform: scale(1); } 50% { opacity: 1; transform: scale(1.035); } }
@media (max-width: 920px) {
  .vcard-hero { grid-template-columns: .82fr 1fr; gap: 42px; }
  .vcard-portrait { height: 500px; }
  .vcard-availability { right: -20px; }
  .vcard-primary-actions { flex-direction: column; }
  .vcard-contact-grid { grid-template-columns: 1fr; }
  .vcard-contact-grid > a { border-right: 0; border-bottom: 1px solid rgba(17,32,31,.14); }
  .vcard-contact-grid > a:last-child { border-bottom: 0; }
}
@media (max-width: 700px) {
  .vcard-body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .vcard-atmosphere span:nth-child(1) { width: 520px; height: 520px; top: -130px; right: -320px; }
  .vcard-atmosphere span:nth-child(2) { width: 330px; height: 330px; right: -210px; }
  .vcard-shell { width: min(100% - 28px, 560px); }
  .vcard-topbar { min-height: 78px; }
  .vcard-brand img { width: 190px; }
  .vcard-share { width: 42px; padding: 0; justify-content: center; }
  .vcard-share span { display: none; }
  .vcard-hero { display: flex; min-height: auto; padding: 34px 0 56px; flex-direction: column; gap: 36px; }
  .vcard-portrait-wrap { width: min(87vw, 390px); align-self: center; }
  .vcard-portrait-wrap::before { inset: 14px -10px -13px 13px; border-radius: 24px; }
  .vcard-portrait-wrap::after { width: 58px; height: 7px; top: 28px; right: -17px; }
  .vcard-portrait { width: 100%; height: auto; max-height: 430px; aspect-ratio: 4 / 5; border-radius: 24px; transform: rotate(-.7deg); }
  .vcard-portrait figcaption { left: 22px; right: 22px; bottom: 18px; }
  .vcard-portrait figcaption span { font-size: 19px; white-space: nowrap; }
  .vcard-portrait figcaption small { display: none; }
  .orbit-a { width: 105px; height: 105px; top: -18px; left: -20px; }
  .orbit-b { width: 64px; height: 64px; right: -20px; bottom: 40px; left: auto; }
  .vcard-availability { right: -7px; bottom: 32px; max-width: 155px; padding: 11px 13px; font-size: 9px; }
  .vcard-intro { width: 100%; }
  .vcard-kicker { margin-bottom: 19px; }
  .vcard-intro h1 { margin-bottom: 15px; font-size: clamp(67px, 21vw, 88px); line-height: .81; }
  .vcard-role { margin-bottom: 18px; font-size: 10px; }
  .vcard-lead { margin-bottom: 27px; font-size: 15px; line-height: 1.68; }
  .vcard-primary-actions { display: grid; grid-template-columns: 1fr; }
  .vcard-primary, .vcard-save { width: 100%; min-height: 64px; }
  .vcard-trust { gap: 10px; margin-top: 34px; padding-top: 20px; }
  .vcard-trust strong { font-size: 15px; }
  .vcard-trust small { font-size: 7px; }
  .vcard-panel { padding: 33px 20px 22px; border-radius: 23px; }
  .vcard-section-heading { display: block; margin-bottom: 28px; }
  .vcard-section-heading > p { margin-bottom: 12px; }
  .vcard-section-heading h2 { font-size: clamp(34px, 10.5vw, 40px); line-height: .98; }
  .vcard-contact-grid > a { grid-template-columns: 41px minmax(0,1fr) auto; padding: 19px 3px; }
  .vcard-contact-grid strong { font-size: 12px; }
  .vcard-expertise { padding: 66px 0; }
  .vcard-service-grid { grid-template-columns: 1fr; }
  .vcard-service-grid a, .vcard-service-grid a:nth-child(odd) { min-height: 88px; border-right: 0; }
  .vcard-service-grid strong { font-size: 25px; }
  .vcard-story-grid { grid-template-columns: 1fr; margin-bottom: 48px; border-radius: 23px; }
  .vcard-quote, .vcard-method { padding: 36px 24px; }
  .vcard-quote blockquote { font-size: 31px; }
  .vcard-footer { grid-template-columns: 1fr; align-items: start; gap: 26px; padding-bottom: 35px; }
  .vcard-footer-identity { align-items: flex-start; }
  .vcard-footer > small { justify-self: start; }
  .vcard-mobile-dock { position: fixed; z-index: 80; left: 50%; bottom: max(9px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(3, 1fr); width: min(calc(100% - 20px), 420px); padding: 5px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(7,25,24,.92); box-shadow: 0 15px 45px rgba(0,0,0,.35); backdrop-filter: blur(18px); transform: translateX(-50%); transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
  .vcard-mobile-dock.is-managed:not(.is-visible) { visibility: hidden; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); }
  .vcard-mobile-dock a { display: flex; min-height: 52px; align-items: center; justify-content: center; flex-direction: column; gap: 2px; border-radius: 13px; color: #a9c3b1; }
  .vcard-mobile-dock a.active { background: #d9f24f; color: #11201f; }
  .vcard-mobile-dock a:active, .vcard-primary:active, .vcard-save:active { transform: scale(.97); }
  .vcard-mobile-dock svg { width: 19px; height: 19px; }
  .vcard-mobile-dock span { font-size: 8px; font-weight: 600; }
  .vcard-toast { bottom: 82px; }
}
@media (max-width: 380px) {
  .vcard-shell { width: calc(100% - 24px); }
  .vcard-brand img { width: 176px; }
  .vcard-share { width: 40px; min-height: 40px; }
  .vcard-hero { padding-top: 28px; gap: 32px; }
  .vcard-portrait-wrap { width: calc(100% - 10px); }
  .vcard-availability { right: -3px; max-width: 145px; padding: 10px 12px; }
  .vcard-panel { padding-inline: 19px; }
  .vcard-contact-grid > a { grid-template-columns: 39px minmax(0,1fr) auto; gap: 11px; }
  .vcard-icon { width: 39px; height: 39px; }
  .vcard-quote, .vcard-method { padding: 32px 21px; }
  .vcard-quote blockquote { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .vcard-availability i::after { animation: none; }
  .vcard-body * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
