:root {
  --ink: #15253e;
  --ink-soft: #35445b;
  --crimson: #9c1f26;
  --crimson-dark: #76171c;
  --cream: #f7f4ee;
  --paper: #fffdfa;
  --blue: #5a7890;
  --line: #dedbd3;
  --muted: #697078;
  --shadow: 0 18px 50px rgba(21, 37, 62, .1);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { margin: 0 auto; }
.site-header { background: rgba(255, 253, 250, .96); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 32px; height: 32px; border: 1px solid var(--crimson); border-radius: 50%; color: var(--crimson); display: inline-grid; place-items: center; font-size: 15px; line-height: 1; }
.brand-name { font-family: var(--serif); font-size: 27px; letter-spacing: .045em; color: var(--ink); white-space: nowrap; }
.brand-name strong { font-weight: 700; }
.desktop-nav { display: flex; justify-content: center; gap: 38px; margin-left: auto; }
.desktop-nav a, .mobile-nav-panel a { font-size: 14px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; padding: 31px 0 26px; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active, .mobile-nav-panel a.active { color: var(--crimson); border-bottom-color: var(--crimson); }
.header-phone { display: inline-flex; align-items: center; gap: 8px; margin-left: 16px; padding-left: 25px; border-left: 1px solid var(--line); color: var(--crimson); font-weight: 700; white-space: nowrap; }
.mobile-nav { display: none; margin-left: auto; position: relative; }
.mobile-nav summary { list-style: none; cursor: pointer; border: 1px solid var(--line); padding: 7px 11px; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: .1em; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav-panel { position: absolute; top: calc(100% + 12px); right: 0; width: 190px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 8px 18px; display: grid; }
.mobile-nav-panel a { padding: 10px 0; }
.eyebrow { margin: 0 0 16px; color: var(--crimson); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; line-height: 1.4; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; }
h1 { font-size: clamp(48px, 5.2vw, 78px); letter-spacing: -.04em; margin-bottom: 26px; }
h2 { font-size: clamp(34px, 4vw, 54px); letter-spacing: -.03em; margin-bottom: 20px; }
h3 { font-size: 25px; margin-bottom: 9px; }
.period { color: var(--crimson); }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 595px; }
.hero-copy { padding: 102px 54px 68px 8px; background: radial-gradient(circle at 64% 28%, rgba(156, 31, 38, .07) 0 1px, transparent 2px) 0 0 / 23px 23px, var(--cream); position: relative; overflow: hidden; }
.hero-copy::after { content: ''; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(156, 31, 38, .12); border-radius: 50%; right: -270px; top: -84px; box-shadow: 0 0 0 42px rgba(156, 31, 38, .025), 0 0 0 84px rgba(156, 31, 38, .025); }
.hero-copy > * { position: relative; z-index: 1; }
.hero-lede, .page-hero-lede { max-width: 550px; color: var(--ink-soft); font-size: 18px; line-height: 1.65; margin-bottom: 30px; }
.ornament { display: flex; align-items: center; gap: 11px; width: 250px; margin: 0 0 21px; color: var(--crimson); }
.ornament span { height: 1px; background: var(--crimson); flex: 1; opacity: .6; }
.ornament b { font-size: 17px; font-weight: 400; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; font-size: 14px; font-weight: 700; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--crimson); color: white; box-shadow: 0 10px 20px rgba(156, 31, 38, .18); }
.button-primary:hover { background: var(--crimson-dark); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: white; }
.text-link, .card-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span, .card-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translateX(4px); }
.route-note { display: flex; gap: 11px; align-items: center; max-width: 410px; margin-top: 58px; color: var(--muted); font-size: 12px; }
.route-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--crimson); flex: 0 0 auto; box-shadow: 0 0 0 6px rgba(156, 31, 38, .12); }
.hero-visual { min-height: 100%; position: relative; background: var(--blue); overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(14, 27, 45, .5)); pointer-events: none; }
.image-caption { position: absolute; z-index: 1; left: 31px; right: 31px; bottom: 24px; display: flex; justify-content: space-between; gap: 15px; color: white; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.help-section { padding: 100px 0 110px; background: var(--paper); }
.section-heading { max-width: 650px; }
.section-heading.centered { text-align: center; margin: 0 auto 48px; }
.section-heading.centered > p:last-child { max-width: 600px; margin: 0 auto; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--cream); border: 1px solid var(--line); min-height: 390px; display: flex; flex-direction: column; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card > img { width: 100%; height: 175px; object-fit: cover; }
.service-card-body { display: flex; flex-direction: column; flex: 1; padding: 24px 26px 25px; }
.service-card-body p { color: var(--muted); margin-bottom: 21px; }
.service-number, .service-row-index, .value-number { color: var(--crimson); letter-spacing: .1em; font-size: 11px; font-weight: 700; }
.card-link { margin-top: auto; width: fit-content; }
.service-card-dark { position: relative; color: white; background: var(--ink); border-color: var(--ink); }
.service-card-dark .service-card-body { position: relative; z-index: 1; }
.service-card-dark .service-number { color: #d7a2a5; }
.service-card-dark .service-card-body p { color: rgba(255, 255, 255, .72); }
.service-card-dark .card-link { color: white; }
.abstract-card-art { height: 175px; position: relative; background: linear-gradient(135deg, #1d3857, #4b7890); overflow: hidden; }
.abstract-card-art::before, .abstract-card-art::after { content: ''; position: absolute; border: 1px solid rgba(255, 255, 255, .28); transform: rotate(24deg); }
.abstract-card-art::before { width: 230px; height: 230px; left: 28px; top: -102px; border-radius: 38%; }
.abstract-card-art::after { width: 170px; height: 170px; right: -28px; bottom: -104px; border-radius: 50%; }
.abstract-card-art span { display: block; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #e4b1a5; z-index: 1; }
.abstract-card-art span:nth-child(1) { left: 25%; top: 43%; }.abstract-card-art span:nth-child(2) { left: 56%; top: 30%; }.abstract-card-art span:nth-child(3) { right: 17%; bottom: 23%; }
.trust-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 105px 0 115px; border-top: 1px solid var(--line); }
.trust-copy > p:not(.eyebrow) { color: var(--muted); max-width: 490px; margin-bottom: 27px; }
.trust-list { display: grid; align-content: start; gap: 0; }
.trust-item { display: grid; grid-template-columns: 53px 1fr; gap: 19px; padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.trust-item:last-child { margin-bottom: 0; }.trust-item h3 { font-size: 23px; margin: -4px 0 4px; }.trust-item p { color: var(--muted); margin: 0; }.trust-icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--crimson); border-radius: 50%; color: var(--crimson); font-size: 11px; font-weight: 700; }
.closing-cta { background: var(--crimson); color: white; padding: 58px 0; }.closing-cta .eyebrow { color: #f2beb6; }.closing-cta h2 { margin: 0; font-size: clamp(33px, 4vw, 49px); }.closing-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer { background: var(--ink); color: white; padding: 70px 0 22px; }.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 70px; padding-bottom: 55px; }.brand-footer .brand-name { color: white; }.brand-footer .brand-mark { color: #d7a2a5; border-color: #d7a2a5; }.footer-note { max-width: 250px; color: rgba(255, 255, 255, .62); margin: 18px 0 0; font-size: 14px; }.footer-label { margin: 0 0 14px; color: #d7a2a5; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }.footer-grid a, .footer-grid span { color: rgba(255, 255, 255, .82); font-size: 14px; }.footer-grid a:hover { color: white; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .45); font-size: 12px; }
.page-hero { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; min-height: 485px; padding-top: 76px; padding-bottom: 76px; gap: 62px; }.page-hero > div:first-child { align-self: center; }.page-hero h1 { font-size: clamp(47px, 5vw, 72px); }.page-hero-lede { margin-bottom: 0; }.page-hero > img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }.services-list { border-top: 1px solid var(--line); }.service-row { display: grid; grid-template-columns: 70px 1fr 180px; gap: 35px; padding: 68px 0; border-bottom: 1px solid var(--line); align-items: start; }.service-row-index { font-family: var(--serif); font-size: 25px; font-weight: 600; color: var(--crimson); }.service-row h2 { margin-bottom: 13px; font-size: clamp(32px, 3.6vw, 50px); }.service-row p:not(.eyebrow) { color: var(--muted); max-width: 660px; margin-bottom: 22px; }.service-row .text-link { justify-self: end; margin-top: 35px; }.check-list { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px 24px; color: var(--ink-soft); font-size: 14px; }.check-list li::before { content: '✦'; color: var(--crimson); margin-right: 8px; }.service-cta { background: var(--cream); padding: 62px 0; margin-top: 18px; }.service-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.service-cta h2 { margin: 0; font-size: clamp(35px, 4vw, 50px); }.about-hero { grid-template-columns: 1.1fr .9fr; }.about-mark-panel { min-height: 330px; background: var(--ink); color: white; display: grid; place-items: center; align-content: center; text-align: center; padding: 30px; }.large-mark { width: 96px; height: 96px; border: 1px solid #d7a2a5; border-radius: 50%; display: grid; place-items: center; color: #d7a2a5; font-size: 44px; margin-bottom: 24px; }.about-mark-panel p { font-family: var(--serif); font-size: 30px; line-height: 1.15; margin-bottom: 16px; }.about-mark-panel p em { color: #d7a2a5; font-size: 23px; }.about-mark-panel > span:last-child { color: rgba(255, 255, 255, .63); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }.about-story { padding: 95px 0; background: var(--cream); }.about-story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; }.story-copy { color: var(--muted); font-size: 18px; max-width: 620px; }.story-copy p { margin-bottom: 23px; }.story-copy .text-link { color: var(--ink); font-size: 14px; }.values-section { padding: 100px 0 110px; }.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }.values-grid article { padding: 30px 28px; border: 1px solid var(--line); min-height: 235px; }.values-grid h3 { margin-top: 28px; font-size: 27px; }.values-grid p { color: var(--muted); margin: 0; }.tico-section { background: var(--ink); color: white; padding: 80px 0; }.tico-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }.tico-section .eyebrow { color: #d7a2a5; }.tico-section h2 { margin-bottom: 18px; }.tico-section p:not(.eyebrow) { color: rgba(255, 255, 255, .7); max-width: 500px; }.tico-section .text-link { color: white; }.tico-card { justify-self: end; width: min(100%, 390px); padding: 35px; background: var(--paper); color: var(--ink); text-align: center; }.tico-card img { width: 105px; margin: 0 auto 25px; }.tico-card p { color: var(--ink) !important; font-size: 14px; margin: 0; }.contact-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; padding-top: 85px; padding-bottom: 80px; align-items: end; }.contact-intro h1 { max-width: 700px; }.contact-quick { border-left: 1px solid var(--line); padding-left: 35px; display: grid; gap: 20px; }.contact-quick a { display: flex; align-items: center; gap: 14px; }.quick-icon { width: 42px; height: 42px; border: 1px solid var(--crimson); color: var(--crimson); display: grid; place-items: center; border-radius: 50%; font-weight: 700; }.contact-quick small { display: block; text-transform: uppercase; color: var(--muted); letter-spacing: .1em; font-size: 10px; font-weight: 700; }.contact-quick strong { display: block; font-family: var(--serif); font-size: 22px; font-weight: 600; }.contact-section { background: var(--cream); padding: 88px 0 110px; }.contact-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 88px; align-items: start; }.form-card { background: var(--paper); padding: 46px; box-shadow: var(--shadow); }.form-card h2 { font-size: 43px; margin-bottom: 35px; }.form-row { display: grid; gap: 7px; margin-bottom: 21px; }.form-row label { font-size: 12px; font-weight: 700; letter-spacing: .04em; }.form-row input, .form-row select, .form-row textarea { border: 1px solid var(--line); background: white; padding: 12px 13px; color: var(--ink); outline: none; border-radius: 0; }.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--crimson); box-shadow: 0 0 0 3px rgba(156, 31, 38, .1); }.form-row textarea { resize: vertical; }.contact-details { padding-top: 22px; }.details-block { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }.details-block h2 { font-size: 33px; }.details-block p:not(.eyebrow) { color: var(--muted); }.hours { display: grid; grid-template-columns: 1fr auto; gap: 8px 22px; color: var(--muted); font-size: 14px; }.hours strong { color: var(--ink); font-weight: 600; }.details-note { display: flex; align-items: flex-start; gap: 15px; color: var(--muted); font-size: 14px; }.details-note p { margin: 0; }.details-note .brand-mark { flex: 0 0 auto; }

@media (max-width: 980px) {
  .header-phone { display: none; }
  .hero, .page-hero, .about-hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 54px; }.hero-visual { min-height: 450px; }.page-hero { gap: 35px; }.page-hero > img { min-height: 290px; max-height: 410px; }.service-row { grid-template-columns: 58px 1fr; }.service-row .text-link { grid-column: 2; justify-self: start; margin-top: 0; }.trust-section { gap: 50px; }.tico-grid { gap: 50px; }.contact-intro { gap: 45px; }.contact-grid { gap: 50px; }
}
@media (max-width: 720px) {
  .container { width: 100%; }.site-header { position: sticky; top: 0; }.header-inner { min-height: 73px; }.brand-name { font-size: 23px; }.brand-mark { width: 28px; height: 28px; }.desktop-nav { display: none; }.mobile-nav { display: block; }.hero { width: 100%; }.hero-copy { padding: 68px 25px 59px; }.hero h1 { font-size: clamp(46px, 14vw, 70px); }.hero-visual { min-height: 390px; }.hero-lede, .page-hero-lede { font-size: 16px; }.help-section, .values-section, .trust-section { padding: 73px 0; }.service-grid, .values-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.service-card > img, .abstract-card-art { height: 205px; }.section-heading.centered { margin-bottom: 34px; }.trust-section { grid-template-columns: 1fr; gap: 52px; }.closing-cta-inner, .service-cta-inner { align-items: flex-start; flex-direction: column; }.closing-cta { padding: 48px 0; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 6px; }.page-hero { padding-top: 60px; padding-bottom: 60px; }.page-hero h1 { font-size: clamp(44px, 12vw, 62px); }.service-row { grid-template-columns: 42px 1fr; gap: 18px; padding: 48px 0; }.service-row h2 { font-size: 36px; }.check-list { display: grid; gap: 8px; }.about-story-grid, .tico-grid, .contact-intro, .contact-grid { grid-template-columns: 1fr; gap: 45px; }.about-mark-panel { min-height: 310px; }.story-copy { font-size: 16px; }.tico-card { justify-self: stretch; width: 100%; }.contact-intro { padding-top: 60px; padding-bottom: 60px; }.contact-quick { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }.form-card { padding: 28px 22px; }.form-card h2 { font-size: 35px; }.contact-section { padding: 60px 0 75px; }
}

/* Home option: expanded editorial page. */
.expanded-intro { padding: 112px 0 120px; background: #fff; }
.expanded-intro-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.expanded-intro h2 { max-width: 540px; margin: 0; font-size: clamp(40px, 4.5vw, 62px); }
.expanded-intro-inner > div:last-child { max-width: 525px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.expanded-intro-inner > div:last-child p { margin-bottom: 28px; }
.expanded-services { padding-top: 108px; padding-bottom: 125px; }
.expanded-section-head { max-width: 660px; margin-bottom: 55px; }.expanded-section-head h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); }
.expanded-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.expanded-service-grid > a { min-height: 390px; padding: 30px 29px 31px; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.expanded-service-grid > a:hover { transform: translateY(-5px); border-color: #c9d4e8; box-shadow: 0 16px 35px rgba(21, 37, 62, .09); }
.expanded-service-number { color: var(--concept-red); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.expanded-service-grid > a > i { margin: 48px 0 23px; color: var(--concept-blue); font-size: 35px; }.expanded-service-grid h3 { margin-bottom: 11px; font-size: 29px; }.expanded-service-grid p { color: var(--muted); margin-bottom: 23px; }.expanded-service-grid .text-link { margin-top: auto; width: fit-content; }
.expanded-story { padding: 110px 0; background: var(--cream); }.expanded-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }.expanded-story-image img { width: 100%; height: 530px; object-fit: cover; }.expanded-story-copy h2 { margin-bottom: 22px; font-size: clamp(39px, 4vw, 58px); }.expanded-story-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.72; margin-bottom: 30px; max-width: 510px; }
.expanded-process { padding-top: 111px; padding-bottom: 121px; }.expanded-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }.expanded-process-grid > div { border-top: 1px solid var(--line); padding-top: 21px; }.expanded-process-grid span { color: var(--concept-red); font-size: 12px; font-weight: 700; letter-spacing: .08em; }.expanded-process-grid h3 { margin-top: 31px; font-size: 27px; }.expanded-process-grid p { color: var(--muted); margin: 0; }
.expanded-quote { background: #eef2f3; padding: 76px 0; }.expanded-quote-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.expanded-quote p { max-width: 830px; margin: 0; font-family: var(--serif); font-size: clamp(27px, 3vw, 43px); line-height: 1.18; }
@media (max-width: 980px) { .expanded-intro-inner, .expanded-story-grid { gap: 55px; }.expanded-process-grid { gap: 26px; } }
@media (max-width: 720px) {
  .expanded-intro { padding: 76px 0 81px; }.expanded-intro-inner, .expanded-story-grid { grid-template-columns: 1fr; gap: 38px; }.expanded-intro-inner > div:last-child { font-size: 16px; }.expanded-services { padding-top: 76px; padding-bottom: 82px; }.expanded-section-head { margin-bottom: 34px; }.expanded-service-grid, .expanded-process-grid { grid-template-columns: 1fr; gap: 16px; }.expanded-service-grid > a { min-height: 0; padding: 25px; }.expanded-service-grid > a > i { margin: 33px 0 17px; }.expanded-story { padding: 74px 0; }.expanded-story-image img { height: 355px; }.expanded-story-copy p:not(.eyebrow) { font-size: 16px; }.expanded-process { padding-top: 77px; padding-bottom: 82px; }.expanded-process-grid { gap: 31px; }.expanded-process-grid h3 { margin-top: 20px; }.expanded-quote { padding: 56px 0; }.expanded-quote-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
}

/* Consistent Bootstrap-style layout baseline and small UI polish. */
.container { width: 100%; max-width: 1320px; margin-inline: auto; padding-inline: 24px; }
.header-inner { min-height: 78px; }
.desktop-nav a, .mobile-nav-panel a { padding: 25px 0 10px; }
.journey-icon i { font-size: 25px; line-height: 1; }
.journey-icon-work i { font-size: 24px; }
.journey-icon-way i { font-size: 28px; }
.concept-band-inner { min-height: 0; padding: 44px 0; }
.concept-band h2 { line-height: 1.12; }
.details-note-icon { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; color: var(--concept-blue); border: 1px solid currentColor; border-radius: 50%; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }
@media (max-width: 575px) { .container { max-width: none; padding-inline: 18px; } }
@media (max-width: 430px) { .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.button { width: 100%; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.image-caption { left: 18px; right: 18px; }.header-inner { gap: 15px; } }

/* Home option switcher. */
.home-nav { position: relative; display: flex; align-items: stretch; }
.home-nav-trigger { display: inline-flex; align-items: center; gap: 7px; }
.home-nav-trigger i { font-size: 10px; transition: transform .2s ease; }
.home-nav:hover .home-nav-trigger i, .home-nav:focus-within .home-nav-trigger i { transform: rotate(180deg); }
.home-nav-menu { display: none; position: absolute; top: calc(100% - 7px); left: 50%; transform: translateX(-50%); min-width: 150px; padding: 8px; background: #fff; border: 1px solid #e4e4e4; box-shadow: 0 14px 30px rgba(21, 37, 62, .12); z-index: 20; }
.home-nav:hover .home-nav-menu, .home-nav:focus-within .home-nav-menu { display: grid; }
.home-nav-menu a { padding: 9px 13px; border: 0; text-transform: none; letter-spacing: .03em; white-space: nowrap; }
.home-nav-menu a:hover, .home-nav-menu a.active { background: #f3f6fb; color: var(--concept-blue); }

/* Home option: quiet editorial. */
.quiet-hero { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 86px; padding-top: 92px; padding-bottom: 105px; }
.quiet-hero-copy h1 { font-size: clamp(48px, 5vw, 76px); margin-bottom: 25px; }
.quiet-hero-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); font-size: 18px; line-height: 1.7; margin-bottom: 31px; }
.quiet-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.quiet-hero-image { margin: 0; }
.quiet-hero-image img { width: 100%; height: 535px; object-fit: cover; }
.quiet-hero-image figcaption { padding-top: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.quiet-bridge { background: var(--cream); padding: 83px 0; }
.quiet-bridge-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.quiet-bridge h2 { margin: 0; font-size: clamp(37px, 4vw, 56px); }
.quiet-bridge-inner > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.quiet-services { padding-top: 74px; padding-bottom: 82px; }
.quiet-services > a { display: grid; grid-template-columns: 54px 1fr auto; gap: 25px; align-items: center; padding: 29px 0; border-top: 1px solid var(--line); }
.quiet-services > a:last-child { border-bottom: 1px solid var(--line); }
.quiet-services > a:hover h3, .quiet-services > a:hover > i { color: var(--concept-blue); }
.quiet-service-index { color: var(--concept-red); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.quiet-services h3 { margin: 0 0 6px; font-size: 28px; transition: color .2s ease; }.quiet-services p { margin: 0; color: var(--muted); }.quiet-services > a > i { color: var(--concept-red); font-size: 23px; transition: color .2s ease, transform .2s ease; }.quiet-services > a:hover > i { transform: translateX(4px); }
.quiet-contact { background: var(--concept-blue); color: #fff; padding: 65px 0; }.quiet-contact .eyebrow { color: #bfd1f7; }.quiet-contact h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); }.quiet-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

/* Home option: minimal conversation-first. */
.minimal-intro { background: var(--cream); text-align: center; padding: 105px 0 95px; }.minimal-intro-inner { display: flex; flex-direction: column; align-items: center; }.minimal-intro h1 { font-size: clamp(54px, 7vw, 92px); line-height: .99; margin-bottom: 28px; }.minimal-intro p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.7; margin-bottom: 31px; }
.minimal-photo { padding-top: 55px; padding-bottom: 105px; }.minimal-photo img { width: 100%; height: 520px; object-fit: cover; }
.minimal-help { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-bottom: 107px; }.minimal-help-heading h2 { max-width: 420px; }.minimal-help-list { border-top: 1px solid var(--line); }.minimal-help-list a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }.minimal-help-list a:hover strong, .minimal-help-list a:hover i { color: var(--concept-blue); }.minimal-help-list span { color: var(--concept-red); font-size: 12px; font-weight: 700; }.minimal-help-list strong { font-family: var(--serif); font-size: 27px; font-weight: 600; transition: color .2s ease; }.minimal-help-list i { color: var(--concept-red); transition: color .2s ease, transform .2s ease; }.minimal-help-list a:hover i { transform: translate(3px, -3px); }
.minimal-note { background: #eef2f3; padding: 68px 0; }.minimal-note-inner { display: flex; align-items: center; justify-content: center; gap: 40px; }.minimal-note p { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); line-height: 1.2; }

@media (max-width: 980px) {
  .quiet-hero { gap: 46px; }.quiet-bridge-inner, .minimal-help { gap: 50px; }
}
@media (max-width: 720px) {
  .home-nav { display: block; }.home-nav-menu { display: none; }
  .quiet-hero, .quiet-bridge-inner, .minimal-help { grid-template-columns: 1fr; gap: 44px; }.quiet-hero { padding-top: 62px; padding-bottom: 70px; }.quiet-hero-copy h1 { font-size: clamp(46px, 13vw, 68px); }.quiet-hero-copy > p:not(.eyebrow), .quiet-bridge-inner > p, .minimal-intro p:not(.eyebrow) { font-size: 16px; }.quiet-hero-image img { height: 390px; }.quiet-bridge { padding: 65px 0; }.quiet-services { padding-top: 45px; padding-bottom: 56px; }.quiet-services > a { grid-template-columns: 37px 1fr auto; gap: 14px; padding: 23px 0; }.quiet-services h3 { font-size: 23px; }.quiet-contact-inner { align-items: flex-start; flex-direction: column; }.minimal-intro { padding: 72px 0 67px; }.minimal-intro h1 { font-size: clamp(50px, 14vw, 72px); }.minimal-photo { padding-top: 25px; padding-bottom: 70px; }.minimal-photo img { height: 350px; }.minimal-help { padding-bottom: 74px; }.minimal-help-list strong { font-size: 24px; }.minimal-note { padding: 54px 0; }.minimal-note-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}

/* Concept 02 visual language: full-bleed photography, blue action colour, compact service band. */
:root { --concept-blue: #164aa6; --concept-red: #b84b35; }
body { background: #fff; }
.site-header { background: #fff; border-bottom-color: #e5e5e5; }
.brand-mark { border-color: var(--concept-blue); color: var(--concept-blue); }
.brand-name { font-family: var(--sans); color: var(--concept-blue); font-size: 28px; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; }
.brand-name strong { font-weight: 700; }
.desktop-nav a, .mobile-nav-panel a { letter-spacing: .08em; }
.desktop-nav a:hover, .desktop-nav a.active, .mobile-nav-panel a.active { color: var(--concept-blue); border-bottom-color: var(--concept-blue); }
.header-phone { margin-left: 0; padding: 13px 19px; border: 0; background: var(--concept-blue); color: #fff; }
.hero, .help-section, .trust-section, .closing-cta { display: none; }

.concept-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; position: relative; overflow: hidden; background: #1d3554; }
.concept-hero-panel { min-height: 600px; background-position: center; background-size: cover; position: relative; }
.concept-hero-panel-one { background-image: linear-gradient(90deg, rgba(14, 28, 53, .06), rgba(14, 28, 53, .25)), url('assets/hero-city.jpg'); }
.concept-hero-panel-two { background-image: linear-gradient(90deg, rgba(14, 28, 53, .25), rgba(14, 28, 53, .05)), url('assets/hero-coast.jpg'); }
.concept-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 31, 55, .08), rgba(15, 31, 55, .2)); pointer-events: none; }
.concept-hero-content { position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -46%); width: min(760px, calc(100% - 46px)); text-align: center; color: white; }
.concept-hero-content .eyebrow { color: rgba(255, 255, 255, .84); margin-bottom: 13px; text-shadow: 0 2px 13px rgba(0, 0, 0, .26); }
.concept-hero-content h1 { margin-bottom: 20px; font-size: clamp(54px, 7vw, 94px); line-height: .98; color: #fff; text-shadow: 0 3px 18px rgba(0, 0, 0, .3); }
.concept-hero-content > p:not(.eyebrow) { max-width: 600px; margin: 0 auto 30px; font-size: clamp(16px, 1.6vw, 21px); line-height: 1.45; text-shadow: 0 2px 12px rgba(0, 0, 0, .34); }
.concept-button { background: var(--concept-blue); min-width: 330px; box-shadow: 0 12px 28px rgba(15, 41, 92, .28); }
.concept-button:hover { background: #0f3c8f; }
.journey-nav { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #e2e2e2; background: #fff; }
.journey-nav a { display: flex; align-items: center; justify-content: center; gap: 19px; min-height: 132px; padding: 20px 24px; position: relative; }
.journey-nav a + a { border-left: 1px solid #e2e2e2; }
.journey-nav a::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px; background: var(--concept-red); transform: translateX(-50%); transition: width .2s ease; }
.journey-nav a:hover::after { width: 80px; }
.journey-icon { color: var(--concept-red); display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid currentColor; border-radius: 50%; font-size: 30px; line-height: 1; font-weight: 400; }
.journey-icon-work { font-size: 28px; border-radius: 10px; }.journey-icon-way { font-size: 32px; }
.journey-nav strong { display: block; font-family: var(--serif); font-size: 27px; line-height: 1.1; font-weight: 600; }.journey-nav small { display: block; margin-top: 7px; color: #707070; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.travel-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.gallery-tile { min-height: 315px; position: relative; overflow: hidden; background: var(--ink); }
.gallery-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(13, 26, 47, .74)); }
.gallery-tile img { width: 100%; height: 100%; min-height: 315px; object-fit: cover; transition: transform .35s ease; }.gallery-tile:hover img { transform: scale(1.045); }
.gallery-tile span { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 26px; color: white; font-family: var(--serif); font-size: 30px; }.gallery-tile b { display: inline-block; margin-left: 8px; color: #f0a390; font-family: var(--sans); font-size: 21px; transition: transform .2s ease; }.gallery-tile:hover b { transform: translateX(5px); }
.concept-band { background: var(--cream); border-bottom: 1px solid var(--line); }.concept-band-inner { min-height: 128px; display: flex; align-items: center; justify-content: center; gap: 25px; }.concept-band h2 { margin: 0; font-size: clamp(30px, 3.2vw, 46px); }.concept-band-mark { color: var(--concept-red); font-size: 30px; }.concept-band .text-link { margin-left: 20px; white-space: nowrap; }
.site-footer { background: var(--ink); }.brand-footer .brand-name { color: white; }

@media (max-width: 980px) {
  .concept-hero, .concept-hero-panel { min-height: 550px; }
  .concept-hero-content h1 { font-size: clamp(50px, 8vw, 76px); }
  .journey-nav strong { font-size: 23px; }
  .concept-band-inner { flex-wrap: wrap; padding: 34px 0; text-align: center; }
}
@media (max-width: 720px) {
  .brand-name { font-size: 21px; letter-spacing: .08em; }.header-phone { display: none; }
  .concept-hero { grid-template-columns: 1fr; min-height: 620px; }.concept-hero-panel { min-height: 310px; }.concept-hero-panel-two { margin-top: -310px; opacity: .75; }.concept-hero::after { background: rgba(15, 31, 55, .28); }.concept-hero-content { transform: translate(-50%, -50%); }.concept-hero-content h1 { font-size: clamp(48px, 14vw, 70px); }.concept-button { min-width: 0; width: auto; }
  .journey-nav { grid-template-columns: 1fr; }.journey-nav a { justify-content: flex-start; padding-left: max(24px, calc((100vw - 560px) / 2)); min-height: 98px; }.journey-nav a + a { border-left: 0; border-top: 1px solid #e2e2e2; }.journey-nav a::after { left: 0; transform: none; }.journey-nav a:hover::after { width: 5px; height: 100%; }.travel-gallery { grid-template-columns: 1fr; }.gallery-tile, .gallery-tile img { min-height: 245px; }.concept-band-inner { display: grid; gap: 12px; }.concept-band .text-link { margin: 5px 0 0; }
}

/* Final page additions and visual refinements. */
.about-hero-image { min-height: 390px; margin: 0; position: relative; overflow: hidden; background: #dce4ea; }
.about-hero-image img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.about-hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(13, 31, 51, .62)); pointer-events: none; }
.about-hero-image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 19px; left: 24px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.tico-section { background: #e8eef3; color: var(--ink); padding: 86px 0; border-top: 1px solid #d3dde5; }
.tico-section .eyebrow { color: var(--concept-red); }
.tico-section p:not(.eyebrow) { color: var(--muted); }
.tico-section .text-link { color: var(--ink); }
.tico-card { background: #fff; border: 1px solid #d3dde5; box-shadow: 0 14px 34px rgba(21, 37, 62, .07); }
.tico-section .tico-card p:not(.eyebrow) { color: var(--ink); }

.faq-section { padding: 110px 0 118px; background: #f7f8fa; border-top: 1px solid #e5e8ec; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.faq-intro { position: sticky; top: 116px; }
.faq-intro h2 { max-width: 470px; }
.faq-intro > p:last-child { max-width: 430px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.faq-list { border-top: 1px solid #cfd6dc; }
.faq-list details { border-bottom: 1px solid #cfd6dc; }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 25px 0; cursor: pointer; list-style: none; color: var(--ink); font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { color: var(--concept-red); font-size: 17px; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -5px 45px 25px 0; color: var(--muted); line-height: 1.7; }

.logo-options-page { min-height: 100vh; background: #f4f6f8; }
.logo-options-main { padding: 82px 0 110px; }
.logo-options-intro { max-width: 720px; margin-bottom: 52px; }
.logo-options-intro p:last-child { max-width: 620px; color: var(--muted); font-size: 18px; }
.logo-option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.logo-option-card { min-height: 305px; padding: 28px; background: #fff; border: 1px solid #dfe4e8; display: flex; flex-direction: column; }
.logo-option-card > span { color: var(--concept-red); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.logo-option-stage { flex: 1; display: grid; place-items: center; padding: 38px 15px 27px; }
.logo-option-card h2 { margin: 0 0 5px; font-family: var(--sans); font-size: 16px; letter-spacing: 0; }
.logo-option-card p { margin: 0; color: var(--muted); font-size: 13px; }
.logo-wordmark { color: var(--concept-blue); font-family: var(--sans); font-size: clamp(21px, 2.5vw, 31px); font-weight: 700; letter-spacing: .105em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.logo-wordmark strong { font-weight: 700; }
.logo-frame-thin { padding: 16px 20px; border: 2px solid var(--concept-blue); }
.logo-frame-solid { padding: 18px 22px; background: var(--concept-blue); color: #fff; }
.logo-monogram-lockup { display: inline-flex; align-items: center; gap: 15px; }
.logo-monogram { width: 52px; height: 52px; display: grid; place-items: center; border: 2px solid var(--concept-red); color: var(--concept-red); font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.logo-rule-lockup { display: grid; gap: 11px; justify-items: center; }
.logo-rule-lockup::before, .logo-rule-lockup::after { content: ''; width: calc(100% + 20px); height: 2px; background: var(--concept-red); }

.concept-band-inner { min-height: 0; padding: 48px 0; }
@media (max-width: 720px) {
  .about-hero-image, .about-hero-image img { min-height: 340px; }
  .faq-section { padding: 75px 0 82px; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .faq-intro { position: static; }
  .faq-list summary { padding: 22px 0; font-size: 20px; }
  .faq-list details p { margin-right: 20px; }
  .logo-options-main { padding: 62px 0 80px; }
  .logo-option-grid { grid-template-columns: 1fr; }
  .logo-option-card { min-height: 270px; }
  .logo-wordmark { font-size: 20px; }
  .concept-band-inner { padding: 36px 0; }
}

/* Selected outlined wordmark. */
.desktop-nav { gap: 30px; }
.brand-box { padding: 11px 15px; background: transparent; border: 2px solid var(--concept-blue); }
.brand-box .brand-name { color: var(--concept-blue); font-size: 20px; letter-spacing: .1em; line-height: 1; }
.brand-footer-box { padding: 11px 15px; background: transparent; border: 2px solid rgba(255, 255, 255, .78); }
.brand-footer-box .brand-name { color: #fff; font-size: 20px; letter-spacing: .1em; line-height: 1; }

/* Practical FAQ links. */
.faq-intro .text-link { display: inline-block; margin-top: 27px; }
.faq-list details p a { color: var(--concept-blue); font-weight: 700; border-bottom: 1px solid currentColor; }

/* Travel resources. */
.resources-hero { padding: 96px 0 102px; background: #e8eef3; border-bottom: 1px solid #d3dde5; }
.resources-hero-inner { max-width: 900px; }
.resources-hero h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(50px, 6vw, 82px); }
.resources-hero p:last-child { max-width: 760px; margin: 0; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }
.resources-section { padding-top: 105px; padding-bottom: 120px; }
.resource-group + .resource-group { margin-top: 110px; }
.resource-group { scroll-margin-top: 100px; }
.resource-group-heading { max-width: 690px; margin-bottom: 43px; }
.resource-group-heading h2 { margin: 0; }
.resource-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
#preparation .resource-card-grid, .resource-card-grid-two { grid-template-columns: repeat(2, 1fr); }
.resource-card { min-height: 325px; padding: 31px 29px 28px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.resource-card:hover { transform: translateY(-4px); border-color: #becde1; box-shadow: 0 16px 34px rgba(21, 37, 62, .08); }
.resource-icon { width: 48px; height: 48px; margin-bottom: 34px; display: grid; place-items: center; border: 1px solid var(--concept-blue); border-radius: 50%; color: var(--concept-blue); font-size: 21px; }
.resource-card h3 { margin-bottom: 13px; font-size: 27px; }
.resource-card > p { margin-bottom: 25px; color: var(--muted); line-height: 1.7; }
.resource-source { margin-top: auto; color: var(--concept-red); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.resource-source i { margin-left: 7px; }
.resources-note { padding: 72px 0; background: var(--cream); border-top: 1px solid var(--line); }
.resources-note-inner { display: grid; grid-template-columns: 56px 1fr auto; gap: 27px; align-items: center; }
.resources-note-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--concept-red); border-radius: 50%; color: var(--concept-red); font-size: 21px; }
.resources-note h2 { margin-bottom: 12px; font-size: clamp(33px, 3.5vw, 48px); }
.resources-note p:not(.eyebrow) { max-width: 740px; margin: 0; color: var(--muted); }

@media (max-width: 1199px) {
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: 12px; }
  .header-phone { padding: 12px 14px; font-size: 14px; }
}
@media (max-width: 980px) {
  .resource-card-grid { grid-template-columns: repeat(2, 1fr); }
  .resources-note-inner { grid-template-columns: 52px 1fr; }
  .resources-note .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 720px) {
  .brand-box, .brand-footer-box { padding: 9px 11px; }
  .brand-box .brand-name, .brand-footer-box .brand-name { font-size: 16px; letter-spacing: .08em; }
  .resources-hero { padding: 70px 0 74px; }
  .resources-hero p:last-child { font-size: 16px; }
  .resources-section { padding-top: 74px; padding-bottom: 82px; }
  .resource-group + .resource-group { margin-top: 78px; }
  .resource-group-heading { margin-bottom: 31px; }
  .resource-card-grid, #preparation .resource-card-grid, .resource-card-grid-two { grid-template-columns: 1fr; }
  .resource-card { min-height: 0; }
  .resources-note { padding: 58px 0; }
  .resources-note-inner { grid-template-columns: 1fr; gap: 20px; }
  .resources-note .button { grid-column: auto; }
}

/* Trustindex review widgets. */
.reviews-section { padding: 108px 0 116px; background: #fff; border-top: 1px solid #e5e8ec; }
.reviews-heading { max-width: 690px; margin-bottom: 48px; }
.reviews-heading h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); }
.trustindex-slider { min-height: 230px; }
.footer-review-badge { max-width: 285px; margin-top: 24px; min-height: 44px; }
.footer-review-badge iframe, .trustindex-slider iframe { max-width: 100%; }

@media (max-width: 720px) {
  .reviews-section { padding: 76px 0 82px; }
  .reviews-heading { margin-bottom: 34px; }
  .trustindex-slider { min-height: 210px; }
  .footer-review-badge { margin-top: 20px; }
}

/* English and Romanian language switcher. */
.language-switcher { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; color: #8a9098; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.language-switcher a { padding: 4px 0 3px; border-bottom: 1px solid transparent; }
.language-switcher a:hover, .language-switcher a.active { color: var(--concept-blue); border-bottom-color: var(--concept-blue); }
.mobile-language-switcher { display: flex; align-items: center; gap: 10px; margin-top: 7px; padding: 13px 0 6px; border-top: 1px solid var(--line); color: #8a9098; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.mobile-nav-panel .mobile-language-switcher a { padding: 0; border: 0; }
.mobile-nav-panel .mobile-language-switcher a:hover, .mobile-nav-panel .mobile-language-switcher a.active { color: var(--concept-blue); }

@media (max-width: 720px) {
  .language-switcher { display: none; }
}
.form-feedback { margin: 0 0 26px; padding: 14px 16px; border: 1px solid; font-size: 14px; }
.form-feedback-success { color: #1f5d3d; background: #edf8f1; border-color: #9ac7aa; }
.form-feedback-error { color: #7a1b22; background: #fff1f1; border-color: #d8a2a6; }
.form-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-privacy { max-width: 520px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.form-privacy a, .legal-copy a { color: var(--crimson); text-decoration: underline; text-underline-offset: 3px; }
.legal-page { padding: 90px 0 110px; }
.legal-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.legal-layout h1 { font-size: clamp(46px, 5vw, 70px); }
.legal-copy { max-width: 760px; }
.legal-copy section { padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid var(--line); }
.legal-copy h2 { margin-bottom: 12px; font-size: 30px; }
.legal-copy p { margin: 0; color: var(--ink-soft); }
.legal-updated { font-size: 13px; color: var(--muted) !important; }
.not-found { min-height: 100vh; display: grid; align-items: center; padding: 70px 0; background: var(--cream); }
.not-found .container { max-width: 760px; }
.not-found .brand { margin-bottom: 80px; }
.not-found p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); font-size: 18px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(156, 31, 38, .42); outline-offset: 3px; }

@media (max-width: 980px) {
  .legal-layout { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 720px) {
  .legal-page { padding: 60px 0 75px; }
  .legal-layout { gap: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
