:root {
  --navy-950: #051725;
  --navy-900: #071d2d;
  --navy-800: #0b2b42;
  --navy-700: #17425f;
  --gold-600: #a97720;
  --gold-500: #c99432;
  --gold-300: #e9c875;
  --silver: #c8cdd1;
  --beige-50: #fbf8f2;
  --beige-100: #f5efe5;
  --beige-200: #e7dac8;
  --ink: #1d2429;
  --muted: #62686c;
  --white: #ffffff;
  --line: rgba(7, 29, 45, .14);
  --shadow: 0 24px 70px rgba(7, 29, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--beige-50); font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 42px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 10px 16px; color: var(--navy-950); background: var(--gold-300); font-weight: 700; }
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251, 248, 242, .95); border-bottom: 1px solid var(--beige-200); backdrop-filter: blur(16px); }
.nav-shell { width: min(1400px, calc(100% - 44px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: cover; border-radius: 3px; box-shadow: 0 5px 18px rgba(7, 29, 45, .16); }
.brand-name { display: grid; color: var(--navy-900); line-height: 1.05; }
.brand-name strong { font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.brand-name small { margin-top: 5px; font-size: .67rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 23px; }
.site-nav a { color: var(--navy-900); font-size: .9rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-600); }
.site-nav .utility-link { padding-left: 17px; border-left: 1px solid var(--beige-200); font-size: .82rem; }
.language-toggle { width: 44px; height: 44px; border: 1px solid #d8c7af; color: var(--navy-900); background: transparent; cursor: pointer; font-size: .92rem; font-weight: 700; }
.language-toggle:hover, .language-toggle:focus-visible { border-color: var(--gold-500); color: var(--gold-600); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); transition: .2s ease; }

.hero { overflow: hidden; background: radial-gradient(circle at 12% 12%, rgba(201, 148, 50, .09), transparent 25%), var(--beige-50); }
.hero-grid { width: min(1480px, calc(100% - 44px)); margin-inline: auto; padding: 60px 0 66px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(50px, 6vw, 110px); }
.eyebrow { margin: 0 0 22px; color: var(--gold-600); font-size: .76rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
h1 { max-width: 790px; margin-bottom: 28px; color: var(--navy-950); font-size: clamp(3.3rem, 6vw, 6.7rem); }
h2 { margin-bottom: 22px; color: var(--navy-950); font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
.hero-text { max-width: 720px; margin-bottom: 35px; color: #4f575d; font-size: clamp(1.05rem, 1.35vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid var(--navy-900); font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy-900); }
.button-primary:hover { background: var(--navy-700); }
.button-secondary { color: var(--navy-900); background: transparent; }
.button-secondary:hover { color: var(--white); background: var(--navy-900); }
.hero-contact { margin-top: 44px; padding-top: 25px; display: flex; flex-wrap: wrap; gap: 22px 46px; border-top: 1px solid var(--beige-200); }
.hero-contact a { display: grid; text-decoration: none; }
.hero-contact small { color: var(--gold-600); font-size: .69rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-contact strong { margin-top: 2px; color: var(--navy-900); font-size: .98rem; }
.hero-contact span { color: var(--muted); font-size: .82rem; }
.portrait-column { min-width: 0; }
.portrait-frame { position: relative; padding: 12px; border: 1px solid #d9c8ae; background: var(--beige-50); box-shadow: var(--shadow); }
.portrait-frame::before { content: ""; position: absolute; width: 72%; height: 55%; right: -28px; bottom: -28px; z-index: -1; border: 1px solid var(--gold-500); }
.portrait-frame img { width: 100%; aspect-ratio: 1 / 1.04; object-fit: cover; object-position: center 42%; }
.portrait-credentials { padding: 24px 3px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.portrait-credentials > div:first-child { display: grid; }
.portrait-credentials strong { color: var(--navy-900); font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.5rem; font-weight: 400; }
.portrait-credentials span { color: var(--muted); font-size: .83rem; }
.credential-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.credential-tags span { padding: 6px 9px; border: 1px solid #d7c4a8; color: var(--gold-600); font-size: .73rem; font-weight: 700; }
.trust-strip { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--beige-200); border-bottom: 1px solid var(--beige-200); background: rgba(255, 255, 255, .38); }
.trust-strip span { min-height: 84px; display: grid; place-items: center; padding: 15px 25px; border-right: 1px solid var(--beige-200); color: var(--navy-900); text-align: center; font-size: .92rem; font-weight: 600; }
.trust-strip span:last-child { border-right: 0; }

.services { background: var(--white); }
.section-heading { max-width: 850px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 690px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 285px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 1; background: var(--beige-50); transform: translateY(-4px); box-shadow: var(--shadow); }
.service-number { display: block; margin-bottom: 48px; color: var(--gold-600); font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.05rem; }
.service-card h3 { margin-bottom: 13px; color: var(--navy-900); font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.15; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.why { position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); }
.why::after { content: "TP"; position: absolute; right: -30px; bottom: -110px; color: rgba(255, 255, 255, .025); font-family: "Libre Caslon Display", Georgia, serif; font-size: 26rem; line-height: 1; }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 110px; }
.eyebrow.light { color: var(--gold-300); }
.why h2 { color: var(--white); }
.why-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .7); }
.inline-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 15px; color: var(--gold-300); font-weight: 700; text-decoration: none; }
.inline-link b { font-size: 1.2rem; transition: transform .2s ease; }
.inline-link:hover b { transform: translate(3px, -3px); }
.value-list { border-top: 1px solid rgba(255, 255, 255, .16); }
.value-list article { padding: 27px 0; display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.value-list article > span { color: var(--gold-300); font-family: "Libre Caslon Display", Georgia, serif; }
.value-list h3 { margin-bottom: 5px; font-size: 1.06rem; }
.value-list p { margin-bottom: 0; color: rgba(255, 255, 255, .6); font-size: .92rem; }

.contact { background: var(--beige-50); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 7vw, 120px); align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-details { margin: 42px 0 0; }
.contact-details div { padding: 20px 0; display: grid; grid-template-columns: 130px 1fr; border-top: 1px solid var(--beige-200); }
.contact-details div:last-child { border-bottom: 1px solid var(--beige-200); }
.contact-details dt { color: var(--gold-600); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-details dd { margin: 0; }
.contact-details a { color: var(--navy-900); font-weight: 600; text-decoration: none; }
.contact-details a:hover { color: var(--gold-600); }
.contact-details dd span { color: var(--muted); font-size: .88rem; }
.consultation-form { padding: 38px; border: 1px solid #d9c9b2; background: #f3ede4; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.consultation-form label { display: grid; gap: 8px; margin-bottom: 20px; color: var(--navy-900); font-weight: 600; }
.consultation-form input, .consultation-form select, .consultation-form textarea { width: 100%; border: 1px solid #d4c3aa; border-radius: 0; outline: 0; color: var(--ink); background: var(--beige-50); }
.consultation-form input, .consultation-form select { min-height: 53px; padding: 10px 13px; }
.consultation-form textarea { min-height: 150px; padding: 13px; resize: vertical; }
.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { border-color: var(--gold-600); box-shadow: 0 0 0 3px rgba(201, 148, 50, .12); }
.form-actions { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.form-button { min-height: 56px; padding: 12px 18px; border: 1px solid var(--navy-900); cursor: pointer; font-weight: 700; }
.form-button.primary { color: var(--white); background: var(--navy-900); }
.form-button.secondary { color: var(--navy-900); background: transparent; }
.form-button:hover { background: var(--gold-500); color: var(--navy-950); border-color: var(--gold-500); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.form-status { min-height: 24px; margin: 9px 0 0; color: var(--gold-600); font-size: .85rem; font-weight: 600; }

.site-footer { color: rgba(255, 255, 255, .68); background: var(--navy-950); }
.footer-main { min-height: 180px; padding: 38px 0; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 82px; height: 82px; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand strong { color: var(--white); font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.footer-brand span { margin-top: 5px; color: var(--gold-300); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-contact a { font-size: .86rem; text-decoration: none; }
.footer-contact a:hover { color: var(--gold-300); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--gold-300); text-decoration: none; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .1s; }
.delay-two { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1180px) {
  .site-nav { gap: 15px; }
  .site-nav .utility-link { padding-left: 12px; font-size: .77rem; }
  .brand-name { display: none; }
  .hero-grid { grid-template-columns: 1fr .82fr; }
}

@media (max-width: 960px) {
  .nav-shell { min-height: 76px; }
  .menu-toggle { display: block; }
  .brand-name { display: grid; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 20px 22px 27px; background: var(--beige-50); border-bottom: 1px solid var(--beige-200); box-shadow: 0 18px 36px rgba(7, 29, 45, .12); }
  .site-nav.open { display: grid; align-items: stretch; gap: 4px; }
  .site-nav a { padding: 10px 2px; }
  .site-nav .utility-link { padding-left: 2px; border-left: 0; }
  .language-toggle { margin-top: 10px; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr .82fr; gap: 42px; }
  h1 { font-size: clamp(3rem, 7vw, 5rem); }
  .hero-contact { display: grid; gap: 16px; }
  .portrait-credentials { display: grid; }
  .credential-tags { justify-content: flex-start; }
  .why-grid { gap: 58px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .container, .hero-grid { width: min(100% - 30px, 620px); }
  .section { padding: 78px 0; }
  .hero-grid { padding: 58px 0 48px; grid-template-columns: 1fr; }
  .portrait-column { max-width: 520px; margin-inline: auto; }
  .portrait-frame::before { right: -12px; bottom: -12px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--beige-200); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { min-height: 265px; padding: 28px; }
  .why-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { display: grid; }
  .footer-contact { justify-content: flex-start; }
  .mobile-actions { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 99; min-height: 52px; display: grid; grid-template-columns: repeat(3, 1fr); color: var(--white); background: var(--navy-900); box-shadow: 0 12px 35px rgba(0, 0, 0, .25); }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid rgba(255, 255, 255, .16); font-size: .9rem; font-weight: 700; text-decoration: none; }
  .mobile-actions a:last-child { border-right: 0; color: var(--navy-950); background: var(--gold-300); }
  .site-footer { padding-bottom: 76px; }
}

@media (max-width: 520px) {
  .brand img { width: 50px; height: 50px; }
  .brand-name strong { font-size: 1.1rem; }
  .hero-actions, .form-actions { grid-template-columns: 1fr; display: grid; }
  .button { width: 100%; }
  .trust-strip, .service-grid { grid-template-columns: 1fr; }
  .trust-strip span { min-height: 62px; border-right: 0; border-bottom: 1px solid var(--beige-200); }
  .trust-strip span:last-child { border-bottom: 0; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 28px; }
  .contact-details div { grid-template-columns: 1fr; gap: 6px; }
  .consultation-form { padding: 24px 18px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 68px; height: 68px; }
  .footer-bottom { padding: 20px 0; display: grid; }
}
