:root {
  --black: #090909;
  --ink: #11100e;
  --paper: #f6f3ed;
  --white: #fffdf8;
  --gold: #c99a36;
  --gold-light: #e9c66f;
  --gold-pale: #f2e6ca;
  --muted: #6c6962;
  --line: rgba(201,154,54,.28);
  --radius: 3px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', 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; }
a { color: inherit; }
button, select { font: inherit; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 99; padding: 10px 16px; background: var(--white); color: var(--black); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 92px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: rgba(9,9,9,.94); border-bottom: 1px solid rgba(233,198,111,.25); position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: flex; width: 134px; height: 72px; align-items: center; overflow: hidden; }
.brand img { width: 100%; display: block; }
nav { display: flex; gap: 26px; }
nav a { text-decoration: none; font-size: .9rem; letter-spacing: .07em; text-transform: uppercase; color: #e5e0d8; transition: color .2s; }
nav a:hover, nav a:focus-visible, nav a.active { color: var(--gold-light); }
.menu-toggle, .mobile-nav { display: none; }
.page-back { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 28px; color: #5c5548; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.page-back:hover, .page-back:focus-visible { color: #9a6f13; }
.page-back-light { color: var(--gold-light); }

/* Separate content views keep the visual identity while reducing the amount
   shown at once. Hash links make every view work without a page reload. */
body[data-page="home"] .services-section,
body[data-page="home"] .action-section { display: none; }

body[data-page="about"] .hero,
body[data-page="about"] .services-section > :not(#om-compensa),
body[data-page="about"] .action-section { display: none; }
body[data-page="about"] .services-section { min-height: 78vh; padding-top: 150px; }
body[data-page="about"] #om-compensa { margin-bottom: 0; }

body[data-page="services"] .hero,
body[data-page="services"] #om-compensa,
body[data-page="services"] .action-section { display: none; }
body[data-page="services"] .services-section { min-height: 78vh; padding-top: 150px; }

body[data-page="guide"] .hero,
body[data-page="guide"] .services-section,
body[data-page="guide"] #priser { display: none; }
body[data-page="guide"] .guide-panel { min-height: 78vh; padding-top: 155px; }

body[data-page="prices"] .hero,
body[data-page="prices"] .services-section,
body[data-page="prices"] .guide-panel,
body[data-page="prices"] #priser > .sponsor-banner,
body[data-page="prices"] #priser > .contact-area,
body[data-page="prices"] #priser > .contact-strip { display: none; }
body[data-page="prices"] #priser { padding-top: 150px; padding-bottom: 104px; }

body[data-page="contact"] .hero,
body[data-page="contact"] .services-section,
body[data-page="contact"] .guide-panel,
body[data-page="contact"] #priser > .pricing-heading,
body[data-page="contact"] #priser > .price-card,
body[data-page="contact"] #priser > .hourly-prices,
body[data-page="contact"] #priser > .price-list-panel { display: none; }
body[data-page="contact"] #priser { min-height: 78vh; padding-top: 150px; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-control { display: flex; gap: 7px; align-items: center; border: 1px solid rgba(255,255,255,.2); padding: 7px 9px; }
.language-control svg { width: 16px; fill: none; stroke: var(--gold-light); stroke-width: 1.6; }
.language-control select { appearance: none; border: 0; color: var(--white); background: transparent; outline: none; padding-right: 12px; font-size: .8rem; cursor: pointer; }
.language-control option { color: var(--black); }

.hero { min-height: 720px; padding: 190px clamp(24px, 8vw, 122px) 64px; position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 48%, #292016 0, #14110d 21%, #090909 52%); }
.hero::before { content: ''; position: absolute; right: clamp(20px, 9vw, 140px); top: 155px; width: min(35vw, 470px); aspect-ratio: 1; border: 1px solid rgba(233,198,111,.16); border-radius: 50%; box-shadow: 0 0 0 36px rgba(201,154,54,.035), 0 0 0 72px rgba(201,154,54,.025); }
.hero::after { content: '§'; position: absolute; right: 39%; top: 155px; font: 250px/.95 var(--serif); color: transparent; -webkit-text-stroke: 1px rgba(233,198,111,.09); transform: rotate(7deg); }
.hero > *:not(.hero-glow) { position: relative; z-index: 1; }
.hero-glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; filter: blur(90px); background: rgba(201,154,54,.10); right: 8%; top: 25%; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #9b7628; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.hero h1 { max-width: min(800px, 45vw); margin: 25px 0 22px; font: 400 clamp(3rem, 6.2vw, 6rem)/.98 var(--serif); letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: min(590px, 43vw); margin: 0; color: #c8c3ba; font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 12px 24px; border: 1px solid transparent; background: transparent; cursor: pointer; text-decoration: none; font-size: .88rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--black); }
.button-primary:hover { background: var(--gold-light); }
.button-outline { border-color: rgba(233,198,111,.5); color: var(--gold-light); }
.button-small { min-height: 42px; padding: 8px 15px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; border-bottom: 2px solid rgba(233,198,111,.7); padding: 7px 2px; color: var(--white); font-size: .96rem; font-weight: 750; }
.text-link.gold { color: #8d6717; border-color: rgba(141,103,23,.4); }
.hero-visual { position: absolute !important; z-index: 1 !important; right: clamp(28px, 6vw, 92px); top: 150px; width: min(38vw, 570px); height: 430px; margin: 0; overflow: hidden; border: 1px solid rgba(233,198,111,.38); box-shadow: 18px 18px 0 rgba(201,154,54,.11); }
.hero > .eyebrow, .hero > h1, .hero > .hero-lead, .hero > .hero-actions { z-index: 2; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,9,.36), transparent 36%), linear-gradient(0deg, rgba(9,9,9,.68), transparent 42%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 56% center; filter: saturate(.78) contrast(1.05); }
.hero-visual figcaption { position: absolute; z-index: 2; right: 26px; bottom: 21px; left: 26px; display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.hero-visual figcaption span { width: 25px; height: 1px; background: var(--gold); }
.hero-visual figcaption b { font-weight: 650; }
.trust-row { margin-top: 76px; max-width: min(900px, 58vw); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); padding-top: 24px; }
.trust-row div { display: grid; padding-right: 32px; }
.trust-row div + div { border-left: 1px solid rgba(255,255,255,.12); padding-left: 32px; }
.trust-row strong { font-family: var(--serif); font-size: 1rem; font-weight: 400; color: var(--gold-light); }
.trust-row span { color: #c7c1b7; font-size: .86rem; }

.services-section { padding: 104px clamp(24px, 7vw, 108px) 120px; }
.about-panel { margin-bottom: 108px; padding: 54px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; color: var(--white); background: linear-gradient(135deg, #17140f, #090909 66%); border: 1px solid rgba(201,154,54,.32); box-shadow: 16px 16px 0 var(--gold-pale); scroll-margin-top: 24px; }
.about-main h2 { margin: 17px 0 22px; font: 400 clamp(2.3rem, 3.8vw, 4rem)/1.04 var(--serif); color: var(--gold-light); letter-spacing: -.025em; }
.about-main > p { max-width: 620px; margin: 0; color: #ded8ce; font-size: 1.02rem; }
.about-history { margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(233,198,111,.28); }
.about-history h3 { margin: 0 0 14px; color: var(--gold-light); font: 400 1.55rem/1.2 var(--serif); }
.about-history p { margin: 0 0 12px; color: #d4cec4; font-size: .95rem; }
.about-points { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; border-top: 1px solid rgba(233,198,111,.28); }
.about-points article { padding: 28px 22px 8px; border-right: 1px solid rgba(255,255,255,.1); }
.about-points article:last-child { border-right: 0; }
.about-points article > span { color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .12em; }
.about-points h3 { margin: 32px 0 11px; font: 400 1.22rem/1.2 var(--serif); color: #eee8dd; }
.about-points p { margin: 0; color: #c8c1b7; font-size: .9rem; line-height: 1.6; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .pricing-heading h2 { margin: 14px 0 0; font: 400 clamp(2.4rem, 4vw, 4.2rem)/1.06 var(--serif); letter-spacing: -.025em; }
.section-heading > p { max-width: 400px; color: var(--muted); margin: 0 0 8px; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .75fr); gap: 26px; align-items: start; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cfc8bc; }
.service-card { min-height: 180px; padding: 26px 26px 23px; text-align: left; border: 0; border-right: 1px solid #cfc8bc; border-bottom: 1px solid #cfc8bc; background: transparent; cursor: pointer; position: relative; transition: background .22s, color .22s; }
.service-card:nth-child(2n) { border-right: 0; }
.service-card:hover, .service-card:focus-visible, .service-card.active { color: var(--white); background: var(--black); outline: 0; }
.service-card .number { display: block; margin-bottom: 38px; color: #9b7628; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.service-card h3 { margin: 0; font: 400 1.48rem/1.15 var(--serif); }
.service-card p { margin: 8px 36px 0 0; color: #56524b; font-size: .9rem; line-height: 1.5; }
.service-card:hover p, .service-card:focus-visible p, .service-card.active p { color: #aaa49a; }
.service-card .arrow { position: absolute; right: 24px; bottom: 24px; color: var(--gold); font-size: 1.25rem; }
.service-detail { position: sticky; top: 24px; min-height: 386px; padding: 42px; color: var(--white); background: var(--black); box-shadow: 18px 18px 0 var(--gold-pale); }
.detail-close { display: none; }
.detail-number { position: absolute; right: 30px; top: 18px; color: rgba(233,198,111,.13); font: 78px/1 var(--serif); }
.detail-kicker { margin: 0 0 18px; color: var(--gold); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.service-detail h3 { margin: 0 0 17px; font: 400 2.15rem/1.1 var(--serif); color: var(--gold-light); }
.service-detail > p { color: #ded8cf; font-size: 1rem; }
.service-detail ul { padding: 18px 0 16px; margin: 18px 0 22px; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.service-detail li { padding: 5px 0 5px 18px; position: relative; font-size: .92rem; color: #eee8df; }
.service-detail li::before { content: '•'; position: absolute; left: 0; color: var(--gold); }
.service-detail .text-link { color: var(--gold-light); border-color: rgba(233,198,111,.35); }

.action-section { background: var(--black); color: var(--white); }
.guide-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 112px clamp(24px, 8vw, 120px); position: relative; overflow: hidden; }
.guide-panel::before { content: ''; position: absolute; width: 360px; height: 360px; left: -170px; bottom: -170px; border: 1px solid rgba(233,198,111,.16); border-radius: 50%; box-shadow: 0 0 0 42px rgba(201,154,54,.02), 0 0 0 84px rgba(201,154,54,.015); }
.guide-copy, .guide-card { position: relative; z-index: 1; }
.guide-copy h2 { margin: 18px 0 22px; font: 400 clamp(2.6rem, 4.4vw, 4.6rem)/1.02 var(--serif); }
.guide-copy > p { max-width: 470px; color: #a8a29a; }
.privacy-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 36px; color: #ded8cf; font-size: .9rem; }
.privacy-note svg { flex: none; width: 22px; fill: none; stroke: var(--gold); stroke-width: 1.4; }
.privacy-note strong { color: var(--gold-light); font-weight: 600; }
.guide-card { align-self: center; min-height: 430px; padding: 42px clamp(26px, 4vw, 54px); color: var(--ink); background: var(--white); box-shadow: -12px 12px 0 rgba(201,154,54,.25); }
.progress { display: flex; gap: 7px; margin-bottom: 32px; }
.progress span { width: 34px; height: 3px; background: #ddd7cb; transition: background .2s; }
.progress span.active { background: var(--gold); }
.guide-step-label { color: #9b7628; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.guide-card h3 { margin: 9px 0 21px; font: 400 clamp(1.7rem, 2.6vw, 2.45rem)/1.14 var(--serif); }
.guide-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.guide-option { display: flex; align-items: center; min-height: 58px; padding: 13px 15px; border: 1px solid #d8d1c5; background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: border .2s, background .2s; }
.guide-option:hover, .guide-option:focus-visible { border-color: var(--gold); background: #fbf5e8; outline: 0; }
.guide-option::after { content: '→'; color: var(--gold); margin-left: auto; padding-left: 10px; }
.guide-back { margin-top: 22px; padding: 0; border: 0; border-bottom: 1px solid #b8b0a3; background: none; cursor: pointer; color: #625d55; font-size: .78rem; }
.guide-result-badge { display: inline-block; padding: 4px 9px; color: #6b4d0b; background: var(--gold-pale); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.guide-result p { color: #5e5951; }
.result-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 25px; }
.button-dark { background: var(--black); color: var(--gold-light); }
.result-note { font-size: .7rem; color: #7a746b; margin: 12px 0 0; }

.pricing-contact { padding: 104px clamp(24px, 8vw, 120px) 0; display: grid; grid-template-columns: 1.08fr .95fr .78fr; gap: 24px; color: var(--ink); background: var(--paper); }
.pricing-heading { padding-right: 30px; }
.pricing-heading > p { color: var(--muted); max-width: 360px; }
.price-card { padding: 34px; border: 1px solid #d1c9bb; }
.price-card.featured { color: var(--white); background: #15130f; border-color: #443721; }
.price-tag { color: var(--gold-light); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 18px 0 28px; font: 400 1.6rem var(--serif); }
.price { display: flex; align-items: end; gap: 13px; margin-bottom: 24px; }
.price strong { font: 400 4rem/.9 var(--serif); color: var(--gold-light); }
.price span { max-width: 80px; color: #9c968d; font-size: .7rem; line-height: 1.3; text-transform: uppercase; }
.price-card p { margin: 0; color: #ded8cf; font-size: .95rem; }
.hourly-prices { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
.mini-price { display: flex; flex-direction: column; justify-content: center; padding: 24px 27px; border: 1px solid #d1c9bb; }
.mini-price > span { color: #8d6717; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mini-price strong { font: 400 2rem var(--serif); }
.mini-price small { color: var(--muted); }
.price-list-panel { grid-column: 1 / -1; margin-top: 56px; padding: 40px; color: var(--white); background: #15130f; border: 1px solid #443721; }
.price-list-header { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 30px; }
.price-list-header h3 { margin: 10px 0 0; font: 400 clamp(2rem, 3vw, 3rem)/1 var(--serif); color: var(--gold-light); }
.price-list-header > p { max-width: 390px; margin: 0; color: #d2ccc3; font-size: .95rem; }
.price-list { border-top: 1px solid rgba(233,198,111,.32); }
.price-list-row { display: grid; grid-template-columns: 1.5fr .85fr 1fr; gap: 24px; align-items: center; min-height: 72px; padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.price-list-row strong { color: #e3ddd2; font: 400 1.05rem/1.3 var(--serif); }
.price-list-row > span { color: #d4cec5; font-size: .92rem; }
.price-list-row > span:last-child { text-align: right; }
.price-list-row b { color: var(--gold-light); font-size: 1.05rem; }
.price-list-row small { margin-left: 7px; color: #827d74; }
.price-list-labels { min-height: 42px; padding-block: 8px; }
.price-list-labels span { color: var(--gold); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-list-note { margin: 19px 0 0; color: #918b82; font-size: .72rem; }
.full-price-catalog-heading { margin-top: 52px; padding-top: 38px; display: flex; align-items: end; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(233,198,111,.32); }
.catalog-kicker { color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.full-price-catalog-heading h4 { margin: 9px 0 7px; color: var(--gold-light); font: 400 clamp(1.7rem, 2.5vw, 2.5rem)/1.05 var(--serif); }
.full-price-catalog-heading p { max-width: 560px; margin: 0; color: #aaa49a; font-size: .84rem; }
.full-price-catalog-heading .button { flex: 0 0 auto; }
.full-price-catalog { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.catalog-group { padding: 24px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.025); }
.catalog-group h5 { margin: 0 0 16px; color: var(--gold-light); font: 400 1.35rem/1.1 var(--serif); }
.catalog-item { min-height: 54px; padding: 11px 0; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.09); }
.catalog-item:first-of-type { border-top: 0; }
.catalog-item-name { color: #f0ebe2; font-size: .95rem; line-height: 1.4; }
.catalog-item-price { color: var(--gold-light); font-size: .88rem; font-weight: 750; text-align: right; white-space: nowrap; }
.catalog-item-note { display: block; margin-top: 3px; color: #847f77; font-size: .68rem; }
.catalog-badge { display: inline-block; margin-left: 7px; padding: 2px 6px; color: #231b0c; background: var(--gold-light); font-size: .58rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; vertical-align: 1px; }
.catalog-disclaimer { margin: 24px 0 0; color: #817c74; font-size: .7rem; }
.sponsor-banner { grid-column: 1 / -1; min-height: 210px; margin-top: 22px; padding: 38px 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 12% 50%, #2a2113 0, #15130f 32%, #090909 76%); border: 1px solid rgba(201,154,54,.42); }
.sponsor-banner::after { content: ''; position: absolute; right: 18%; bottom: -105px; width: 210px; height: 210px; border: 1px solid rgba(233,198,111,.1); border-radius: 50%; box-shadow: 0 0 0 28px rgba(201,154,54,.018), 0 0 0 56px rgba(201,154,54,.012); pointer-events: none; }
.sponsor-mark { width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid rgba(233,198,111,.38); color: var(--gold-light); font: 400 3.5rem/1 var(--serif); }
.sponsor-copy { position: relative; z-index: 1; }
.sponsor-copy h3 { margin: 12px 0 8px; font: 400 clamp(1.65rem, 2.5vw, 2.55rem)/1.08 var(--serif); color: var(--gold-light); }
.sponsor-copy > p { max-width: 670px; margin: 0; color: #ded8cf; font-size: .98rem; }
.sponsor-banner .button { position: relative; z-index: 1; white-space: nowrap; }
.contact-area { grid-column: 1 / -1; margin-top: 56px; padding-top: 54px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; border-top: 1px solid #d1c9bb; }
.contact-intro { grid-column: 1 / -1; }
.contact-intro { padding: 8px 32px 0 0; }
.contact-intro h3 { margin: 16px 0 10px; font: 400 clamp(1.7rem, 2.5vw, 2.45rem)/1.08 var(--serif); }
.contact-intro > p { margin: 0; color: #4f4b45; font-size: .98rem; }
.cvr-line { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; margin-top: 24px; }
.cvr-line > span { color: #8d6717; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.cvr-line strong { font-size: .82rem; word-break: break-word; }
.cvr-line small { padding: 2px 7px; color: #76570f; background: var(--gold-pale); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.contact-card { min-width: 0; min-height: 210px; padding: 28px 24px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #d1c9bb; background: var(--white); color: var(--ink); text-align: left; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.contact-card:hover, .contact-card:focus-visible { color: var(--white); background: var(--black); border-color: var(--black); outline: 0; transform: translateY(-3px); }
.contact-card > span { color: #8d6717; font-size: .65rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-card h4 { margin: 22px 0 4px; font: 400 1.65rem var(--serif); }
.contact-card strong { margin-top: 22px; max-width: 100%; color: #4e4a44; font-size: .88rem; font-weight: 650; word-break: break-word; }
.phone-card { text-decoration: none; }
.contact-card h4 + strong { margin-top: 0; }
.contact-card small { margin-top: auto; padding-top: 24px; color: #8d6717; font-weight: 700; }
.contact-card:hover strong, .contact-card:focus-visible strong { color: #c2bcb3; }
.contact-card:hover > span, .contact-card:hover small, .contact-card:focus-visible > span, .contact-card:focus-visible small { color: var(--gold-light); }
.contact-strip { grid-column: 1 / -1; margin-top: 56px; padding: 35px clamp(24px, 4vw, 54px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: var(--gold); }
.contact-strip div { display: grid; }
.contact-strip span { color: #46330a; font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-strip strong { font: 400 clamp(1.5rem, 2.3vw, 2.2rem) var(--serif); }

footer { padding: 55px clamp(24px, 8vw, 120px); display: flex; align-items: center; gap: 28px; color: #d2ccc3; background: var(--black); border-top: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
footer img { width: 115px; }
footer p { margin: 0; }
.footer-company { display: grid; gap: 4px; }
.company-legal { color: #bdb7ad; font-size: .82rem; }
.company-legal a { color: var(--gold-light); }
.company-legal strong { color: #b8b1a6; font-weight: 500; }
.footer-note { margin-left: auto; }
.toast { position: fixed; z-index: 30; right: 24px; bottom: 24px; max-width: 360px; padding: 14px 18px; color: var(--white); background: #1b1812; border-left: 3px solid var(--gold); box-shadow: 0 10px 35px rgba(0,0,0,.25); transform: translateY(130%); opacity: 0; transition: .3s; font-size: .82rem; }
.toast.show { transform: translateY(0); opacity: 1; }
.sponsor-dialog { width: min(760px, calc(100vw - 36px)); max-height: calc(100vh - 36px); margin: auto; padding: 0; color: var(--ink); background: var(--paper); border: 1px solid rgba(201,154,54,.7); box-shadow: 0 26px 90px rgba(0,0,0,.55); }
.sponsor-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.sponsor-dialog-inner { padding: clamp(28px, 5vw, 52px); position: relative; }
.dialog-close { position: absolute; top: 16px; right: 18px; width: 40px; height: 40px; border: 1px solid #cbc3b5; background: transparent; color: #625d55; cursor: pointer; font-size: 1.55rem; line-height: 1; }
.sponsor-dialog h2 { margin: 14px 45px 8px 0; font: 400 clamp(2rem, 4vw, 3.5rem)/1.03 var(--serif); }
.dialog-intro { max-width: 590px; margin: 0 0 28px; color: var(--muted); }
.sponsor-contact-actions { display: grid; gap: 22px; }
.sponsor-contact-actions > .button { justify-self: start; }
.sponsor-meeting-panel { padding: 24px; background: #f1ede4; border-left: 3px solid var(--gold); }
.sponsor-meeting-panel > p { margin: 0 0 14px; color: #4f4a43; font-weight: 700; }
.sponsor-meeting-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.sponsor-meeting-buttons .button { min-width: 205px; justify-content: center; }
.button-outline { color: var(--ink); background: transparent; border: 1px solid #9b8f7c; }
.site-header .button-outline { color: var(--gold-light); border-color: rgba(233,198,111,.5); }
.button-outline:hover { color: var(--white); background: var(--ink); border-color: var(--ink); }
.sponsor-mail-note { margin: 0; color: #777168; font-size: .78rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px; }
.form-grid label { display: grid; gap: 7px; color: #4f4a43; font-size: .72rem; font-weight: 700; letter-spacing: .035em; }
.form-grid input,
.form-grid select,
.form-grid textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #cfc8bc; border-radius: 0; outline: none; font: 400 .9rem/1.4 var(--sans); transition: border .2s, box-shadow .2s; }
.form-grid textarea { resize: vertical; min-height: 112px; }
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,154,54,.14); }
.form-wide { grid-column: 1 / -1; }
.consent-field { grid-template-columns: auto 1fr !important; align-items: start; gap: 11px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.45; }
.consent-field input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--gold); }
.form-honeypot { position: absolute; left: -9999px; }
.form-privacy { margin: 19px 0 0; color: #777168; font-size: .7rem; }
.form-status { min-height: 22px; margin: 14px 0 0; color: #665f55; font-size: .78rem; }
.form-status.error { color: #9a351f; }
.form-status.success { color: #3f713f; }
.form-actions { display: flex; align-items: center; gap: 20px; margin-top: 19px; }
.form-actions .button:disabled { opacity: .55; cursor: wait; }
.dialog-cancel { padding: 8px 0; border: 0; border-bottom: 1px solid #9e978c; background: transparent; color: #5d584f; cursor: pointer; font-size: .78rem; }

@media (max-width: 980px) {
  .site-header { height: 78px; }
  nav { display: none; }
  .menu-toggle { width: 44px; height: 42px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(233,198,111,.45); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 21px; height: 2px; display: block; background: var(--gold-light); }
  .mobile-nav { position: absolute; z-index: 30; top: 78px; right: 18px; width: min(310px, calc(100vw - 36px)); padding: 12px; background: #0d0c0a; border: 1px solid rgba(233,198,111,.35); box-shadow: 0 18px 45px rgba(0,0,0,.35); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .hero { padding-top: 145px; min-height: 700px; }
  .hero::after { right: 2%; font-size: 250px; }
  .hero h1 { max-width: 43vw; font-size: clamp(2.8rem, 7vw, 4.8rem); }
  .hero-lead { max-width: 42vw; }
  .hero-visual { position: absolute !important; right: 24px; top: 145px; width: 44vw; height: 390px; margin: 0; opacity: 1; }
  .trust-row { max-width: 48vw; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .about-panel { grid-template-columns: 1fr; gap: 44px; }
  .service-layout { grid-template-columns: 1fr; }
  .service-detail { position: relative; top: auto; min-height: 0; box-shadow: 10px 10px 0 var(--gold-pale); }
  .guide-panel { grid-template-columns: 1fr; gap: 44px; }
  .pricing-contact { grid-template-columns: 1fr 1fr; }
  .pricing-heading { grid-column: 1 / -1; }
  .hourly-prices { min-height: 280px; }
  .contact-area { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-intro { grid-column: 1 / -1; padding-right: 0; margin-bottom: 18px; }
}

@media (max-width: 680px) {
  .site-header { padding: 0 18px; gap: 10px; }
  .brand { width: 98px; height: 62px; }
  .button-outline { display: none; }
  .language-control { padding: 6px 7px; }
  .language-control select { width: 64px; font-size: .75rem; }
  .hero { min-height: auto; padding: 140px 22px 46px; }
  .hero::before { width: 300px; top: 210px; right: -170px; }
  .hero::after { font-size: 245px; top: 250px; right: -30px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero h1, .hero-lead { max-width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { position: relative !important; right: auto; top: auto; width: 100%; height: 265px; margin-top: 42px; opacity: 1; box-shadow: 10px 10px 0 rgba(201,154,54,.14); }
  .hero-visual figcaption { right: 18px; bottom: 15px; left: 18px; font-size: .58rem; }
  .trust-row { margin-top: 65px; grid-template-columns: 1fr; gap: 15px; }
  .trust-row div, .trust-row div + div { border: 0; padding: 0; }
  .services-section { padding: 76px 20px 90px; }
  .about-panel { margin-bottom: 82px; padding: 36px 24px; box-shadow: 9px 9px 0 var(--gold-pale); }
  .about-points { grid-template-columns: 1fr; }
  .about-points article { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .about-points article:last-child { border-bottom: 0; }
  .about-points h3 { margin-top: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2n) { border-right: 0; min-height: 150px; }
  .service-card .number { margin-bottom: 25px; }
  .service-detail { padding: 32px 27px; }
  .guide-panel { padding: 84px 20px; }
  .guide-card { padding: 30px 20px; min-height: 420px; }
  .guide-options { grid-template-columns: 1fr; }
  .pricing-contact { grid-template-columns: 1fr; padding: 82px 20px 0; }
  .pricing-heading { grid-column: auto; }
  .hourly-prices { min-height: 260px; }
  .price-list-panel { margin-top: 38px; padding: 30px 20px; }
  .price-list-header { align-items: flex-start; flex-direction: column; gap: 14px; }
  .price-list-labels { display: none; }
  .price-list-row { grid-template-columns: 1fr auto; gap: 5px 18px; padding: 19px 0; }
  .price-list-row strong { grid-column: 1 / -1; }
  .price-list-row > span:last-child { text-align: right; }
  .full-price-catalog-heading { align-items: flex-start; flex-direction: column; }
  .full-price-catalog { grid-template-columns: 1fr; }
  .full-price-catalog-heading .button { width: 100%; justify-content: center; }
  .catalog-group { padding: 20px 17px; }
  .catalog-item { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
  .sponsor-meeting-buttons .button-outline { display: inline-flex; }
  .sponsor-banner { grid-template-columns: auto 1fr; padding: 30px 24px; }
  .sponsor-banner .button { grid-column: 1 / -1; justify-self: start; }
  .contact-area { grid-template-columns: 1fr; margin-top: 38px; padding-top: 42px; }
  .contact-intro { grid-column: auto; }
  .contact-card { min-height: 180px; }
  .contact-strip { grid-column: auto; margin: 38px -20px 0; padding: 30px 20px; align-items: flex-start; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; gap: 14px; padding: 42px 20px; }
  .footer-note { margin-left: 0; }
  .toast { right: 16px; left: 16px; bottom: 16px; }
  .sponsor-dialog { width: calc(100vw - 24px); max-height: calc(100vh - 24px); }
  .sponsor-dialog-inner { padding: 34px 20px 28px; }
  .sponsor-dialog h2 { margin-right: 36px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .dialog-cancel { align-self: center; }
}

html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] .price strong { font-family: Tahoma, Arial, sans-serif; }
html[dir="rtl"] .eyebrow span { order: 2; }
html[dir="rtl"] .hero-visual { right: auto; left: clamp(28px, 6vw, 92px); }
html[dir="rtl"] .about-points article { border-right: 0; border-left: 1px solid rgba(255,255,255,.1); }
html[dir="rtl"] .about-points article:last-child { border-left: 0; }
html[dir="rtl"] .service-card,
html[dir="rtl"] .contact-card { text-align: right; align-items: flex-start; }
html[dir="rtl"] .service-card .arrow { right: auto; left: 24px; transform: scaleX(-1); }
html[dir="rtl"] .service-card p { margin-right: 0; margin-left: 36px; }
html[dir="rtl"] .detail-number { right: auto; left: 30px; }
html[dir="rtl"] .guide-option { text-align: right; }
html[dir="rtl"] .guide-option::after { content: "←"; margin-left: 0; margin-right: auto; padding-left: 0; padding-right: 10px; }
html[dir="rtl"] .service-detail li { padding-left: 0; padding-right: 18px; }
html[dir="rtl"] .service-detail li::before { left: auto; right: 0; }
html[dir="rtl"] .contact-intro { padding-right: 0; padding-left: 32px; }
html[dir="rtl"] .sponsor-banner::after { right: auto; left: 18%; }
html[dir="rtl"] .price-list-row > span:last-child { text-align: left; }
html[dir="rtl"] .price-list-row small { margin-left: 0; margin-right: 7px; }
html[dir="rtl"] .footer-note { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .dialog-close { right: auto; left: 18px; }
html[dir="rtl"] .sponsor-dialog h2 { margin-right: 0; margin-left: 45px; }

@media (max-width: 680px) {
  html[dir="rtl"] .hero-visual { right: auto; left: auto; }
  html[dir="rtl"] .about-points article { border-left: 0; }
}

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