@font-face { font-family: 'Gloock'; src: url('assets/fonts/Gloock-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('assets/fonts/Inter-Regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }

:root {
  --paper: #f2efeb;
  --paper-2: #e9e5df;
  --ink: #1b1b1a;
  --muted: #6f6d69;
  --line: rgba(155,151,146,.2);
  --blue: #2e558b;
  --sand: #eacba6;
  --mist-blue: #dfe7ef;
  --warm-pearl: #f0e7de;
  --silver-slate: #e0e4ea;
  --soft-terracotta: #ead2c8;
  --blue-grey: #dbe5eb;
  --dust-mauve: #e4d5da;
  --shell: #eedfd4;
  --footer-ivory: #fff8f1;
  --footer-ivory-line: rgba(255,248,241,.68);
  --layout-max: 1460px;
  --layout-inset: 56px;
  --wordmark: 'Gloock', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
.shell { width: min(calc(100% - var(--layout-inset)), var(--layout-max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 12px 16px; color: #fff; background: var(--blue); }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0; color: var(--blue); font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.arrow { display: inline-block; transition: transform .3s var(--ease); }
a:hover .arrow, button:hover .arrow { transform: translate(3px,-3px); }

.sub-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--blue); background: #fff; box-shadow: 0 1px 0 rgba(46,85,139,.08); }
.header-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; min-height: 64px; }
.brand { position: relative; display: block; width: 194px; height: 40px; font-family: var(--wordmark); font-size: 1.9rem; line-height: 40px; letter-spacing: -.075em; isolation: isolate; }
.brand-wordmark { position: absolute; z-index: 1; inset: 0 auto 0 48px; display: flex; align-items: center; white-space: nowrap; }
.brand-mark-assembly { position: absolute; z-index: 2; top: 50%; left: 0; display: block; width: 36px; height: 36px; transform: translateY(-50%); }
.brand-piece { position: absolute; inset: 0; display: block; width: 100%; height: 100%; background: currentColor; -webkit-mask: var(--brand-piece-mask) center / contain no-repeat; mask: var(--brand-piece-mask) center / contain no-repeat; transform-origin: 50% 50%; }
.brand-piece-one { --brand-piece-mask: url('assets/symbol-piece-1-gold-vein.svg'); }
.brand-piece-two { --brand-piece-mask: url('assets/symbol-piece-2-gold-vein.svg'); }
.brand-piece-three { --brand-piece-mask: url('assets/symbol-piece-3-gold-vein.svg'); }
.yapidanbul .sub-header .brand { color: #d89b32; }
.randevunual .sub-header .brand { color: #00a487; }
.brand-motion.is-animating .brand-wordmark { animation: wordmark-in .72s cubic-bezier(.16,1,.3,1) .98s both; }
.brand-motion.is-animating .brand-piece-one { animation: piece-one 1.08s cubic-bezier(.22,.78,.22,1) .04s both; }
.brand-motion.is-animating .brand-piece-two { animation: piece-two 1.04s cubic-bezier(.22,.78,.22,1) .09s both; }
.brand-motion.is-animating .brand-piece-three { animation: piece-three 1s cubic-bezier(.22,.78,.22,1) .14s both; }
@keyframes piece-one { 0% { opacity: 0; transform: translate(3px,-22px) rotate(-28deg) scale(.74); } 100% { opacity: 1; transform: none; } }
@keyframes piece-two { 0% { opacity: 0; transform: translate(-22px,10px) rotate(-28deg) scale(.74); } 100% { opacity: 1; transform: none; } }
@keyframes piece-three { 0% { opacity: 0; transform: translate(21px,14px) rotate(-28deg) scale(.74); } 100% { opacity: 1; transform: none; } }
@keyframes wordmark-in { 0% { opacity: 0; clip-path: inset(0 100% 0 0); } 100% { opacity: 1; clip-path: inset(0); } }
.sub-nav { display: flex; align-items: center; justify-content: flex-end; gap: 27px; color: var(--blue); font-size: .8rem; font-weight: 600; }
.sub-nav > a:not(.sub-nav-cta) { position: relative; padding-block: 9px; }
.sub-nav > a:not(.sub-nav-cta)::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.sub-nav > a:hover::after, .sub-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.product-disclosure { position: relative; }
.products-trigger { position: relative; display: inline-flex; min-height: 40px; padding: 9px 0; align-items: center; gap: 7px; color: inherit; border: 0; background: transparent; font-size: inherit; font-weight: inherit; cursor: pointer; }
.products-trigger::after { position: absolute; right: 0; bottom: 3px; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.products-trigger:hover::after, .products-trigger[aria-expanded="true"]::after { transform: scaleX(1); transform-origin: left; }
.products-chevron { display: inline-block; font-size: .9rem; line-height: 1; transition: transform .25s var(--ease); }
.products-trigger[aria-expanded="true"] .products-chevron { transform: rotate(180deg); }
.products-menu { position: absolute; top: calc(100% + 10px); left: 50%; width: 286px; padding: 9px; color: var(--blue); border: 1px solid rgba(46,85,139,.16); border-radius: 14px; background: #fff; box-shadow: 0 24px 60px rgba(16,35,53,.15); transform: translateX(-50%); }
.products-menu a { display: flex; padding: 12px 13px; align-items: center; gap: 12px; border-radius: 9px; transition: background .2s ease; }
.products-menu a:hover, .products-menu a:focus-visible, .products-menu a[aria-current="page"] { background: var(--mist-blue); outline: 0; }
.products-menu img { width: 34px; height: 34px; flex: 0 0 34px; }
.products-menu a > span { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.product-nav-name { color: #173f59; font-size: 1.2rem; font-weight: 700; line-height: 1; letter-spacing: -.045em; }
.product-nav-name span { color: #d89b32; }
.product-nav-name.product-nav-green span { color: #00a487; }
.products-menu small { color: #617481; font-size: .66rem; line-height: 1.3; }
.sub-nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 11px 17px; color: #fff; border-radius: 999px; background: #102335; white-space: nowrap; transition: background .25s ease, transform .25s var(--ease); }
.sub-nav-cta:hover { color: #fff; background: var(--blue); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 22px; height: 1px; margin: 5px auto; background: currentColor; content: ''; }

.page-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 18px; color: #fff; border: 1px solid var(--blue); border-radius: 7px; background: var(--blue); font-size: .86rem; font-weight: 600; transition: color .25s ease, background .25s ease, transform .25s var(--ease); }
.page-button:hover { color: var(--blue); background: #fff; transform: translateY(-2px); }
.page-button.secondary { color: var(--blue); border-color: rgba(46,85,139,.25); background: rgba(255,255,255,.5); }
.page-button.secondary:hover { background: #fff; }

.contact-intro { padding: 176px 0 96px; background: linear-gradient(135deg,var(--mist-blue) 0%,#f6f5f2 52%,var(--warm-pearl) 100%); }
.contact-intro-grid { display: block; }
.contact-intro h1 { max-width: 880px; margin: 0; color: var(--blue); font-size: clamp(4rem,7vw,7.4rem); font-weight: 400; line-height: .91; letter-spacing: -.075em; }
.contact-intro-copy { max-width: 620px; margin: 28px 0 0; color: #4f5863; font-size: 1.12rem; line-height: 1.72; }
.contact-form-section { padding: 82px 0 150px; background: linear-gradient(180deg,var(--paper) 0%,var(--paper) 70%,var(--warm-pearl) 88%,var(--sand) 100%); }
.contact-form-grid { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 66px; }
.contact-form { padding: clamp(28px,4vw,44px); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 22px 60px rgba(46,85,139,.07); }
.contact-form-heading h2, .contact-alternative h2 { margin: 0; color: var(--blue); font-size: clamp(1.8rem,3vw,2.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.055em; }
.contact-form-heading p { margin: 12px 0 0; color: var(--muted); font-size: .95rem; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 18px; margin-top: 36px; }
.contact-fields label { display: grid; gap: 8px; color: #4f5863; font-size: .88rem; }
.contact-fields .field-wide { grid-column: 1/-1; }
.contact-fields input, .contact-fields select, .contact-fields textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid rgba(46,85,139,.25); border-radius: 8px; outline: 0; background: #fbfdfe; font-size: 1rem; line-height: 1.4; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-fields textarea { min-height: 140px; resize: vertical; }
.contact-fields input:focus, .contact-fields select:focus, .contact-fields textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(46,85,139,.09); }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 28px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.contact-consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--blue); }
.contact-form-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.contact-form-status { margin: 0; color: var(--muted); font-size: .82rem; }
.contact-alternative { padding: 30px 0 30px 30px; border-left: 1px solid rgba(46,85,139,.22); }
.contact-alternative h2 { margin-top: 18px; }
.contact-alternative > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.contact-alternative .page-button { margin-top: 28px; }
.contact-email { display: inline-block; margin-top: 24px; color: var(--blue); font-size: .95rem; text-decoration: underline; text-decoration-color: rgba(46,85,139,.35); text-underline-offset: 5px; }

.session-scene { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(180deg,#2e558b 0%,#5f6f9f 34%,#a8869a 62%,#c68f8d 80%,#eacba6 100%); }
.session-scene::before { position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle at 18% 28%,rgba(145,188,195,.3),transparent 34%),radial-gradient(circle at 82% 62%,rgba(242,142,115,.2),transparent 38%); content: ''; pointer-events: none; }
.session-scene::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(46,85,139,.18),rgba(46,85,139,.04) 52%,rgba(234,203,166,.2)); content: ''; pointer-events: none; }
.session-main { position: relative; z-index: 2; padding: 138px 0 100px; background: transparent; }
.session-main::after { content: none; }
.session-heading { position: relative; max-width: 800px; margin-inline: auto; text-align: center; color: #fff; }
.session-heading::before { position: absolute; z-index: -1; inset: -100px -140px; border-radius: 50%; background: radial-gradient(ellipse,rgba(46,85,139,.68),transparent 70%); content: ''; }
.session-heading .eyebrow { color: var(--footer-ivory); }
.session-heading h1 { margin: 18px auto 0; max-width: 760px; font-size: clamp(3.4rem,5.3vw,5.3rem); font-weight: 400; line-height: .96; letter-spacing: -.065em; }
.session-heading > p:last-child { max-width: 600px; margin: 24px auto 0; color: rgba(255,248,241,.86); font-size: 1.06rem; line-height: 1.7; }
.calendar-embed { margin-top: 42px; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 22px; background: #fff; box-shadow: 0 28px 80px rgba(27,27,26,.24); }
.calendar-embed iframe { display: block; width: 100%; height: 760px; border: 0; background: #fff; }
.calendar-embed-fallback { margin: 0; padding: 14px 20px; color: var(--muted); border-top: 1px solid rgba(46,85,139,.14); font-size: .82rem; }
.calendar-embed-fallback a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.product-page { --product-accent: var(--blue); }
.product-page.yapidanbul { --product-accent: #d89b32; }
.product-page.randevunual { --product-accent: #00a487; }
.product-hero { padding: 150px 0 92px; background: linear-gradient(145deg,var(--paper) 0%,var(--warm-pearl) 58%,var(--mist-blue) 100%); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,.72fr); align-items: center; gap: clamp(54px,8vw,130px); }
.product-lockup { display: flex; align-items: center; gap: 17px; }
.product-lockup img { width: 64px; height: 64px; flex: 0 0 64px; }
.product-lockup h1 { margin: 0; color: #173f59; font-size: clamp(3.2rem,5.7vw,5.7rem); font-weight: 800; line-height: 1; letter-spacing: -.065em; }
.product-lockup h1 span { color: var(--product-accent); }
.product-tagline { margin: 34px 0 0; color: var(--product-accent); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-lead { max-width: 630px; margin: 20px 0 0; color: #4f5863; font-size: 1.16rem; line-height: 1.72; }
.product-hero .page-button { margin-top: 32px; border-color: var(--product-accent); background: var(--product-accent); }
.product-visual { overflow: hidden; aspect-ratio: 4/5; border-radius: 18px; background: rgba(255,255,255,.38); box-shadow: 0 26px 70px rgba(46,85,139,.08); }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.yapidanbul .product-visual img { object-position: center; }
.randevunual .product-visual { aspect-ratio: 16/10; }
.randevunual .product-visual img { object-position: 70% center; }
.product-values { padding: 100px 0; background: #fff; }
.product-values h2, .product-process h2, .product-closing h2 { max-width: 840px; margin: 20px 0 0; color: var(--blue); font-size: clamp(2.8rem,5vw,5.6rem); font-weight: 400; line-height: .96; letter-spacing: -.065em; }
.value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 54px; }
.value-card { min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.value-card span { display: inline-grid; width: 42px; height: 42px; place-items: center; color: #fff; border-radius: 50%; background: var(--product-accent); font-size: .75rem; }
.value-card h3 { margin: 68px 0 0; color: var(--blue); font-size: 1.45rem; font-weight: 400; line-height: 1.12; letter-spacing: -.04em; }
.value-card p { margin: 14px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.product-process { padding: 100px 0; background: linear-gradient(180deg,var(--mist-blue),var(--paper)); }
.product-process-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1fr); align-items: start; gap: clamp(52px,9vw,150px); }
.product-process p { margin: 12px 0 0; color: #4f5863; font-size: 1.08rem; line-height: 1.82; }
.product-closing { padding: 100px 0 118px; background: var(--shell); }
.product-closing-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 50px; }

.sub-footer { position: relative; min-height: 350px; overflow: hidden; isolation: isolate; color: var(--footer-ivory); background: linear-gradient(180deg,var(--blue) 0%,#6f769e 38%,#c28f8d 72%,var(--sand) 100%); }
.sub-footer::before { position: absolute; z-index: -2; inset: 0; background: url('assets/aetorin-marble-column-extended-canonical-v33.png') center 78% / max(122vw,230vh) auto no-repeat; opacity: .5; content: ''; }
.sub-footer::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(46,85,139,.45),rgba(46,85,139,.08) 38%,rgba(234,203,166,.08) 62%,rgba(234,203,166,.38)); content: ''; }
.session-page .sub-footer { z-index: 2; background: transparent; }
.session-page .sub-footer::before, .session-page .sub-footer::after { content: none; }
.sub-footer-inner { display: flex; min-height: 350px; padding: 48px 0 32px; flex-direction: column; justify-content: space-between; }
.sub-footer-top { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 40px; }
.footer-brand-group { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; font-family: var(--wordmark); font-size: 2.2rem; line-height: 1; letter-spacing: -.075em; }
.footer-mark { position: relative; display: block; width: 34px; height: 34px; }
.footer-brand-group p { margin: 0; font-size: .8rem; font-weight: 400; }
.sub-footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-size: .8rem; font-weight: 400; }
.sub-footer-bottom { display: flex; align-items: flex-end; justify-content: flex-start; gap: 24px; font-size: .8rem; font-weight: 400; }
.social-group { display: grid; justify-items: end; gap: 10px; }
.social-links { display: flex; gap: 9px; }
.footer-brand-group > .social-links { width: 100%; flex-basis: 100%; margin-top: 2px; }
.social-links a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,248,241,.68); border-radius: 50%; background: rgba(27,27,26,.08); }
.social-links svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-links .social-fill { fill: currentColor; stroke: none; }

/* The contact page closes with the same mineral column footer as the homepage. */
.contact-site-footer { padding: 0; color: var(--footer-ivory); background: var(--sand); }
.contact-footer-scene { position: relative; height: clamp(360px,32vw,460px); overflow: hidden; isolation: isolate; background: linear-gradient(180deg,var(--blue) 0%,#5f6f9f 34%,#a8869a 62%,#c68f8d 80%,var(--sand) 100%); }
.contact-footer-scene::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg,rgba(46,85,139,.46) 0%,rgba(46,85,139,.16) 27%,transparent 42%,transparent 58%,rgba(234,203,166,.12) 73%,rgba(234,203,166,.32) 100%); content: ''; pointer-events: none; }
.contact-footer-scene::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg,var(--sand) 0%,rgba(234,203,166,.76) 10%,rgba(216,164,139,.28) 28%,transparent 46%,rgba(198,143,141,.08) 78%,rgba(234,203,166,.16) 100%); content: ''; pointer-events: none; }
.contact-footer-scene > img { position: absolute; z-index: 1; bottom: -10px; left: 50%; width: max(140vw,269vh); max-width: none; height: auto; transform: translateX(-50%); -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%); mask-image: linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%); }
.contact-footer-content { position: relative; z-index: 4; display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; }
.contact-footer-top { display: grid; grid-template-columns: 1fr auto; min-height: 112px; align-items: center; transform: translateY(clamp(20px,2vw,28px)); }
.contact-footer-brand { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; color: var(--footer-ivory); text-shadow: 0 1px 18px rgba(27,27,26,.2); }
.contact-footer-lockup { display: inline-flex; align-items: center; gap: 10px; }
.contact-footer-mark { position: relative; display: block; width: 36px; height: 36px; flex: 0 0 36px; }
.contact-footer-wordmark { font-family: var(--wordmark); font-size: 2.2rem; font-weight: 400; line-height: 1; letter-spacing: -.08em; }
.contact-footer-brand p { margin: 0; font-size: .8rem; font-weight: 400; }
.contact-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-size: .8rem; font-weight: 400; }
.contact-footer-links a:hover { opacity: .7; }
.contact-footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: flex-start; gap: 20px; font-size: .8rem; font-weight: 400; }
.contact-footer-social-group { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.contact-footer-brand > .social-links { width: 100%; flex-basis: 100%; margin-top: 2px; }

/* About page rebuilt from the former company-story page. */
.about-main { padding-top: 64px; background: var(--paper); }
.about-hero { padding: 112px 0; text-align: center; background: linear-gradient(180deg,var(--paper) 0%,var(--paper) 20%,var(--mist-blue) 100%); }
.about-hero h1 { max-width: 1080px; margin: 0 auto; color: var(--blue); font-size: clamp(3.4rem,6.2vw,6.4rem); font-weight: 400; line-height: .98; letter-spacing: -.07em; text-wrap: balance; }
.about-story, .about-why { padding: 112px 0; }
.about-story { background: linear-gradient(180deg,var(--mist-blue) 0%,#e5e8e8 24%,var(--warm-pearl) 58%,var(--silver-slate) 100%); }
.about-why { background: linear-gradient(180deg,var(--silver-slate) 0%,#e8dcd8 24%,var(--soft-terracotta) 48%,#eadbd5 72%,var(--paper-2) 100%); }
.about-story-grid, .about-why-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(340px,.72fr); align-items: start; gap: clamp(60px,8vw,120px); }
.about-story h2, .about-why h2, .about-contact h2 { margin: 0; color: var(--blue); font-size: clamp(2.5rem,4.4vw,5rem); font-weight: 400; line-height: 1.03; letter-spacing: -.06em; }
.about-story p, .about-why-copy p, .about-contact p { margin: 0; color: #4f6472; font-size: 1.04rem; line-height: 1.82; }
.about-story p + p, .about-why-copy p + p { margin-top: 22px; }
.about-contact { padding: 102px 0 130px; background: linear-gradient(180deg,var(--paper-2) 0%,var(--blue-grey) 28%,var(--dust-mauve) 53%,var(--shell) 76%,var(--sand) 100%); }
.about-contact-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.65fr); align-items: center; gap: clamp(58px,9vw,130px); }
.about-story h2 { color: #173f59; }
.about-story p { color: #425f70; }
.about-why h2 { color: #6d464c; }
.about-why-copy p { color: #5b4b49; }
.about-contact h2 { color: #244a6a; }
.about-contact p { color: #574b52; }
.about-contact .page-button { margin-top: 28px; border-radius: 999px; }
.about-email { display: block; width: max-content; margin-top: 18px; color: #6d464c; text-decoration: underline; text-underline-offset: 4px; }

/* Shared homepage footer for the mineral-continuum subpages. */
.site-footer { padding: 0; color: var(--ink); background: var(--sand); }
.site-footer .column-base-return { position: relative; height: clamp(360px,32vw,460px); overflow: hidden; isolation: isolate; background: linear-gradient(180deg,var(--blue) 0%,#5f6f9f 34%,#a8869a 62%,#c68f8d 80%,var(--sand) 100%); }
.site-footer .column-base-return::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg,rgba(46,85,139,.46) 0%,rgba(46,85,139,.16) 27%,transparent 42%,transparent 58%,rgba(234,203,166,.12) 73%,rgba(234,203,166,.32) 100%); content: ''; pointer-events: none; }
.site-footer .column-base-return::after { position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg,var(--sand) 0%,rgba(234,203,166,.76) 10%,rgba(216,164,139,.28) 28%,transparent 46%,rgba(198,143,141,.08) 78%,rgba(234,203,166,.16) 100%); content: ''; pointer-events: none; }
.site-footer .column-base-return > img { position: absolute; z-index: 1; bottom: -10px; left: 50%; width: max(140vw,269vh); max-width: none; height: auto; transform: translateX(-50%); transform-origin: center bottom; -webkit-mask-image: linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%); mask-image: linear-gradient(90deg,transparent 0%,#000 18%,#000 82%,transparent 100%); }
.site-footer .footer-content { position: relative; z-index: 4; display: flex; min-height: 100%; flex-direction: column; justify-content: space-between; }
.site-footer .footer-top { display: grid; grid-template-columns: 1fr auto; min-height: 112px; align-items: center; transform: translateY(clamp(20px,2vw,28px)); }
.site-footer .footer-brand { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 26px; color: var(--footer-ivory); font-family: var(--sans); font-size: inherit; line-height: inherit; letter-spacing: 0; text-shadow: 0 1px 18px rgba(27,27,26,.2); }
.site-footer .footer-logo-lockup { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: inherit; }
.site-footer .footer-brand-mark { position: relative; display: block; width: 36px; height: 36px; flex: 0 0 auto; }
.site-footer .footer-wordmark { font-family: var(--wordmark); font-size: 2.2rem; font-weight: 400; line-height: 1; letter-spacing: -.08em; }
.site-footer .footer-brand p { max-width: none; margin: 0; color: var(--footer-ivory); font-family: var(--sans); font-size: .8rem; font-weight: 400; letter-spacing: 0; text-shadow: none; }
.site-footer .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; color: var(--footer-ivory); font-size: .8rem; font-weight: 400; }
.site-footer .footer-links a { transition: opacity .25s ease; }
.site-footer .footer-links a:hover { color: var(--footer-ivory); opacity: .7; }
.site-footer .footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: flex-start; gap: 20px; color: var(--footer-ivory); font-size: .8rem; font-weight: 400; }
.site-footer .footer-social-group { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; color: var(--footer-ivory); font-size: .8rem; font-weight: 400; }
.site-footer .footer-social-label { line-height: 1; white-space: nowrap; }
.site-footer .footer-social { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.site-footer .footer-brand > .footer-social { width: 100%; flex-basis: 100%; justify-content: flex-start; margin-top: 2px; }
.site-footer .footer-social a { display: grid; width: 34px; height: 34px; place-items: center; color: var(--footer-ivory); border: 1px solid var(--footer-ivory-line); border-radius: 50%; background: rgba(27,27,26,.08); transition: color .25s ease,background .25s ease,border-color .25s ease,transform .25s var(--ease); }
.site-footer .footer-social a:hover, .site-footer .footer-social a:focus-visible { color: var(--footer-ivory); border-color: var(--footer-ivory); background: rgba(255,248,241,.16); transform: translateY(-2px); }
.site-footer .footer-social svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-footer .footer-social .social-fill { fill: currentColor; stroke: none; }

/* Dedicated FAQ page. */
.faq-main { padding-top: 64px; background: var(--paper); }
.faq-page-hero { padding: 128px 0 90px; background: linear-gradient(180deg,var(--paper) 0%,var(--mist-blue) 58%,var(--warm-pearl) 100%); }
.faq-page-hero h1 { max-width: 900px; margin: 0; color: var(--blue); font-size: clamp(3.8rem,7vw,7.4rem); font-weight: 400; line-height: .92; letter-spacing: -.075em; }
.faq-page-hero p { max-width: 600px; margin: 28px 0 0; color: #4f6472; font-size: 1.08rem; line-height: 1.75; }
.faq-page-section { padding: 100px 0 132px; background: linear-gradient(180deg,var(--warm-pearl) 0%,var(--silver-slate) 16%,var(--soft-terracotta) 34%,var(--paper-2) 52%,var(--blue-grey) 67%,var(--dust-mauve) 79%,var(--shell) 91%,var(--sand) 100%); }
.faq-page-grid { display: grid; grid-template-columns: minmax(240px,.55fr) minmax(0,1fr); align-items: start; gap: clamp(50px,8vw,130px); }
.faq-page-label { color: #6d464c; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.faq-list { border-top: 1px solid rgba(46,85,139,.24); }
.faq-item { border-bottom: 1px solid rgba(46,85,139,.18); }
.faq-item summary { position: relative; padding: 27px 58px 27px 0; color: #173f59; font-size: clamp(1rem,1.3vw,1.18rem); font-weight: 600; line-height: 1.45; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before, .faq-item summary::after { position: absolute; right: 4px; top: 50%; width: 18px; height: 1px; background: var(--blue); content: ''; transition: transform .3s var(--ease); }
.faq-item summary::after { transform: rotate(90deg); }
.faq-item[open] summary::after { transform: none; }
.faq-item p { max-width: 720px; margin: -4px 0 0; padding: 0 58px 28px 0; color: #5b4b50; line-height: 1.72; }

/* Complete randevunual. product presentation from the previous product page. */
.randevunual-showcase main { padding-top: 64px; }
.randevunual-showcase .product-page-hero { min-height: 590px; padding: 100px 0 92px; overflow: hidden; background: linear-gradient(180deg,var(--paper) 0%,var(--mist-blue) 58%,var(--warm-pearl) 100%); }
.randevunual-showcase .product-page-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.9fr); align-items: center; gap: clamp(48px,7vw,90px); }
.product-brand-lockup { display: flex; align-items: center; gap: 15px; }
.product-brand-lockup > img { width: 58px; height: 58px; flex: 0 0 58px; }
.randevunual-showcase .product-page-title { margin: 0; color: #173f59; font-size: clamp(3.1rem,5.8vw,5rem); font-weight: 800; line-height: .98; letter-spacing: -.06em; }
.randevunual-showcase .product-page-title span { color: #00a487; }
.randevunual-showcase .product-page-lead { max-width: 560px; margin: 26px 0 0; color: #425f70; font-size: 1.2rem; line-height: 1.75; }
.product-page-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.secondary-link { display: inline-flex; min-height: 50px; padding: 13px 18px; align-items: center; color: #315f7c; border: 1px solid #b8d4e3; border-radius: 999px; font-size: .88rem; }
.randevunual-showcase .product-page-visual { position: relative; min-height: 468px; padding: 28px; overflow: hidden; border: 1px solid #d4e5ef; border-radius: 22px; background: rgba(255,255,255,.74); box-shadow: 0 24px 54px rgba(85,125,148,.1); }
.randevunual-showcase .product-page-visual::before { position: absolute; top: -80px; right: -70px; width: 240px; height: 240px; border-radius: 50%; background: rgba(188,234,255,.44); filter: blur(10px); content: ''; }
.product-ui.smart-booking { position: relative; z-index: 1; min-height: 408px; padding: 22px; color: #315f50; border: 1px solid #dceaf1; border-radius: 14px; background: #f3faf8; }
.ui-top { display: flex; align-items: center; justify-content: space-between; color: #668194; font-size: .75rem; }
.ui-dots { color: #7bbdde; letter-spacing: 3px; }
.service-summary { display: flex; margin-top: 19px; padding: 14px 15px; flex-direction: column; gap: 4px; border: 1px solid #cce4db; border-radius: 9px; background: #fff; }
.service-summary > span, .staff-heading > span { color: #5f8979; font-size: .64rem; letter-spacing: .07em; }
.service-summary strong { color: #315f50; font-size: 1.16rem; font-weight: 400; }
.service-summary strong b { margin-left: 8px; padding-left: 9px; color: #29725d; border-left: 1px solid #c7ded5; font-size: .78rem; font-weight: 400; }
.service-summary small { color: #6c887d; font-size: .7rem; }
.service-chips { display: flex; gap: 7px; margin-top: 9px; }
.service-chips span { display: flex; padding: 7px 9px; align-items: center; gap: 6px; color: #466e60; border-radius: 6px; background: #e4f3ed; font-size: .7rem; }
.service-chips b { color: #2f7a64; font-weight: 400; }
.staff-heading { display: flex; margin-top: 16px; align-items: center; justify-content: space-between; }
.staff-heading small { color: #6b897d; font-size: .64rem; }
.staff-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 7px; }
.staff-option { display: flex; padding: 9px; align-items: center; gap: 8px; border: 1px solid #d5e6df; border-radius: 8px; background: #fff; }
.staff-option.is-selected { border-color: #82c5ad; background: #e6f5ee; }
.staff-avatar { display: grid; width: 29px; height: 29px; flex: 0 0 29px; place-items: center; color: #fff; border-radius: 50%; background: #4e957e; font-size: .72rem; }
.staff-avatar-two { background: #73a193; }
.staff-option > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }
.staff-option strong { color: #416558; font-size: .7rem; font-weight: 400; }
.staff-option small { color: #708b80; font-size: .58rem; white-space: nowrap; }
.staff-option i { margin-left: auto; color: #28735d; font-style: normal; }
.duration-slot { display: grid; grid-template-columns: 1fr auto 1fr; margin-top: 12px; padding: 10px 12px; align-items: center; gap: 9px; color: #356d5a; border-radius: 7px; background: #e0f1e9; font-size: .75rem; }
.duration-slot span:last-child { text-align: right; }
.duration-slot b { padding-inline: 9px; border-inline: 1px solid #b7d8ca; font-size: .68rem; font-weight: 400; }
.duration-slot i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: #3e9677; }
.booking-confirm { display: flex; margin-top: 11px; padding: 10px 12px; align-items: center; gap: 11px; color: #fff; border-radius: 8px; background: #477d6b; font-size: .75rem; }
.booking-confirm > b { display: grid; width: 23px; height: 23px; place-items: center; color: #286c56; border-radius: 50%; background: #d7f0e6; }
.booking-confirm small { font-size: .63rem; }
.randevunual-showcase .product-detail { padding: 100px 0; background: linear-gradient(180deg,var(--warm-pearl) 0%,var(--silver-slate) 48%,var(--soft-terracotta) 100%); }
.detail-heading { max-width: 760px; }
.detail-heading h2 { margin: 16px 0 0; color: var(--blue); font-size: clamp(2.7rem,4.6vw,5.2rem); font-weight: 400; line-height: 1.03; letter-spacing: -.06em; }
.detail-heading > p:last-child { margin: 22px 0 0; color: #526f80; font-size: 1.08rem; line-height: 1.8; }
.workflow-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin-top: 52px; }
.benefit { min-height: 220px; padding: 25px; border: 1px solid #dbe8ef; border-radius: 14px; background: #fff; }
.benefit-number { color: #5e98b7; font-size: .75rem; }
.benefit h3 { margin: 38px 0 0; color: var(--blue); font-size: 1.4rem; font-weight: 400; letter-spacing: -.035em; }
.benefit p { margin: 10px 0 0; color: #678091; font-size: .88rem; line-height: 1.72; }
.product-operations { padding: 96px 0 112px; background: linear-gradient(180deg,#e9f4f8,var(--paper-2)); }
.operations-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 42px; }
.operations-grid article { min-height: 145px; padding: 24px; border: 1px solid #d7e7ed; border-radius: 12px; background: rgba(255,255,255,.78); }
.operations-grid span { color: #315d73; font-size: 1.1rem; }
.operations-grid p { margin: 10px 0 0; color: #627f8f; font-size: .88rem; line-height: 1.72; }
.randevunual-showcase .product-operations { background: linear-gradient(180deg,var(--soft-terracotta) 0%,var(--paper-2) 22%,var(--blue-grey) 45%,var(--dust-mauve) 66%,var(--shell) 84%,var(--sand) 100%); }
.randevunual-showcase .product-operations .detail-heading h2 { color: #6d464c; }
.randevunual-showcase .product-operations .detail-heading > p:last-child { color: #5b4b50; }
.randevunual-showcase .operations-grid span { color: #244a6a; }
.randevunual-showcase .operations-grid p { color: #5b5960; }

@media (max-width: 1080px) {
  .header-inner { gap: 18px; }
  .sub-nav { gap: 18px; }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .sub-nav { position: fixed; z-index: 40; inset: 64px 0 0; display: grid; align-content: start; gap: 17px; padding: 56px var(--layout-inset); overflow-y: auto; color: var(--ink); background: var(--paper-2); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .3s ease,transform .3s var(--ease); }
  .sub-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .sub-nav > a { width: fit-content; font-size: clamp(2.5rem,8vw,4.8rem); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
  .sub-nav .product-disclosure { width: min(100%,560px); }
  .sub-nav .products-trigger { width: fit-content; min-height: 0; padding: 0; font-size: clamp(2.5rem,8vw,4.8rem); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
  .sub-nav .products-trigger::after { display: none; }
  .sub-nav .products-menu { position: static; width: min(100%,360px); margin: 18px 0 4px; padding: 7px; transform: none; }
  .sub-nav-cta { margin-top: 12px; color: #fff !important; font-size: 1rem !important; letter-spacing: 0 !important; }
  .menu-toggle { display: block; }
  .product-hero-grid, .product-process-grid, .randevunual-showcase .product-page-grid, .about-story-grid, .about-why-grid, .about-contact-inner, .faq-page-grid { grid-template-columns: 1fr; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 44px; }
  .contact-alternative { max-width: 560px; padding: 0; border: 0; }
  .product-visual { width: min(100%,680px); }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .value-card h3 { margin-top: 40px; }
  .product-closing-grid { grid-template-columns: 1fr; align-items: start; }
  .workflow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  :root { --layout-inset: 32px; }
  .brand { width: 178px; height: 38px; font-size: 1.75rem; line-height: 38px; }
  .brand-wordmark { left: 45px; }
  .brand-mark-assembly { width: 34px; height: 34px; }
  .contact-intro, .product-hero { padding: 122px 0 68px; }
  .contact-intro h1 { font-size: clamp(3.7rem,17vw,5.2rem); }
  .contact-intro-copy, .product-lead { font-size: 1rem; }
  .contact-form-section { padding: 48px 0 72px; }
  .contact-form { padding: 28px 20px; border-radius: 14px; }
  .contact-fields { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .contact-fields .field-wide { grid-column: auto; }
  .contact-form-actions { align-items: stretch; flex-direction: column; }
  .session-main { padding: 128px 0 72px; }
  .session-heading h1 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .session-heading > p:last-child { font-size: 1rem; }
  .calendar-embed { margin-top: 32px; border-radius: 14px; }
  .calendar-embed iframe { height: 820px; }
  .calendar-embed-fallback { padding: 12px 15px; font-size: .75rem; }
  .product-lockup { gap: 12px; }
  .product-lockup img { width: 50px; height: 50px; flex-basis: 50px; }
  .product-lockup h1 { font-size: clamp(2.55rem,12vw,4rem); }
  .randevunual .product-lockup h1 { font-size: clamp(2.35rem,11vw,3.7rem); }
  .product-values, .product-process, .product-closing { padding: 74px 0; }
  .product-values h2, .product-process h2, .product-closing h2 { font-size: clamp(2.7rem,13vw,4.2rem); }
  .sub-footer { min-height: 510px; }
  .sub-footer-inner { min-height: 510px; padding-block: 38px 28px; }
  .sub-footer-top { grid-template-columns: 1fr; }
  .footer-brand-group { display: block; }
  .footer-brand-group p { margin-top: 8px; }
  .footer-brand-group > .social-links { margin-top: 14px; }
  .sub-footer-nav { justify-content: flex-start; }
  .sub-footer-bottom { align-items: flex-start; flex-direction: column; }
  .social-group { justify-items: start; }
  .contact-footer-scene { height: 510px; }
  .contact-footer-top, .contact-footer-bottom { display: grid; grid-template-columns: 1fr; padding-block: 24px; }
  .contact-footer-top { align-content: start; transform: translateY(10px); }
  .contact-footer-brand { display: block; }
  .contact-footer-brand p { margin-top: 7px; }
  .contact-footer-brand > .social-links { margin-top: 14px; }
  .contact-footer-links { justify-content: flex-start; margin-top: 22px; }
  .contact-footer-social-group { align-items: flex-start; margin-top: 14px; }
  .site-footer .column-base-return { height: 510px; }
  .site-footer .column-base-return > img { bottom: -10px; }
  .site-footer .footer-top, .site-footer .footer-bottom { display: grid; grid-template-columns: 1fr; padding-block: 24px; }
  .site-footer .footer-top { transform: translateY(10px); }
  .site-footer .footer-brand { display: block; }
  .site-footer .footer-brand p { margin-top: 6px; }
  .site-footer .footer-brand > .footer-social { margin-top: 14px; }
  .site-footer .footer-links { justify-content: flex-start; margin-top: 24px; }
  .site-footer .footer-social-group { align-items: flex-start; margin-top: 14px; }
  .site-footer .footer-social { justify-content: flex-start; }
  .about-hero, .about-story, .about-why, .about-contact { padding: 76px 0; }
  .faq-page-hero { padding: 110px 0 68px; }
  .faq-page-section { padding: 72px 0 90px; }
  .faq-page-grid { gap: 38px; }
  .faq-item summary { padding-right: 44px; }
  .faq-item p { padding-right: 20px; }
  .randevunual-showcase .product-page-hero { padding: 70px 0; }
  .randevunual-showcase .product-page-visual { min-height: 455px; padding: 16px; }
  .workflow-grid, .operations-grid { grid-template-columns: 1fr; }
  .product-brand-lockup > img { width: 48px; height: 48px; flex-basis: 48px; }
  .randevunual-showcase .product-page-title { font-size: clamp(2.55rem,12vw,4rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .brand-wordmark { opacity: 1 !important; clip-path: none !important; }
  .about-logo-mark-position { transform: none !important; }
  .about-logo-wordmark { opacity: 1 !important; clip-path: inset(0) !important; animation: none !important; }
}
