:root{
  --bg:#101112;
  --panel:#151617;
  --text:#f3f0ea;
  --muted:#aaa59d;
  --gold:#c29f69;
  --gold-soft:rgba(194,159,105,.14);
  --line:rgba(243,240,234,.18);
}

*{box-sizing:border-box}
html{background:var(--bg);color-scheme:dark}
body{
  margin:0;
  min-height:100dvh;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.modal-open{overflow:hidden}

.page{
  width:min(100%,560px);
  min-height:100dvh;
  margin:0 auto;
  padding:max(34px,env(safe-area-inset-top)) 22px max(34px,env(safe-area-inset-bottom));
}

.top{
  margin-bottom:30px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  text-transform:uppercase;
  letter-spacing:.25em;
  font-size:12px;
  font-weight:650;
}
.twentytwo{
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:21px;
  letter-spacing:.08em;
  line-height:.9;
}
.twentytwo::after{
  content:"";
  width:32px;height:1px;display:block;margin-top:11px;background:var(--gold);
}

.portrait{margin:0;width:100%;aspect-ratio:1;overflow:hidden;background:#171819}
.portrait img{width:100%;height:100%;display:block;object-fit:cover}

.identity{padding:28px 0 8px}
.identity h1{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(52px,14vw,76px);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:500;
}
.identity p{
  margin:18px 0 0;
  color:rgba(243,240,234,.82);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:9px;
}
.identity p i{padding:0 7px;color:var(--gold);font-style:normal}
.rule{width:44px;height:1px;display:block;margin-top:22px;background:var(--gold)}

.socials{margin-top:6px;border-top:1px solid var(--line)}
.socials a,.socials>button{
  width:100%;
  min-height:91px;
  padding:16px 4px;
  display:grid;
  grid-template-columns:50px 1fr 28px;
  gap:16px;
  align-items:center;
  border:0;
  border-bottom:1px solid var(--line);
  background:none;
  color:var(--text);
  text-decoration:none;
  text-align:left;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.socials a:hover,.socials>button:hover{background:rgba(255,255,255,.025)}
.socials .date-row{
  background:linear-gradient(90deg,var(--gold-soft),transparent 75%);
  border-bottom-color:rgba(194,159,105,.38);
}
.icon{
  width:42px;height:42px;display:grid;place-items:center;
  font-size:29px;font-weight:300;color:var(--text);
}
.date-icon{color:var(--gold);font-family:Georgia,serif;font-size:29px}
.ghost{font-size:27px}.mail{font-size:25px}
.text{display:grid;gap:5px}
.text b{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:10px;
  font-weight:700;
}
.text small{color:var(--text);font-size:17px;font-weight:400}
.arrow{justify-self:end;color:var(--gold);font-size:27px;font-weight:300}

.professional{
  margin-top:34px;
  padding:24px 0 4px;
  display:grid;
  justify-items:center;
  gap:10px;
  border-top:1px solid rgba(194,159,105,.38);
  color:var(--text);
  text-decoration:none;
  text-align:center;
}
.professional span{
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:9px;
  font-weight:700;
}
.professional b{font-size:15px;font-weight:400;letter-spacing:.015em}

/* Modal */
.modal{
  position:fixed;
  inset:0;
  z-index:100;
  display:none;
  align-items:flex-end;
  justify-content:center;
}
.modal.open{display:flex}
.modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.76);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
.modal-panel{
  position:relative;
  z-index:2;
  width:min(100%,620px);
  max-height:94dvh;
  overflow:auto;
  padding:30px 24px max(32px,env(safe-area-inset-bottom));
  border:1px solid rgba(194,159,105,.30);
  border-bottom:0;
  border-radius:24px 24px 0 0;
  background:#121314;
  box-shadow:0 -30px 90px rgba(0,0,0,.45);
}
.modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}
.modal-kicker{
  margin:0 0 11px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.20em;
  font-size:9px;
  font-weight:750;
}
.modal-header h2,.success h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(47px,13vw,72px);
  line-height:.96;
  letter-spacing:-.05em;
  font-weight:500;
}
.close{
  width:40px;height:40px;
  border:1px solid var(--line);
  border-radius:50%;
  background:none;color:var(--text);
  font-size:25px;font-weight:200;
  cursor:pointer;
}
.modal-intro{
  max-width:500px;
  margin:19px 0 29px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.date-form{display:grid;gap:20px}
.bot-field{
  position:absolute!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  height:1px!important;width:1px!important;
  margin:-1px!important;padding:0!important;border:0!important;
}
.field-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.date-form label{display:grid;gap:9px}
.date-form label>span,
.date-form legend{
  color:#d8d3ca;
  font-size:10px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.date-form label>span em{
  color:#77736d;
  font-style:normal;
  font-weight:500;
}
.date-form input[type="text"],
.date-form input[type="email"],
.date-form input[type="date"],
.date-form select,
.date-form textarea{
  width:100%;
  min-height:50px;
  padding:13px 14px;
  border:1px solid rgba(243,240,234,.19);
  border-radius:2px;
  outline:none;
  background:#18191a;
  color:var(--text);
  font:inherit;
  font-size:14px;
}
.date-form textarea{min-height:105px;resize:vertical}
.date-form input:focus,
.date-form select:focus,
.date-form textarea:focus{border-color:var(--gold)}
.date-form fieldset{margin:2px 0 0;padding:0;border:0}
.date-form legend{margin-bottom:12px}
.choice-grid{display:flex;flex-wrap:wrap;gap:8px}
.choice{display:block!important}
.choice input{position:absolute;opacity:0;pointer-events:none}
.choice span{
  display:block;
  padding:10px 12px;
  border:1px solid rgba(243,240,234,.18);
  border-radius:999px;
  color:#c8c3ba!important;
  background:#18191a;
  font-size:11px!important;
  font-weight:550!important;
  letter-spacing:0!important;
  text-transform:none!important;
  cursor:pointer;
}
.choice input:checked+span{
  border-color:var(--gold);
  background:var(--gold-soft);
  color:var(--text)!important;
}
.confirm{
  grid-template-columns:18px 1fr!important;
  align-items:start;
  gap:10px!important;
}
.confirm input{margin:2px 0 0;accent-color:var(--gold)}
.confirm span{
  color:var(--muted)!important;
  font-size:10px!important;
  line-height:1.55;
  letter-spacing:0!important;
  text-transform:none!important;
  font-weight:500!important;
}
.submit-date{
  min-height:55px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid var(--gold);
  border-radius:2px;
  background:var(--gold);
  color:#111;
  font-weight:750;
  cursor:pointer;
}
.submit-date:disabled{opacity:.58;cursor:wait}
.form-note{
  margin:-5px 0 0;
  color:#77736d;
  text-align:center;
  font-size:9px;
  line-height:1.5;
}
.form-error{
  margin:0;
  color:#e3b0a8;
  font-size:11px;
  line-height:1.5;
}
.success{
  padding:38px 0 12px;
  text-align:left;
}
.success p:not(.modal-kicker){
  margin:18px 0 30px;
  color:var(--muted);
  font-size:14px;
}
.done-button{
  width:100%;
  min-height:52px;
  border:1px solid var(--gold);
  border-radius:2px;
  background:var(--gold);
  color:#111;
  font-weight:750;
  cursor:pointer;
}

@media(min-width:700px){
  body{background:radial-gradient(circle at 50% 15%,#1a1b1c 0,#101112 52%)}
  .page{padding-top:52px;padding-bottom:52px}
  .modal{align-items:center}
  .modal-panel{border-bottom:1px solid rgba(194,159,105,.30);border-radius:22px;max-height:88dvh}
}
@media(max-width:480px){
  .field-grid.two{grid-template-columns:1fr}
}
@media(max-width:390px){
  .page{padding-left:18px;padding-right:18px}
  .socials a,.socials>button{min-height:84px}
  .text small{font-size:16px}
}
@media(prefers-reduced-motion:reduce){
  *{transition:none!important}
}