/* The Haven Team: white and black. A crisp, editorial page for a team that wants to be asked for by name.
   Prata for display, Albert Sans for everything else. A white page with black bands (the search, the areas, the contact band and
   the footer), black for type and buttons, no accent colour and no grey surfaces: the photographs carry all the colour, the
   agents' portraits included. Radii are 20, 12 and 999. Photographs are the cards: no borders, no hairline dividers.
   The kit (../_kit) supplies the menu. */

:root {
  --white: #FFFFFF; --paper: #FFFFFF; --ink: #000000;
  --ink2: rgba(0, 0, 0, .74); --ink3: rgba(0, 0, 0, .64);
  --gut: clamp(20px, 4vw, 56px); --hdr-h: 88px; --focus: #000000;
  --disp: "Prata", Georgia, "Times New Roman", serif;
  --ui: "Albert Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --rd-bg: #FFFFFF; --rd-scrim: rgba(0, 0, 0, .6);
}
/* keyboard focus rings are black on the white surfaces and white on the black ones */
.ctc, .ft, .brk, .pn--calc, .sec--black, html[data-hdr="dark"] .hd { --focus: #FFFFFF; }
.ctc-fm, .sec--black .fc { --focus: #000000; }
html { background: var(--white); }
body { font: 400 17px/1.6 var(--ui); color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--disp); font-weight: 400; letter-spacing: -.01em; text-wrap: balance; }
h2 { font-size: clamp(32px, 4vw, 58px); line-height: 1.06; }
.h2s { font-size: clamp(26px, 3vw, 40px); line-height: 1.1; }
.d { font-family: var(--disp); }
.w { width: min(1240px, 100% - 2 * var(--gut)); margin: 0 auto; }
.eb { font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
.lede { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; color: var(--ink2); max-width: 36em; }
.vip-in > *, .hero-in > *, .ctc-in > *, .val > *, .sell > *, .lg > *, .sds > *, .ss > *, .jl > *, .rst > *, .flow > * { min-width: 0; }

/* the menu, in this design's voice */
#dm { --dm-bg: #000000; --dm-ink: #FFFFFF; --dm-accent: #A6A6A6; --focus: #FFFFFF; --dm-font: var(--disp); --dm-font-ui: var(--ui); --dm-weight: 400; --dm-ls: .07em; --dm-scrim: rgba(0, 0, 0, .5); }

/* ── header: the team is in it ─────────────────────────────────────────── */
.hd { position: fixed; inset: 0 0 auto 0; z-index: 60; height: var(--hdr-h); padding: 0 var(--gut); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; color: var(--ink); transition: background .4s ease, box-shadow .4s ease, color .35s ease; }
html[data-scrolled="1"] .hd { background: rgba(255, 255, 255, .9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 14px 40px -26px rgba(0, 0, 0, .4); }
html[data-hdr="dark"] .hd { color: var(--white); }
html[data-hdr="dark"][data-scrolled="1"] .hd { background: rgba(0, 0, 0, .88); box-shadow: 0 14px 40px -26px rgba(0, 0, 0, .6); }
.wm { justify-self: start; text-decoration: none; display: grid; align-content: center; min-height: 44px; line-height: 1.1; }
.wm b { font: 400 19px/1 var(--disp); letter-spacing: .34em; text-transform: uppercase; }
.wm span { margin-top: 7px; font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
html[data-hdr="dark"] .wm span { color: var(--white); }
.faces { display: flex; align-items: center; gap: 18px; }
.faces small { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink2); font-weight: 500; }
html[data-hdr="dark"] .faces small { color: rgba(255, 255, 255, .8); }
.faces ul { list-style: none; margin: 0; padding: 0; display: flex; }
.faces li + li { margin-left: -11px; }
.faces a { position: relative; display: block; width: 42px; height: 42px; border-radius: 50%; box-shadow: 0 0 0 2.5px var(--white); transition: transform .35s var(--ease); }
html[data-hdr="dark"][data-scrolled="1"] .faces a { box-shadow: 0 0 0 2.5px #000000; }
.faces img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; border-radius: 50%; }
.faces a:hover, .faces a:focus-visible { transform: translateY(-3px); z-index: 2; }
.faces a::after { content: attr(data-name); position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(-4px); white-space: nowrap; padding: 7px 14px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 12.5px; letter-spacing: .04em; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.faces a:hover::after, .faces a:focus-visible::after { opacity: 1; transform: translateX(-50%); }
.hd-r { justify-self: end; display: flex; align-items: center; gap: 24px; }
.tel { display: inline-flex; align-items: center; min-height: 44px; font-weight: 500; font-size: 15px; text-decoration: none; letter-spacing: .02em; }
.menu-btn { display: inline-flex; align-items: center; gap: 13px; height: 46px; padding: 0 22px; border-radius: 999px; border: 1.5px solid rgba(0, 0, 0, .28); background: transparent; color: inherit; font: 600 12.5px/1 var(--ui); letter-spacing: .18em; text-transform: uppercase; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
html[data-hdr="dark"] .menu-btn { border-color: rgba(255, 255, 255, .5); }
.menu-btn i { display: grid; gap: 5px; }
.menu-btn i::before, .menu-btn i::after { content: ""; display: block; width: 18px; height: 1.5px; background: currentColor; }
.menu-btn:hover, .menu-btn:focus-visible { background: var(--ink); color: var(--white); border-color: var(--ink); transform: translateY(-2px); }
html[data-hdr="dark"] .menu-btn:hover, html[data-hdr="dark"] .menu-btn:focus-visible { background: var(--white); color: var(--ink); border-color: var(--white); }

/* ── buttons and links ─────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; height: 54px; padding: 0 32px; border: 0; border-radius: 999px; background: var(--ink); color: var(--white); text-decoration: none; font: 600 15px/1 var(--ui); letter-spacing: .04em; transition: transform .3s var(--ease), background .3s; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); background: #262626; }
.btn--full { display: flex; width: 100%; }
.btn--sm { height: 44px; padding: 0 22px; font-size: 14px; }
.lnk, .lk { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0; border: 0; background: none; color: var(--ink); font: 600 15px/1.4 var(--ui); letter-spacing: .02em; text-align: left; text-decoration: underline; text-decoration-color: rgba(0, 0, 0, .5); text-decoration-thickness: 1.5px; text-underline-offset: 6px; cursor: pointer; transition: gap .3s, text-decoration-color .3s; }
.lnk:hover, .lnk:focus-visible, .lk:hover, .lk:focus-visible { gap: 15px; text-decoration-color: var(--ink); }

/* ── hero: an arch, a headline, one promise ────────────────────────────── */
.hero { min-height: 100svh; padding: calc(var(--hdr-h) + clamp(28px, 5vh, 60px)) var(--gut) clamp(48px, 8vh, 88px); display: grid; align-items: center; }
.hero-in { width: min(1240px, 100%); margin: 0 auto; display: grid; gap: clamp(36px, 6vw, 104px); grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; }
.hero h1 { font-size: clamp(40px, 5.5vw, 84px); line-height: 1.03; letter-spacing: -.012em; margin: 22px 0 0; }
.hero .lede { margin-top: 28px; max-width: 33em; font-size: clamp(17px, 1.5vw, 20px); }
.cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 32px; margin-top: 40px; }
.arch { position: relative; justify-self: end; width: min(100%, 520px, calc((100svh - var(--hdr-h) - 120px) * .75)); }
.arch-ph { aspect-ratio: 3 / 4; border-radius: 999px 999px 0 0; overflow: hidden; background: #E0E0E0; }
.arch-ph img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; animation: settle 1.9s var(--ease) both; }
@keyframes settle { from { transform: scale(1.08); } to { transform: none; } }
.arch::before { content: ""; position: absolute; inset: -14px -14px 0; border: 1.5px solid rgba(0, 0, 0, .42); border-bottom: 0; border-radius: 999px 999px 0 0; pointer-events: none; }
.arch-cap { position: absolute; left: -30px; bottom: 34px; max-width: 270px; padding: 16px 22px; border-radius: 20px; background: var(--white); box-shadow: 0 26px 60px -28px rgba(0, 0, 0, .55); }
.arch-cap b { display: block; font: 400 18px/1.25 var(--disp); }
.arch-cap span { display: block; margin-top: 6px; font-size: 13px; color: var(--ink2); }

/* ── sections ──────────────────────────────────────────────────────────── */
.sec { padding: clamp(80px, 10vw, 152px) 0; }
/* a black band: white type and white cards; the form card and the rings around avatars keep their own surface */
.sec--black { background: #000000; color: var(--white); }
.sec--black .eb { color: var(--white); }
.sec--black .lede, .sec--black .ac-tx p { color: rgba(255, 255, 255, .78); }
.sec--black .lnk, .sec--black .lk { color: var(--white); text-decoration-color: rgba(255, 255, 255, .5); }
.sec--black .lnk:hover, .sec--black .lnk:focus-visible, .sec--black .lk:hover, .sec--black .lk:focus-visible { text-decoration-color: var(--white); }
.sec--black .rnd { border-color: rgba(255, 255, 255, .45); color: var(--white); }
.sec--black .rnd:hover, .sec--black .rnd:focus-visible { background: var(--white); color: var(--ink); }
.sec--black .vip-by .stack img { box-shadow: 0 0 0 2.5px #000000; }
.hd2 { display: grid; gap: 16px; max-width: 42em; margin-bottom: clamp(36px, 5vw, 72px); }
.hd2--ctl { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.hd2--ctl > div:first-child { display: grid; gap: 16px; max-width: 42em; }

/* forms (shared by search, valuation, contact) */
.fc { background: var(--paper); color: var(--ink); border-radius: 20px; padding: clamp(24px, 3.2vw, 44px); box-shadow: 0 40px 80px -52px rgba(0, 0, 0, .5); }
.pn .fc, .ctc-fm .fc { background: transparent; box-shadow: none; padding: 0; border-radius: 0; }
.fld { display: grid; gap: 8px; margin: 0 0 20px; border: 0; padding: 0; min-width: 0; }
.fld > label, .fld legend { padding: 0; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--ink2); }
.fld legend { margin-bottom: 10px; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea { width: 100%; height: 54px; padding: 0 16px; border-radius: 12px; border: 1px solid rgba(0, 0, 0, .24); background: #fff; color: var(--ink); font: 400 16px/1.3 var(--ui); transition: border-color .2s, box-shadow .2s; }
textarea { height: auto; min-height: 112px; padding: 14px 16px; resize: vertical; }
select { max-width: 100%; appearance: none; -webkit-appearance: none; padding-right: 44px; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000000' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 20px; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(0, 0, 0, .24); }
[aria-invalid="true"] { border-color: #000000; box-shadow: 0 0 0 1px #000000; }
.row2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; align-items: end; }
.tgs { display: flex; flex-wrap: wrap; gap: 10px; }
.tg { position: relative; }
.tg input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.tg span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(0, 0, 0, .24); font-size: 15px; font-weight: 500; transition: background .25s, color .25s, border-color .25s; }
.tg:hover span { border-color: var(--ink); }
.tg input:checked + span { background: var(--ink); color: var(--white); border-color: var(--ink); }
.tg input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 3px; }
.chk { position: relative; display: block; min-height: 44px; margin: 4px 0 22px; font-size: 15px; color: var(--ink2); cursor: pointer; }
.chk input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.chk span { position: relative; display: block; padding: 2px 0 0 36px; }
.chk span::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border: 1.5px solid rgba(0, 0, 0, .55); background: #fff; transition: background .2s, border-color .2s; }
.chk span::after { content: ""; position: absolute; left: 8px; top: 6px; width: 6px; height: 11px; border: solid var(--white); border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform .2s; }
.chk input:checked + span::before { background: var(--ink); border-color: var(--ink); }
.chk input:checked + span::after { transform: rotate(45deg) scale(1); }
.chk input:focus-visible + span::before { outline: 2px solid var(--ink); outline-offset: 3px; }
.err { margin: 14px 0 0; padding-left: 12px; border-left: 3px solid #000000; color: var(--ink); font-weight: 600; font-size: 15px; }
.done { padding: 6px 0; }
.done-h { font: 400 clamp(26px, 3vw, 34px)/1.15 var(--disp); margin-bottom: 10px; }
.done p:not(.done-h) { color: var(--ink2); }
.stack { display: inline-flex; flex: none; }
.stack img { border-radius: 50%; object-fit: cover; object-position: 50% 22%; box-shadow: 0 0 0 2.5px var(--paper); }
.stack img + img { margin-left: -12px; }
.who { display: flex; align-items: center; gap: 12px; margin-top: 12px; font-size: 14px; font-weight: 500; }
.who .stack img { width: 32px; height: 32px; }

/* ── VIP search ────────────────────────────────────────────────────────── */
.vip-in { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.vip-tx { position: sticky; top: calc(var(--hdr-h) + 24px); display: grid; gap: 18px; }
.vip-by { display: flex; align-items: center; gap: 14px; margin-top: 10px; font-weight: 500; }

/* ── listings ──────────────────────────────────────────────────────────── */
.cats { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 clamp(28px, 4vw, 48px); }
.cat { height: 46px; padding: 0 22px; border-radius: 999px; border: 1px solid rgba(0, 0, 0, .26); background: transparent; font: 600 15px/1 var(--ui); transition: transform .3s var(--ease), background .25s, color .25s, border-color .25s; }
.cat:hover { transform: translateY(-2px); border-color: var(--ink); }
.cat[aria-pressed="true"] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.cat-n { margin-left: auto; font-size: 14px; color: var(--ink3); }
.lg { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(40px, 4.5vw, 64px) clamp(20px, 2.6vw, 36px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pc[hidden] { display: none; }
.pc article { display: flex; flex-direction: column; height: 100%; }
.pc-ph { position: relative; margin: 0 0 20px; border-radius: 20px; overflow: hidden; aspect-ratio: 3 / 2; background: #E0E0E0; }
.pc-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.pc:hover .pc-ph img { transform: scale(1.035); }
.pc-tag { position: absolute; left: 14px; top: 14px; display: inline-flex; align-items: center; height: 32px; padding: 0 14px; border-radius: 999px; background: var(--white); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.pc h3 { font-size: clamp(22px, 2vw, 27px); line-height: 1.15; }
.pc-d { margin-top: 8px; color: var(--ink2); }
.pc-s { margin-top: 4px; font-size: 14.5px; color: var(--ink3); }
.pc-price { margin-top: 14px; font: 400 26px/1.1 var(--disp); }
.pc-by { margin: 8px 0 4px; font-size: 13.5px; color: var(--ink3); }
.pc .lk { margin-top: auto; align-self: flex-start; }

/* ── recently sold ─────────────────────────────────────────────────────── */
.sds { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); }
.sd { display: flex; flex-direction: column; padding: 28px 26px 24px; border-radius: 20px; background: var(--paper); box-shadow: 0 2px 20px rgba(0, 0, 0, .06), 0 30px 60px -46px rgba(0, 0, 0, .5); transition: transform .35s var(--ease); }
.sd:hover { transform: translateY(-2px); }
.sd-tag { align-self: flex-start; display: inline-flex; align-items: center; height: 28px; padding: 0 12px; margin-bottom: 18px; border-radius: 999px; border: 1px solid rgba(0, 0, 0, .55); color: var(--ink); font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.sd h3 { font-size: 24px; line-height: 1.15; }
.sd-tag { order: -2; }
.sd-s { order: -1; margin: 0 0 10px; color: var(--ink3); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.sd-by { display: flex; align-items: center; gap: 10px; margin: 18px 0 8px; font-size: 14px; color: var(--ink2); }
.sd-by img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; object-position: 50% 22%; }
.sd .lk { margin-top: auto; align-self: flex-start; }

/* ── a photograph, alone ───────────────────────────────────────────────── */
.brk { position: relative; height: clamp(360px, 72vh, 760px); overflow: hidden; background: #1A1A1A; }
.brk img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.brk::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .55)); }
.brk-cap { position: absolute; z-index: 2; left: var(--gut); bottom: 26px; right: var(--gut); color: rgba(255, 255, 255, .92); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }

/* ── how we help ───────────────────────────────────────────────────────── */
.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.tab { height: 48px; padding: 0 24px; border-radius: 999px; border: 1px solid rgba(0, 0, 0, .26); background: transparent; font: 600 15px/1 var(--ui); transition: transform .3s var(--ease), background .25s, color .25s, border-color .25s; }
.tab:hover { transform: translateY(-2px); border-color: var(--ink); }
.tab[aria-selected="true"] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.pn { border-radius: 20px; background: var(--paper); padding: clamp(26px, 4.4vw, 64px); box-shadow: 0 2px 20px rgba(0, 0, 0, .06), 0 50px 90px -60px rgba(0, 0, 0, .55); }
.pn[hidden] { display: none; }
.pn .eb { display: block; }
.pn h3 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; margin-top: 12px; }
.pn--buy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .46fr); grid-template-rows: auto auto auto 1fr; column-gap: clamp(28px, 5vw, 80px); align-items: start; }
.pn--buy > .pn-ph { grid-column: 2; grid-row: 1 / span 4; width: 100%; min-height: 360px; margin: 0; border-radius: 20px; overflow: hidden; align-self: stretch; }
.pn-ph img { width: 100%; height: 100%; object-fit: cover; }
.pn--buy .lede { margin-top: 12px; }
.steps { list-style: none; margin: clamp(26px, 3vw, 40px) 0 0; padding: 0; display: grid; gap: 26px; }
.steps li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 20px; }
.steps .n { font: 400 30px/1 var(--disp); color: var(--ink); }
.steps h4 { font-size: 22px; line-height: 1.2; }
.steps p { margin-top: 6px; color: var(--ink2); }
.steps .who { margin-top: 12px; color: var(--ink); }
.sell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 72px); align-items: center; margin-top: clamp(24px, 3vw, 36px); }
.dcl { margin: 0 0 26px; }
.dcl h4 { font-size: 22px; line-height: 1.2; }
.dcl p { margin-top: 6px; color: var(--ink2); }
.pn-cta { margin-top: 30px; }
.ba { position: relative; margin: 0; border-radius: 20px; overflow: hidden; aspect-ratio: 3 / 2; background: #D9D9D9; touch-action: pan-y; }
.ba-i { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-a { clip-path: inset(0 0 0 var(--p)); }
.ba::after { content: ""; position: absolute; top: 0; bottom: 0; left: var(--p); width: 2px; margin-left: -1px; background: var(--white); z-index: 2; pointer-events: none; }
.ba-r { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; background: transparent; opacity: 0; cursor: ew-resize; }
.ba-knob { position: absolute; top: 50%; left: var(--p); z-index: 2; display: grid; place-items: center; width: 52px; height: 52px; margin: -26px 0 0 -26px; border-radius: 50%; background: var(--white); box-shadow: 0 10px 30px rgba(0, 0, 0, .35); pointer-events: none; }
.ba-knob svg { width: 22px; height: 22px; stroke: var(--ink); stroke-width: 1.8; fill: none; }
.ba-tag { position: absolute; top: 14px; z-index: 2; display: inline-flex; align-items: center; height: 30px; padding: 0 14px; border-radius: 999px; background: rgba(0, 0, 0, .62); color: var(--white); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }
.ba-tag--b { left: 14px; }
.ba-tag--a { right: 14px; }
.ba:focus-within .ba-knob { outline: 2px solid var(--ink); outline-offset: 3px; }
.val { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.val-tx { display: grid; gap: 16px; position: sticky; top: calc(var(--hdr-h) + 24px); }
.pn--calc { background: var(--ink); color: var(--white); box-shadow: 0 50px 90px -60px rgba(0, 0, 0, .8); }
.pn--calc .eb { color: var(--white); }
.pn--calc .lede, .pn--calc .calc-note { color: rgba(255, 255, 255, .78); }
.calc-note { font-size: 13.5px; line-height: 1.55; }
.pn--calc .fld > label { color: rgba(255, 255, 255, .78); }
.pn--calc input, .pn--calc select { background-color: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .3); color: var(--white); }
.pn--calc select { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23FFFFFF' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); }
.pn--calc select option { color: var(--ink); }
.pn--calc input:focus, .pn--calc select:focus { border-color: var(--white); box-shadow: 0 0 0 3px rgba(255, 255, 255, .28); }
.calc-out { display: grid; gap: 6px; margin-top: 12px; padding-top: 6px; }
.calc-l { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; color: rgba(255, 255, 255, .74); }
.calc-n { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; font: 400 clamp(52px, 6.4vw, 92px)/1 var(--disp); color: var(--white); overflow-wrap: anywhere; }
.calc-n small { font: 500 15px/1 var(--ui); color: rgba(255, 255, 255, .74); }
.calc-m { font: 400 clamp(26px, 3vw, 36px)/1.1 var(--disp); }
.calc-out output { font: inherit; }

/* ── areas ─────────────────────────────────────────────────────────────── */
.arrows { display: flex; flex: none; gap: 12px; }
.rnd { display: grid; place-items: center; width: 52px; height: 52px; padding: 0; border-radius: 50%; border: 1px solid rgba(0, 0, 0, .35); background: transparent; color: var(--ink); transition: background .3s, color .3s, transform .3s var(--ease); }
.rnd:hover, .rnd:focus-visible { background: var(--ink); color: var(--white); transform: translateY(-2px); }
.rnd svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.ars { --edge: max(var(--gut), calc((100% - 1240px) / 2)); list-style: none; margin: 0; padding: 0 var(--gut) 0 var(--edge); display: flex; gap: clamp(14px, 1.6vw, 24px); scroll-snap-type: x proximity; scroll-padding-inline: var(--edge) var(--gut); }
.ac-li { flex: 0 0 min(78vw, 320px); scroll-snap-align: start; }
.ac figure { margin: 0; border-radius: 20px; overflow: hidden; aspect-ratio: 3 / 4; background: #1A1A1A; }
.ac img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.ac:hover img { transform: scale(1.035); }
.ac-tx { padding: 22px 4px 0; }
.ac h3 { font-size: 26px; line-height: 1.12; }
.ac-tx p { margin: 10px 0 8px; color: var(--ink2); font-size: 15.5px; }

/* ── the team ──────────────────────────────────────────────────────────── */
.rst { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(36px, 4.5vw, 64px) clamp(18px, 2.6vw, 40px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ag { scroll-margin-top: calc(var(--hdr-h) + 20px); }
.ag figure { position: relative; margin: 0; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 5; background: #DDDDDD; }
.ag img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.ag:hover img { transform: scale(1.035); }
.ask { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--white); color: var(--ink); font: 600 14px/1 var(--ui); opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s; }
.ag:hover .ask, .ask:focus-visible { opacity: 1; transform: none; }
@media (hover: none) { .ask { opacity: 1; transform: none; } }
.ag h3 { margin-top: 22px; font-size: clamp(22px, 2vw, 28px); line-height: 1.15; }
.rl { margin-top: 9px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
.gd { margin-top: 12px; color: var(--ink2); font-size: 15.5px; max-width: 26em; }
.lang { margin-top: 10px; font-size: 13.5px; color: var(--ink3); }
.flow-w { margin-top: clamp(64px, 9vw, 128px); }
.flow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: clamp(14px, 1.8vw, 22px); }
.flow li { display: flex; flex-direction: column; padding: 26px 24px 24px; border-radius: 20px; background: var(--paper); box-shadow: 0 2px 20px rgba(0, 0, 0, .06), 0 30px 60px -48px rgba(0, 0, 0, .5); }
.flow .n { font: 400 40px/1 var(--disp); color: var(--ink); }
.flow h4 { margin-top: 18px; font-size: 21px; line-height: 1.2; }
.flow p { margin-top: 8px; color: var(--ink2); font-size: 15.5px; }
.flow .stack { margin-top: auto; padding-top: 22px; }
.flow .stack img { width: 36px; height: 36px; }

/* ── stories ───────────────────────────────────────────────────────────── */
.ss { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 32px); }
.sy { display: flex; flex-direction: column; padding: clamp(26px, 2.8vw, 40px); border-radius: 20px; background: var(--paper); box-shadow: 0 2px 20px rgba(0, 0, 0, .06), 0 30px 60px -48px rgba(0, 0, 0, .5); }
.sy h3 { margin: 12px 0 14px; font-size: clamp(24px, 2.2vw, 30px); line-height: 1.15; }
.sy p:not(.eb):not(.who) { color: var(--ink2); }
.sy .who { margin: 24px 0 12px; }
.sy .lk { margin-top: auto; align-self: flex-start; }

/* ── blog ──────────────────────────────────────────────────────────────── */
.jl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 44px); }
.jc { display: flex; flex-direction: column; }
.jc-ph { margin: 0 0 22px; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 3; background: #DDDDDD; }
.jc-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.jc:hover .jc-ph img { transform: scale(1.035); }
.jc-by { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
.jc h3 { margin: 10px 0; font-size: clamp(22px, 2vw, 27px); line-height: 1.18; }
.jc p:not(.jc-by) { margin-bottom: 16px; color: var(--ink2); }
.jc .lk { margin-top: auto; align-self: flex-start; }
.rd__sheet { color: var(--ink); font: 400 17px/1.7 var(--ui); }
.rd__sheet h3 { margin: 8px 0 18px; font: 400 clamp(26px, 3.4vw, 38px)/1.15 var(--disp); }
.rd__sheet .post-by { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); font-weight: 600; }
.rd__sheet p { margin: 0 0 1em; }

/* ── contact ───────────────────────────────────────────────────────────── */
.ctc { background: #000000; color: var(--white); }
.ctc .eb { color: var(--white); }
.ctc .lede { color: rgba(255, 255, 255, .8); }
.ctc-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.ctc-tx { display: grid; gap: 18px; }
.ctc-faces { display: flex; margin-top: 10px; }
.ctc-faces img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: 50% 22%; box-shadow: 0 0 0 3px #000000; }
.ctc-faces img + img { margin-left: -14px; }
.ctc-d { display: grid; gap: 20px; margin: 22px 0 0; }
.ctc-d dt { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--white); font-weight: 600; }
.ctc-d dd { margin: 6px 0 0; font-size: 18px; overflow-wrap: anywhere; }
.ctc-d a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .5); text-decoration-thickness: 1.5px; text-underline-offset: 6px; transition: text-decoration-color .25s; }
.ctc-d a:hover { text-decoration-color: var(--white); }
.ctc-st { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 22px; }
.ctc-st li { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; align-items: start; }
.ctc-st li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .55); color: var(--white); font: 400 19px/1 var(--disp); }
.ctc-st b { display: block; font: 600 16px/1.3 var(--ui); }
.ctc-st p { margin-top: 4px; color: rgba(255, 255, 255, .74); font-size: 15.5px; }
.ctc-fm { padding: clamp(26px, 3.4vw, 46px); border-radius: 20px; background: var(--paper); color: var(--ink); }
.ctc-fm h3 { margin-bottom: 24px; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.15; }

.ft { padding: 64px 0; background: #000000; color: rgba(255, 255, 255, .72); font-size: 14px; }
.ft-in p + p { margin-top: 6px; }
.ft-wm { margin-bottom: 18px; font: 400 22px/1 var(--disp); letter-spacing: .3em; text-transform: uppercase; color: var(--white); }
.ft-wm span { margin-left: 10px; font: 600 11px/1 var(--ui); letter-spacing: .24em; color: var(--white); }

/* ── responsive ────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .faces small { display: none; }
  .sds { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg, .rst { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jl, .ss { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero-in, .vip-in, .ctc-in, .val, .sell { grid-template-columns: 1fr; }
  .arch { justify-self: center; width: min(100%, 440px); margin-top: 24px; }
  .arch-cap { left: 10px; }
  .faces { display: none; }
  .hd { grid-template-columns: 1fr auto; }
  .vip-tx, .val-tx { position: static; }
  .pn--buy { display: block; }
  .pn--buy > .pn-ph { margin-top: 28px; min-height: 0; aspect-ratio: 4 / 3; }
  .hd2--ctl { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  .jl, .ss { grid-template-columns: 1fr; }
  .cat-n { flex-basis: 100%; margin: 4px 0 0; }
}
@media (max-width: 640px) {
  .lg, .sds { grid-template-columns: 1fr; }
  .row2 { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .tel { display: none; }
  .rst { gap: 32px 14px; }
  .ag .gd, .ag .lang { display: none; }
  .ag .rl { letter-spacing: .1em; }
  .arch::before { inset: -10px -10px 0; }
  .brk-cap { font-size: 11.5px; letter-spacing: .1em; }
}
@media (max-width: 359px) {
  .wm b { font-size: 17px; letter-spacing: .26em; }
  .menu-btn { padding: 0 16px; gap: 10px; }
  .cat, .tab { padding: 0 16px; }
  .pn { padding: 22px 18px; }
  .btn { padding: 0 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .arch-ph img, .pc-ph img, .ag img, .ac img, .jc-ph img { animation: none; transition: none; }
  .sd, .cat, .tab, .btn, .menu-btn, .faces a { transition: none; }
}

.opt { font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--ink3); }
