:root { --navy: #0A1F4D;
--navy-deep: #061434;
--navy-mid: #14306B;
--blue-accent: #1B4FD8;
--blue-soft: #9FC2F0;
--gold: #E0B65C;
--gold-hover: #EFC85F;
--gold-text: #8F6A1F;
--gold-tint: #FAF3E4;
--paper: #FBF9F4;
--line: #E4DCC9; --font-head: "Cormorant Garamond", Georgia, "Times New Roman", serif;
--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; --blue: var(--navy);
--blue-dark: var(--navy-deep);
--blue-light: #5A6B85;
--beige: var(--line);
--beige-light: var(--paper);
--cream: #F6F3ED;
--brown: var(--gold-text);
--gold-soft: var(--gold-tint);
--gold-deep: var(--gold-text);
--text: #1A2434;
--muted: #5A6B85;
--white: #fff;
--shadow: 0 18px 45px rgba(10,31,77,.09);
--shadow-soft: 0 6px 20px rgba(10,31,77,.06);
--radius: 4px;
--radius-lg: 8px;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
margin: 0 !important;
padding: 0 !important;
scroll-behavior: smooth;
}
body {
margin: 0 !important;
padding: 0 !important;
width: 100%;
max-width: none !important;
color: var(--text);
background: #fff;
font-family: var(--font-body);
line-height: 1.6;
overflow-x: hidden;
}
body,
body.wp-site-blocks {
min-width: 320px;
}
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font-family: inherit; }
section { scroll-margin-top: 90px; }
[id] { scroll-margin-top: 90px; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
} .wp-site-blocks,
.wp-site-blocks > *,
.is-layout-constrained,
.is-layout-flow,
.entry-content,
.wp-block-post-content,
.wp-block-group {
max-width: none !important;
}
.wp-site-blocks { padding: 0 !important; margin: 0 !important; }
.wp-site-blocks > * { margin-block-start: 0 !important; }
.container {
width: min(1200px, calc(100% - 50px));
margin-left: auto;
margin-right: auto;
} .irma-header {
width: 100%;
height: 86px;
background: rgba(255,255,255,.98);
border-bottom: 1px solid #eee;
position: sticky;
top: 0;
z-index: 1000;
}
.header-inner {
width: min(1200px, calc(100% - 50px));
height: 100%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.logo {
display: flex;
align-items: center;
gap: 10px;
color: var(--blue);
}
.logo-flower { width: 52px; height: 52px; position: relative; }
.petal {
position: absolute;
width: 5px;
height: 20px;
left: 24px;
top: 16px;
background: #d8b49a;
border-radius: 100%;
transform-origin: 3px 10px;
}
.petal:nth-child(1) { transform: rotate(0deg) translateY(-14px); }
.petal:nth-child(2) { transform: rotate(30deg) translateY(-14px); }
.petal:nth-child(3) { transform: rotate(60deg) translateY(-14px); }
.petal:nth-child(4) { transform: rotate(90deg) translateY(-14px); }
.petal:nth-child(5) { transform: rotate(120deg) translateY(-14px); }
.petal:nth-child(6) { transform: rotate(150deg) translateY(-14px); }
.petal:nth-child(7) { transform: rotate(180deg) translateY(-14px); }
.petal:nth-child(8) { transform: rotate(210deg) translateY(-14px); }
.petal:nth-child(9) { transform: rotate(240deg) translateY(-14px); }
.petal:nth-child(10) { transform: rotate(270deg) translateY(-14px); }
.petal:nth-child(11) { transform: rotate(300deg) translateY(-14px); }
.petal:nth-child(12) { transform: rotate(330deg) translateY(-14px); }
.logo-text {
font-family: var(--font-head);
font-size: 18px;
line-height: 1.05;
color: var(--blue);
}
.main-navigation {
display: flex;
align-items: center;
gap: 22px;
}
.main-navigation a { color: #666; font-size: 14px; transition: .2s; }
.main-navigation a:hover { color: var(--blue); }
.nav-book {
background: var(--blue);
color: white !important;
padding: 12px 18px;
border-radius: 5px;
}
.social-icon { color: #777; font-size: 15px; }
.menu-button {
display: none;
border: 0;
background: transparent;
color: var(--blue);
font-size: 28px;
cursor: pointer;
} .hero {
min-height: 720px;
position: relative;
overflow: hidden;
background: linear-gradient(90deg, rgba(242,228,217,.96), rgba(238,222,209,.80));
}
.hero > .container {
width: 100%;
max-width: none;
padding: 0;
}
.hero-content {
width: min(1200px, calc(100% - 50px));
min-height: 720px;
margin: auto;
display: flex;
align-items: center;
position: relative;
z-index: 10;
}
.hero-copy { max-width: 820px; }
.hero-eyebrow {
color: var(--blue-light);
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 18px;
}
.hero h1 {
font-family: var(--font-head);
color: var(--blue);
font-size: clamp(45px, 5vw, 68px);
line-height: 1.08;
font-weight: 600;
margin: 0 0 22px;
}
.hero p {
color: var(--blue);
font-size: 20px;
max-width: 680px;
margin: 0 0 20px;
}
.hero-intro {
font-size: 17px !important;
color: var(--blue-light) !important;
margin-bottom: 30px !important;
}
.hero-buttons {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 13px;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
border: 0;
border-radius: 5px;
padding: 13px 20px;
cursor: pointer;
font-size: 16px;
transition: .2s;
}
.btn:hover {
transform: translateY(-2px);
box-shadow: 0 7px 18px rgba(0,0,0,.10);
}
.btn-primary { background: var(--blue); color: white; }
.btn-secondary { background: #f7e6d9; color: var(--blue); } .hero-person {
position: absolute;
right: 7%;
bottom: -30px;
width: 350px;
height: 590px;
opacity: .65;
}
.person-hair {
position: absolute;
width: 225px; height: 300px;
background: #b5a399;
border-radius: 50% 50% 38% 40%;
left: 60px; top: 20px; z-index: 4;
}
.person-head {
position: absolute;
width: 175px; height: 205px;
background: #eac0a6;
border-radius: 48%;
left: 88px; top: 65px; z-index: 3;
}
.person-body {
position: absolute;
width: 285px; height: 390px;
left: 35px; top: 245px;
background: #f2f3f1;
border-radius: 90px 90px 10px 10px;
}
.person-arm {
position: absolute;
width: 70px; height: 260px;
background: #f1f2f0;
border-radius: 50px;
top: 285px; z-index: 5;
}
.person-arm.left { left: 55px; transform: rotate(-20deg); }
.person-arm.right { right: 55px; transform: rotate(20deg); }
.person-heart {
position: absolute;
left: 150px; top: 315px; z-index: 8;
color: #d66b78;
font-size: 38px;
} .section { padding: 100px 0; }
.section-title {
max-width: 700px;
margin: 0 auto 55px;
text-align: center;
}
.section-title h2 {
font-family: var(--font-head);
color: var(--navy);
font-size: 46px;
font-weight: 600;
letter-spacing: -.01em;
margin: 0 0 14px;
}
.section-title p { color: var(--muted); margin: 0; }
.section-label {
display: inline-block;
color: var(--brown);
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 12px;
} .about { background: white; }
.about-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.about-image {
min-height: 500px;
position: relative;
overflow: hidden;
border-radius: 5px;
background: linear-gradient(rgba(235,216,201,.72), rgba(235,216,201,.72)), #ddd1c7;
}
.about-image::before {
content: "";
position: absolute;
width: 155px; height: 155px;
left: 50%; top: 28%;
transform: translateX(-50%);
border-radius: 50%;
background: #b9a79d;
}
.about-image::after {
content: "";
position: absolute;
width: 290px; height: 330px;
left: 50%; bottom: -50px;
transform: translateX(-50%);
border-radius: 150px 150px 0 0;
background: #f0f1ef;
}
.about-image-placeholder {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding-bottom: 40px;
color: var(--blue);
font-family: var(--font-head);
}
.about-image-placeholder span { font-size: 26px; }
.about-image-placeholder small { font-size: 14px; opacity: .75; }
.about-text h2 {
font-family: var(--font-head);
color: var(--navy);
font-size: 46px;
font-weight: 600;
letter-spacing: -.01em;
margin: 0 0 20px;
}
.about-text p { color: #666; margin: 0 0 18px; }
.about-list { list-style: none; margin: 25px 0 0; padding: 0; }
.about-list li { color: var(--blue); margin-bottom: 12px; }
.about-list li::before {
content: "✓";
margin-right: 10px;
color: var(--brown);
font-weight: bold;
} .ii-head { max-width: 700px; margin: 0 auto 40px; text-align: center; }
.ii-eyebrow {
display: inline-block;
color: var(--brown);
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 12px;
}
.ii-head h2 {
font-family: var(--font-head);
color: var(--navy);
font-size: 46px;
font-weight: 600;
letter-spacing: -.01em;
margin: 0;
}
.ii-panel {
display: grid;
grid-template-columns: repeat(3, 1fr);
background: var(--blue);
border-radius: 6px;
padding: 55px 50px;
box-shadow: var(--shadow);
}
.ii-col {
display: flex;
flex-direction: column;
padding: 0 35px;
border-left: 1px solid rgba(255,255,255,.15);
}
.ii-col:first-child { padding-left: 0; border-left: 0; }
.ii-col:last-child { padding-right: 0; }
.ii-kicker {
display: flex;
align-items: center;
gap: 10px;
color: #b9c4e0;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 18px;
}
.ii-pill {
font-style: normal;
font-size: 12px;
letter-spacing: 1px;
color: var(--blue);
background: var(--beige);
padding: 3px 10px;
border-radius: 999px;
}
.ii-title {
font-family: var(--font-head);
color: white;
font-size: 25px;
font-weight: 600;
margin: 0 0 12px;
}
.ii-text { color: rgba(255,255,255,.75); line-height: 1.7; margin: 0; }
.ii-text strong { color: white; }
.ii-fine {
margin: auto 0 0;
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,.15);
color: rgba(255,255,255,.5);
font-size: 13px;
line-height: 1.5;
}
.ii-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: auto 0 0;
padding-top: 22px;
}
.ii-link {
display: inline-flex;
align-items: center;
padding: 11px 20px;
background: white;
color: var(--blue);
font-size: 15px;
border: 1px solid white;
border-radius: 5px;
transition: .2s;
}
.ii-link:hover { background: transparent; color: white; }
.ii-link--ghost {
background: transparent;
color: white;
border-color: rgba(255,255,255,.45);
}
.ii-link--ghost:hover {
background: white;
color: var(--blue);
border-color: white;
} .credentials { background: var(--blue); padding: 60px 0; }
.credentials-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 25px;
text-align: center;
}
.credential strong {
display: block;
font-family: var(--font-head);
font-size: 30px;
font-weight: 600;
color: white;
margin-bottom: 6px;
}
.credential span { color: rgba(255,255,255,.7); font-size: 14px; } .services { background: var(--cream); }
.service-grid {
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 25px;
}
.service-card {
display: flex;
flex-direction: column;
background: white;
padding: 35px;
border-radius: 5px;
box-shadow: var(--shadow);
transition: .25s;
}
.service-card:hover { transform: translateY(-7px); }
.service-icon { font-size: 36px; margin-bottom: 18px; }
.service-card h3 {
font-family: var(--font-head);
color: var(--blue);
font-size: 25px;
font-weight: 600;
margin: 0 0 12px;
}
.service-card p { color: #777; margin: 0 0 22px; }
.service-card .em-list { color: #777; margin-bottom: 10px; }
.price { color: var(--blue); font-weight: bold; font-size: 20px; }
.service-button { width: 100%; margin-top: 20px; }
.read-more { margin-top: auto; color: var(--blue); font-weight: bold; } .em-price-label {
display: block;
color: var(--brown);
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 10px;
}
.em-price {
font-family: var(--font-head);
color: var(--blue);
font-size: 38px;
margin: 0 0 14px !important;
} .gold-zone { background: var(--gold-soft); }
.gz-head { max-width: 700px; margin: 0 auto 45px; text-align: center; }
.gz-label {
display: block;
color: var(--gold-deep);
font-size: 13px;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 12px;
}
.gz-head h2 {
font-family: var(--font-head);
color: var(--navy);
font-size: 46px;
font-weight: 600;
letter-spacing: -.01em;
margin: 0;
}
.gz-card {
background: white;
border-radius: 6px;
padding: 45px;
margin-bottom: 20px;
}
.gz-card--lead { border-top: 3px solid var(--gold); }
.gz-card h3 {
font-family: var(--font-head);
color: var(--blue);
font-size: 26px;
font-weight: 600;
margin: 0 0 18px;
}
.gz-card p { color: var(--text); line-height: 1.8; margin: 0 0 16px; }
.gz-card p:last-child { margin-bottom: 0; }
.gz-meta { color: var(--muted) !important; font-size: 15px; }
.gz-pair {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}
.gz-pair .gz-card { margin-bottom: 0; }
.gz-check { list-style: none; margin: 0; padding: 0; }
.gz-check li {
position: relative;
padding-left: 36px;
margin-bottom: 14px;
color: var(--text);
line-height: 1.6;
}
.gz-check li::before {
content: "✓";
position: absolute;
left: 0; top: 0;
width: 24px; height: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--gold-soft);
color: var(--gold-deep);
font-size: 12px;
font-weight: bold;
}
.gz-list {
margin: 0 0 16px;
padding-left: 20px;
line-height: 1.9;
color: var(--text);
}
.gz-card--dark {
display: flex;
flex-direction: column;
background: var(--blue);
}
.gz-card--dark h3 { color: white; }
.gz-card--dark p,
.gz-card--dark .gz-list { color: rgba(255,255,255,.75); }
.gz-pill {
display: inline-block;
align-self: flex-start;
background: var(--gold);
color: var(--blue);
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
padding: 5px 14px;
border-radius: 999px;
margin-bottom: 18px;
}
.gz-btn {
display: inline-flex;
align-self: flex-start;
margin-top: auto;
padding: 13px 22px;
background: var(--gold);
color: var(--blue);
border-radius: 5px;
font-size: 16px;
transition: .2s;
}
.gz-btn:hover { background: white; transform: translateY(-2px); }
.gz-steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
margin: 30px 0;
}
.gz-step { border-top: 1px solid var(--beige); padding-top: 16px; }
.gz-step span {
display: block;
font-family: var(--font-head);
font-size: 30px;
color: var(--gold);
margin-bottom: 8px;
}
.gz-step p { font-size: 15px; margin: 0 !important; }
.gz-note {
padding-top: 22px;
border-top: 1px solid var(--beige);
color: var(--muted) !important;
font-size: 15px;
}
.gz-note strong { color: var(--blue); } .em-block-start { border-top: 1px solid #eee; }
.em-subtitle { max-width: 700px; margin: 45px auto 30px; text-align: center; }
.em-subtitle h3 {
font-family: var(--font-head);
color: var(--blue);
font-size: 30px;
font-weight: 600;
margin: 0;
}
.em-prose { max-width: 760px; margin: 0 auto; }
.em-prose p + p { margin-top: 16px; }
.em-note { margin-top: 35px; font-size: 15px; color: var(--muted); }
.em-list { margin: 15px 0 0; padding-left: 20px; line-height: 1.8; }
.em-list li + li { margin-top: 5px; } .suitable { background: var(--beige-light); }
.suitable-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.suitable-item {
display: flex;
align-items: flex-start;
gap: 14px;
background: white;
padding: 22px 25px;
border-radius: 5px;
}
.suitable-item span {
flex: none;
width: 28px; height: 28px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--beige);
color: var(--blue);
font-size: 14px;
font-weight: bold;
}
.suitable-item p { margin: 0; color: var(--text); } .faq { background: var(--cream); }
.em-faq { max-width: 760px; margin: auto; }
.em-faq-item {
background: white;
border-radius: 5px;
margin-bottom: 12px;
padding: 20px 25px;
}
.em-faq-item summary {
display: flex;
justify-content: space-between;
gap: 20px;
cursor: pointer;
list-style: none;
color: var(--blue);
font-weight: bold;
}
.em-faq-item summary::-webkit-details-marker { display: none; }
.em-faq-item summary::after { content: "+"; font-weight: normal; font-size: 22px; flex: none; }
.em-faq-item[open] summary::after { content: "–"; }
.em-faq-item summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.em-faq-answer { padding-top: 15px; color: #666; line-height: 1.75; } .blog { background: white; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.blog-card {
background: white;
border: 1px solid #eee;
border-radius: 5px;
overflow: hidden;
transition: .25s;
}
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-image {
height: 190px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg,#e8d4c3,#c7c2cf);
color: white;
font-family: var(--font-head);
font-size: 28px;
letter-spacing: 2px;
}
.blog-content { padding: 25px; }
.blog-date { color: var(--brown); font-size: 13px; }
.blog-card h3 {
font-family: var(--font-head);
color: var(--blue);
font-size: 23px;
font-weight: 600;
margin: 8px 0 12px;
}
.blog-card p { color: #777; margin: 0 0 18px; } .events { background: var(--cream); }
.event-cta { text-align: center; }
.event-list { max-width: 900px; margin: auto; }
.event {
display: grid;
grid-template-columns: 110px 1fr auto;
gap: 25px;
align-items: center;
background: white;
padding: 25px;
margin-bottom: 18px;
box-shadow: 0 5px 20px rgba(30,45,80,.06);
}
.event-date { text-align: center; color: var(--blue); }
.event-day {
display: block;
font-family: var(--font-head);
font-size: 35px;
}
.event-month { font-size: 13px; text-transform: uppercase; }
.event-info h3 {
font-family: var(--font-head);
color: var(--blue);
font-size: 23px;
font-weight: 600;
margin: 0;
}
.event-info p { color: #777; margin: 5px 0 0; }
.event-button { white-space: nowrap; } .testimonials { background: var(--blue); color: white; }
.testimonials .section-title h2 { color: white; }
.testimonials .section-title p { color: rgba(255,255,255,.7); }
.testimonials .section-label { color: var(--beige); }
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.quote { background: rgba(255,255,255,.08); padding: 30px; border-radius: 5px; }
.quote p {
font-family: var(--font-head);
font-size: 19px;
line-height: 1.6;
margin: 0 0 20px;
}
.quote span { color: #ddd; } .social { background: white; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.social-card {
display: block;
background: var(--cream);
padding: 30px;
border-radius: 5px;
transition: .25s;
}
.social-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.social-card h3 {
font-family: var(--font-head);
color: var(--blue);
font-size: 21px;
font-weight: 600;
margin: 0 0 10px;
}
.social-card p { color: #777; margin: 0; font-size: 15px; } .final-cta { background: var(--beige-light); }
.final-cta-content { max-width: 760px; margin: auto; text-align: center; }
.final-cta-content h2 {
font-family: var(--font-head);
color: var(--navy);
font-size: 46px;
font-weight: 600;
letter-spacing: -.01em;
margin: 0 0 18px;
}
.final-cta-content h3 {
font-family: var(--font-head);
color: var(--blue);
font-size: 22px;
font-weight: 600;
margin: 25px 0;
}
.final-cta-content p { color: #666; margin: 0; } .contact { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; }
.contact-info h2 {
font-family: var(--font-head);
color: var(--navy);
font-size: 46px;
font-weight: 600;
letter-spacing: -.01em;
margin: 0 0 20px;
}
.contact-info p { color: #777; margin: 0 0 25px; }
.contact-location {
background: var(--cream);
padding: 20px 25px;
border-radius: 5px;
margin-bottom: 25px;
}
.contact-location p { margin: 0 0 4px !important; }
.contact-details { list-style: none; padding: 0; margin: 0; }
.contact-details li { margin: 15px 0; }
.contact-details p { margin: 10px 0 !important; }
.contact-details strong { color: var(--blue); }
.contact-details a { color: var(--blue); }
.contact-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 28px;
}
.text-link {
color: var(--blue);
font-weight: bold;
border-bottom: 1px solid var(--beige);
padding-bottom: 2px;
}
.text-link:hover { border-color: var(--blue); }
.contact-form { background: var(--cream); padding: 35px; border-radius: 5px; }
.contact-form h2 {
font-family: var(--font-head);
color: var(--blue);
font-size: 32px;
margin: 0 0 25px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-group { margin-bottom: 17px; }
.form-group label {
display: block;
color: var(--blue);
margin-bottom: 6px;
font-size: 14px;
}
.form-group input,
.form-group textarea,
.form-group select {
width: 100%;
padding: 13px;
border: 1px solid #ddd;
border-radius: 4px;
background: white;
font-size: 15px;
outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--blue); }
.form-group textarea { min-height: 130px; resize: vertical; } .irma-footer {
background: var(--blue-dark);
color: white;
padding: 60px 0 25px;
width: 100%;
}
.footer-grid {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 50px;
margin-bottom: 45px;
}
.irma-footer h3 {
font-family: var(--font-head);
color: white;
font-size: 24px;
font-weight: 600;
margin: 0 0 15px;
}
.irma-footer p { color: rgba(255,255,255,.65); }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: rgba(255,255,255,.65); }
.copyright {
padding-top: 20px;
border-top: 1px solid rgba(255,255,255,.1);
color: rgba(255,255,255,.45);
font-size: 13px;
} .cookie {
position: fixed;
left: 0; right: 0; bottom: 0;
z-index: 2000;
background: white;
box-shadow: 0 -5px 20px rgba(0,0,0,.12);
padding: 13px 25px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 25px;
transition: .4s;
}
.cookie p { max-width: 900px; font-size: 13px; line-height: 1.45; margin: 0; }
.cookie-buttons { display: flex; gap: 10px; flex-shrink: 0; }
.cookie button { border: 0; padding: 10px 16px; cursor: pointer; }
.cookie-settings { background: #e8e8e8; color: #555; }
.cookie-accept { background: #61a62b; color: white; } .modal {
position: fixed;
inset: 0;
z-index: 3000;
display: none;
align-items: center;
justify-content: center;
background: rgba(20,30,55,.55);
padding: 20px;
}
.modal.active { display: flex; }
.modal-box {
position: relative;
width: min(600px,100%);
max-height: 90vh;
overflow-y: auto;
background: white;
border-radius: 6px;
padding: 35px;
}
.modal-box h2 {
font-family: var(--font-head);
color: var(--blue);
font-size: 35px;
font-weight: 600;
margin: 0 0 15px;
}
.modal-box p { color: #666; margin-bottom: 18px; }
.modal-close {
position: absolute;
right: 18px; top: 12px;
border: 0;
background: none;
color: #777;
font-size: 27px;
cursor: pointer;
} .toast {
position: fixed;
right: 25px; bottom: 25px;
z-index: 5000;
background: var(--blue);
color: white;
padding: 15px 22px;
border-radius: 5px;
box-shadow: var(--shadow);
transform: translateY(150px);
transition: .3s;
}
.toast.show { transform: translateY(0); } @media(max-width:900px) {
.container,
.header-inner,
.hero-content { width: calc(100% - 30px); }
.irma-header { height: 75px; }
.menu-button { display: block; }
.main-navigation {
display: none;
position: absolute;
top: 75px;
left: 0; right: 0;
background: white;
flex-direction: column;
align-items: stretch;
padding: 20px 25px;
box-shadow: 0 10px 20px rgba(0,0,0,.08);
}
.main-navigation.open { display: flex; }
.main-navigation a { padding: 8px 0; }
.hero { min-height: 650px; }
.hero-content { min-height: 650px; }
.hero-person { right: -100px; opacity: .25; }
.about-grid,
.contact-grid { grid-template-columns: 1fr; }
.service-grid,
.blog-grid,
.quote-grid { grid-template-columns: 1fr; }
.credentials-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
.suitable-grid,
.social-grid { grid-template-columns: 1fr; }
.ii-panel { grid-template-columns: 1fr; padding: 35px 30px; }
.ii-col {
padding: 30px 0;
border-left: 0;
border-top: 1px solid rgba(255,255,255,.15);
}
.ii-col:first-child { padding-top: 0; border-top: 0; }
.ii-col:last-child { padding-bottom: 0; }
.gz-pair,
.gz-steps { grid-template-columns: 1fr; }
.gz-card { padding: 30px 25px; }
.gz-steps { gap: 18px; }
.event { grid-template-columns: 80px 1fr; }
.event-button { grid-column: 2; justify-self: start; }
.footer-grid { grid-template-columns: 1fr; }
.cookie { flex-direction: column; align-items: stretch; padding: 15px; }
.cookie-buttons { justify-content: flex-end; }
}
@media(max-width:550px) {
.hero h1 { font-size: 39px; }
.hero p { font-size: 17px; }
.section { padding: 70px 0; }
.section-title h2,
.ii-head h2,
.gz-head h2,
.final-cta-content h2 { font-size: 34px; }
.em-subtitle h3 { font-size: 26px; }
.gz-card h3 { font-size: 22px; }
.credentials-grid { grid-template-columns: 1fr; }
.form-row { grid-template-columns: 1fr; }
.event { grid-template-columns: 1fr; text-align: center; }
.event-button { grid-column: auto; justify-self: center; }
.about-image { min-height: 350px; }
.cookie-buttons { width: 100%; }
.cookie-buttons button { flex: 1; }
} body {
background: var(--paper);
-webkit-font-smoothing: antialiased;
}
.section { padding: 120px 0; } .irma-header {
height: 92px;
background: rgba(251,249,244,.94);
backdrop-filter: saturate(180%) blur(12px);
border-bottom: 1px solid var(--line);
}
.logo { color: var(--navy); gap: 14px; }
.petal { background: var(--gold); }
.logo-text {
font-family: var(--font-head);
font-size: 21px;
font-weight: 600;
line-height: 1.05;
color: var(--navy);
}
.logo-text small {
display: block;
margin-top: 3px;
font-family: var(--font-body);
font-size: 10px;
font-weight: 500;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--gold-text);
}
.main-navigation a {
color: #55627A;
font-size: 14px;
letter-spacing: .01em;
position: relative;
}
.main-navigation a:hover { color: var(--navy); }
.nav-book {
background: var(--gold);
color: #3A2A05 !important;
font-weight: 500;
padding: 12px 22px;
border-radius: var(--radius);
letter-spacing: .02em;
}
.nav-book:hover { background: var(--gold-hover); color: #3A2A05 !important; }
.social-icon { color: var(--gold-text); }
.menu-button { color: var(--navy); } .hero {
min-height: 760px;
background:
radial-gradient(120% 90% at 78% 12%, rgba(27,79,216,.32), transparent 62%),
linear-gradient(160deg, #0D2559 0%, var(--navy) 46%, var(--navy-deep) 100%);
}
.hero::after {
content: "";
position: absolute;
right: -180px;
bottom: -220px;
width: 620px;
height: 620px;
border-radius: 50%;
border: 1px solid rgba(224,182,92,.28);
}
.hero-content { min-height: 760px; }
.hero-eyebrow {
color: var(--gold);
font-size: 12px;
letter-spacing: .22em;
margin-bottom: 26px;
}
.hero-eyebrow::after {
content: "";
display: block;
width: 54px;
height: 1px;
margin-top: 18px;
background: var(--gold);
opacity: .7;
}
.hero h1 {
color: #fff;
font-size: clamp(48px, 5.4vw, 76px);
font-weight: 600;
line-height: 1.06;
letter-spacing: -.015em;
margin-bottom: 26px;
}
.hero p { color: var(--blue-soft); }
.hero p strong { color: #fff; }
.hero-intro {
color: rgba(159,194,240,.82) !important;
margin-bottom: 38px !important;
}
.hero-buttons { gap: 16px; } .btn {
border-radius: var(--radius);
padding: 15px 30px;
font-size: 15px;
font-weight: 500;
letter-spacing: .02em;
transition: background .2s, transform .2s, box-shadow .2s, color .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(10,31,77,.16); }
.btn-primary { background: var(--gold); color: #3A2A05; }
.btn-primary:hover { background: var(--gold-hover); }
.btn-secondary {
background: transparent;
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
}
.btn-secondary:hover {
background: rgba(255,255,255,.08);
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
} .section .btn-secondary,
.contact .btn-secondary,
.events .btn-secondary,
.final-cta .btn-secondary {
color: var(--navy);
box-shadow: inset 0 0 0 1px var(--line);
}
.section .btn-secondary:hover,
.contact .btn-secondary:hover,
.events .btn-secondary:hover,
.final-cta .btn-secondary:hover {
background: var(--gold-tint);
color: var(--navy);
box-shadow: inset 0 0 0 1px var(--gold);
}
.testimonials .btn-secondary,
.credentials .btn-secondary,
.gz-card--dark .btn-secondary {
color: #fff;
box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
} .section-title { margin-bottom: 64px; }
.section-label,
.ii-eyebrow,
.gz-label,
.em-price-label {
color: var(--gold-text);
font-size: 11px;
font-weight: 500;
letter-spacing: .22em;
margin-bottom: 16px;
}
.section-title p { font-size: 17px; line-height: 1.7; } .service-card,
.blog-card,
.social-card,
.suitable-item,
.gz-card,
.em-faq-item,
.event,
.contact-form,
.contact-location {
border-radius: var(--radius-lg);
}
.service-card {
padding: 40px 36px;
border: 1px solid var(--line);
box-shadow: var(--shadow-soft);
position: relative;
overflow: hidden;
}
.service-card::before {
content: "";
position: absolute;
left: 0; right: 0; top: 0;
height: 2px;
background: var(--gold);
transform: scaleX(0);
transform-origin: left;
transition: transform .3s;
}
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover {
transform: translateY(-6px);
box-shadow: var(--shadow);
border-color: rgba(224,182,92,.55);
}
.service-icon { font-size: 30px; margin-bottom: 22px; }
.service-card h3,
.blog-card h3,
.social-card h3,
.gz-card h3 { color: var(--navy); letter-spacing: -.005em; }
.price { color: var(--gold-text); font-weight: 600; }
.read-more { color: var(--navy); font-weight: 500; }
.read-more:hover { color: var(--gold-text); } .ii-panel {
background: linear-gradient(150deg, var(--navy-mid), var(--navy) 55%, var(--navy-deep));
border-radius: var(--radius-lg);
padding: 64px 56px;
}
.ii-kicker { color: var(--blue-soft); letter-spacing: .2em; font-weight: 500; }
.ii-pill {
background: var(--gold);
color: #3A2A05;
font-weight: 500;
}
.ii-title { font-size: 27px; }
.ii-link {
background: var(--gold);
border-color: var(--gold);
color: #3A2A05;
border-radius: var(--radius);
font-weight: 500;
}
.ii-link:hover { background: var(--gold-hover); border-color: var(--gold-hover); color: #3A2A05; }
.ii-link--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.ii-link--ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.credentials {
background: linear-gradient(120deg, var(--navy), var(--navy-deep));
padding: 76px 0;
}
.credential strong { color: var(--gold); font-size: 34px; }
.credential span { color: rgba(255,255,255,.68); letter-spacing: .01em; }
.testimonials { background: linear-gradient(155deg, var(--navy), var(--navy-deep)); }
.testimonials .section-label { color: var(--gold); }
.quote {
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.1);
border-radius: var(--radius-lg);
padding: 36px;
}
.quote::before {
content: "\201C";
display: block;
font-family: var(--font-head);
font-size: 56px;
line-height: .6;
color: var(--gold);
margin-bottom: 14px;
}
.quote p { font-size: 20px; line-height: 1.65; }
.quote span { color: var(--blue-soft); font-size: 14px; letter-spacing: .04em; } .gold-zone { background: var(--gold-tint); }
.gz-card { border: 1px solid rgba(224,182,92,.35); padding: 48px; }
.gz-card--lead { border-top: 3px solid var(--gold); }
.gz-check li::before { background: var(--gold); color: #3A2A05; }
.gz-card--dark {
background: linear-gradient(150deg, var(--navy-mid), var(--navy-deep));
border-color: transparent;
}
.gz-pill { background: var(--gold); color: #3A2A05; font-weight: 500; }
.gz-btn {
background: var(--gold);
color: #3A2A05;
border-radius: var(--radius);
font-weight: 500;
}
.gz-btn:hover { background: var(--gold-hover); transform: translateY(-2px); }
.gz-step span { color: var(--gold-text); }
.gz-step { border-top: 1px solid var(--line); } .faq { background: var(--paper); }
.services { background: var(--paper); }
.events { background: var(--paper); }
.suitable { background: #fff; }
.suitable-item { border: 1px solid var(--line); }
.suitable-item span { background: var(--gold-tint); color: var(--gold-text); }
.em-faq-item { border: 1px solid var(--line); padding: 24px 28px; }
.em-faq-item summary { color: var(--navy); font-weight: 500; font-size: 17px; }
.em-faq-item summary::after { color: var(--gold-text); }
.event { border: 1px solid var(--line); box-shadow: none; padding: 28px; }
.event-day { color: var(--navy); }
.event-month { color: var(--gold-text); letter-spacing: .16em; } .final-cta { background: #fff; border-top: 1px solid var(--line); }
.final-cta-content h2 { font-size: 46px; }
.contact { background: var(--paper); }
.contact-form {
background: #fff;
border: 1px solid var(--line);
padding: 44px;
box-shadow: var(--shadow-soft);
}
.contact-location { background: var(--gold-tint); border: 1px solid rgba(224,182,92,.35); }
.form-group input,
.form-group textarea,
.form-group select {
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 14px 15px;
transition: border-color .2s, box-shadow .2s;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
border-color: var(--gold);
box-shadow: 0 0 0 3px rgba(224,182,92,.2);
}
.text-link { color: var(--navy); border-bottom-color: var(--gold); }
.text-link:hover { color: var(--gold-text); border-color: var(--gold-text); } .irma-footer {
background: var(--navy-deep);
padding: 84px 0 28px;
border-top: 3px solid var(--gold);
}
.irma-footer h3 { font-size: 22px; }
.irma-footer h3:first-child { color: #fff; }
.footer-links a:hover { color: var(--gold); }
.copyright { color: rgba(255,255,255,.4); } .cookie { background: #fff; border-top: 1px solid var(--line); }
.cookie-accept { background: var(--gold); color: #3A2A05; font-weight: 500; border-radius: var(--radius); }
.cookie-accept:hover { background: var(--gold-hover); }
.cookie-settings { background: var(--paper); color: var(--navy); border-radius: var(--radius); border: 1px solid var(--line); }
.modal { background: rgba(6,20,52,.62); }
.modal-box { border-radius: var(--radius-lg); }
.toast { background: var(--navy); border-radius: var(--radius); } a:focus-visible,
button:focus-visible,
summary:focus-visible {
outline: 2px solid var(--gold);
outline-offset: 3px;
} @media(max-width:900px) {
.irma-header { height: 78px; }
.main-navigation { top: 78px; background: var(--paper); }
.hero,
.hero-content { min-height: 620px; }
.hero::after { display: none; }
.section { padding: 88px 0; }
.ii-panel { padding: 40px 32px; }
.service-card { padding: 32px 28px; }
.gz-card { padding: 32px 26px; }
.contact-form { padding: 32px 26px; }
}
@media(max-width:550px) {
.hero h1 { font-size: 42px; }
.section { padding: 68px 0; }
.section-title h2,
.ii-head h2,
.gz-head h2,
.final-cta-content h2 { font-size: 35px; }
} .about-image {
min-height: 0;
background: none;
border-radius: 0;
overflow: visible;
position: relative;
isolation: isolate;
}
.about-image::before,
.about-image::after { content: none; }
.about-image img {
display: block;
width: 100%;
height: 620px;
object-fit: cover;
object-position: 50% 24%;
border-radius: var(--radius-lg);
box-shadow: var(--shadow);
}
.about-image .about-image-caption {
position: absolute;
left: 28px;
bottom: 28px;
z-index: 2;
display: block;
padding: 16px 24px;
background: rgba(6,20,52,.82);
backdrop-filter: blur(6px);
border-left: 2px solid var(--gold);
border-radius: 0 var(--radius) var(--radius) 0;
font-family: var(--font-head);
font-size: 24px;
font-weight: 600;
line-height: 1.15;
color: #fff;
}
.about-image .about-image-caption small {
display: block;
margin-top: 5px;
font-family: var(--font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: .2em;
text-transform: uppercase;
color: var(--gold);
}
.about-image-frame {
position: absolute;
inset: 22px -22px -22px 22px;
z-index: -1;
border: 1px solid var(--gold);
border-radius: var(--radius-lg);
pointer-events: none;
}
@media(max-width:900px) {
.about-image img { height: 460px; }
.about-image .about-image-caption {
left: 20px;
bottom: 20px;
font-size: 21px;
padding: 13px 20px;
}
.about-image-frame { display: none; }
}
@media(max-width:550px) {
.about-image img { height: 360px; }
} .gz-card--dark h3 { color: #fff; }
.gz-card--dark p,
.gz-card--dark .gz-list,
.gz-card--dark li { color: rgba(255,255,255,.88); }
.gz-card--dark .gz-list li::marker { color: var(--gold); }
.gz-card--dark strong { color: #fff; } html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body { overflow-x: clip; } .contact-details a,
.contact-details p,
.ii-text,
.footer-links a,
.irma-footer p { overflow-wrap: break-word; }
@media(max-width:900px) {
section,
[id] { scroll-margin-top: 86px; } .main-navigation {
max-height: calc(100vh - 78px);
max-height: calc(100dvh - 78px);
overflow-y: auto;
gap: 0;
padding: 12px 22px 22px;
border-top: 1px solid var(--line);
box-shadow: 0 16px 30px rgba(10,31,77,.12);
}
.main-navigation a {
padding: 14px 0;
font-size: 16px;
border-bottom: 1px solid var(--line);
}
.main-navigation .nav-book {
margin-top: 16px;
padding: 15px 20px;
text-align: center;
border-bottom: 0;
}
.main-navigation .social-icon {
display: inline-block;
margin-top: 16px;
margin-right: 18px;
font-size: 18px;
}
.menu-button {
width: 44px;
height: 44px;
line-height: 1;
} .hero-copy { max-width: 100%; }
.hero h1 { font-size: clamp(34px, 8vw, 52px); }
.hero p { font-size: 17px; }
.hero-buttons { gap: 12px; }
.hero-buttons .btn { flex: 1 1 100%; } .section-title { margin-bottom: 44px; }
.em-prose,
.section-title p { font-size: 16px; } .gz-card--dark .gz-btn,
.service-card .btn,
.event-button { width: 100%; text-align: center; }
.credentials { padding: 56px 0; }
.quote { padding: 28px 24px; } .cookie { padding: 16px 18px 18px; }
.cookie p { font-size: 12.5px; }
}
@media(max-width:550px) {
.container,
.header-inner,
.hero-content { width: calc(100% - 24px); }
.irma-header { height: 68px; }
.main-navigation { top: 68px; max-height: calc(100dvh - 68px); }
section,
[id] { scroll-margin-top: 76px; }
.logo-text { font-size: 18px; }
.logo-text small { font-size: 9px; letter-spacing: .18em; }
.logo-flower { width: 42px; height: 42px; }
.hero,
.hero-content { min-height: 540px; }
.btn { padding: 15px 22px; width: 100%; }
.hero-eyebrow { font-size: 11px; letter-spacing: .16em; }
.ii-panel { padding: 32px 22px; }
.ii-title { font-size: 23px; }
.service-card { padding: 28px 22px; }
.gz-card { padding: 28px 22px; }
.contact-form { padding: 26px 20px; }
.em-faq-item { padding: 20px 22px; }
.credential strong { font-size: 28px; }
.quote p { font-size: 18px; }
.irma-footer { padding: 56px 0 24px; }
.footer-grid { gap: 34px; margin-bottom: 34px; }
} .credentials-grid { grid-template-columns: repeat(4, 1fr); align-items: start; }
.credential span { display: block; line-height: 1.55; }
@media(max-width:900px) {
.credentials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media(max-width:550px) {
.credentials-grid { grid-template-columns: 1fr; }
} .page-hero {
background:
radial-gradient(110% 90% at 80% 6%, rgba(27,79,216,.30), transparent 62%),
linear-gradient(160deg, #0D2559 0%, var(--navy) 48%, var(--navy-deep) 100%);
color: #fff;
padding: 168px 0 78px;
position: relative;
overflow: hidden;
border-bottom: 3px solid var(--gold);
}
.page-hero::after {
content: "";
position: absolute;
right: -160px;
bottom: -240px;
width: 520px;
height: 520px;
border-radius: 50%;
border: 1px solid rgba(224,182,92,.26);
pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero-eyebrow {
display: block;
font-family: var(--font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 18px;
}
.page-hero-eyebrow::after {
content: "";
display: block;
width: 54px;
height: 1px;
margin-top: 16px;
background: var(--gold);
opacity: .7;
}
.page-hero h1 {
font-family: var(--font-head);
font-size: clamp(40px, 5vw, 66px);
font-weight: 600;
line-height: 1.06;
letter-spacing: -.015em;
color: #fff;
margin: 0;
}
.page-hero p {
margin: 20px 0 0;
max-width: 56ch;
font-size: 17px;
line-height: 1.75;
color: var(--blue-soft);
} .page-content {
max-width: 72ch;
font-size: 17px;
line-height: 1.8;
color: var(--text);
}
.page-content > * + * { margin-top: 22px; }
.page-content h2 {
font-family: var(--font-head);
font-size: 34px;
font-weight: 600;
color: var(--navy);
margin-top: 48px;
}
.page-content h3 {
font-family: var(--font-head);
font-size: 25px;
font-weight: 600;
color: var(--navy);
margin-top: 36px;
}
.page-content a {
color: var(--navy);
border-bottom: 1px solid var(--gold);
}
.page-content a:hover { color: var(--gold-text); border-color: var(--gold-text); }
.page-content ul,
.page-content ol { padding-left: 22px; }
.page-content li { margin-bottom: 10px; }
.page-content blockquote {
margin: 32px 0;
padding: 22px 26px;
background: var(--gold-tint);
border-left: 2px solid var(--gold);
font-family: var(--font-head);
font-size: 21px;
line-height: 1.55;
color: var(--navy);
}
.page-content img { border-radius: var(--radius-lg); }
.page-extra { background: #fff; border-top: 1px solid var(--line); } .final-cta-content .btn + .btn { margin-left: 14px; }
@media(max-width:900px) {
.page-hero { padding: 130px 0 62px; }
.page-hero::after { display: none; }
}
@media(max-width:550px) {
.page-hero { padding: 108px 0 52px; }
.final-cta-content .btn + .btn { margin-left: 0; margin-top: 12px; }
} .gz-card--method {
background: #fff;
border: 1px solid rgba(224,182,92,.45);
border-top: 3px solid var(--gold);
padding: clamp(34px, 4vw, 58px);
position: relative;
overflow: hidden;
}
.gz-card--method::after {
content: "";
position: absolute;
right: -130px;
top: -150px;
width: 380px;
height: 380px;
border-radius: 50%;
border: 1px solid rgba(224,182,92,.3);
pointer-events: none;
}
.gz-card--method h3 {
font-family: var(--font-head);
font-size: clamp(28px, 3.1vw, 40px);
font-weight: 600;
line-height: 1.14;
letter-spacing: -.012em;
color: var(--navy);
margin: 0 0 38px;
max-width: 22ch;
position: relative;
z-index: 2;
}
.method-grid {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
gap: clamp(30px, 4vw, 64px);
align-items: start;
position: relative;
z-index: 2;
}
.method-prose p {
margin: 0 0 20px;
font-size: 16.5px;
line-height: 1.8;
color: var(--text);
}
.method-prose p:last-child { margin-bottom: 0; }
.method-lead {
font-size: 18px !important;
line-height: 1.75 !important;
color: var(--navy) !important;
}
.method-prose strong { color: var(--navy); font-weight: 600; }
.method-quote {
margin-top: 28px !important;
padding: 22px 26px;
background: var(--gold-tint);
border-left: 2px solid var(--gold);
border-radius: 0 var(--radius) var(--radius) 0;
font-family: var(--font-head);
font-size: 20px !important;
line-height: 1.55 !important;
color: var(--navy) !important;
} .method-panel {
background: linear-gradient(155deg, var(--navy-mid), var(--navy-deep));
border-radius: var(--radius-lg);
padding: 34px 30px;
}
.method-panel-title {
margin: 0 0 22px;
font-family: var(--font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--gold);
}
.method-panel-title::after {
content: "";
display: block;
width: 42px;
height: 1px;
margin-top: 14px;
background: var(--gold);
opacity: .6;
}
.method-benefits {
list-style: none;
margin: 0;
padding: 0;
}
.method-benefits li {
position: relative;
padding: 15px 0 15px 30px;
border-bottom: 1px solid rgba(255,255,255,.12);
font-size: 16px;
line-height: 1.55;
color: rgba(255,255,255,.9);
}
.method-benefits li:last-child { border-bottom: 0; padding-bottom: 0; }
.method-benefits li::before {
content: "";
position: absolute;
left: 0;
top: 23px;
width: 14px;
height: 1px;
background: var(--gold);
}
@media(max-width:900px) {
.method-grid { grid-template-columns: 1fr; }
.gz-card--method::after { display: none; }
.gz-card--method h3 { margin-bottom: 28px; }
}
@media(max-width:550px) {
.gz-card--method { padding: 28px 22px; }
.gz-card--method h3 { font-size: 26px; }
.gz-card--method h3 br { display: none; }
.method-quote { padding: 18px 20px; font-size: 18px !important; }
.method-panel { padding: 26px 22px; }
} .gz-card--method h3 {
max-width: none;
white-space: nowrap;
font-size: clamp(20px, 2.55vw, 38px);
}
@media(max-width:1100px) {
.gz-card--method h3 { white-space: normal; font-size: clamp(26px, 3.4vw, 34px); }
}
@media(max-width:550px) {
.gz-card--method h3 { font-size: 25px; }
} .method-panel .method-panel-title {
color: #F0D9A4;
margin: 0 0 22px;
line-height: 1.4;
}
.method-panel .method-benefits li { color: rgba(255,255,255,.92); } .gz-card--session {
background: #fff;
border: 1px solid rgba(224,182,92,.45);
border-top: 3px solid var(--gold);
padding: clamp(34px, 4vw, 58px);
}
.gz-card--session h3 {
font-family: var(--font-head);
font-size: clamp(28px, 3.6vw, 46px);
font-weight: 600;
line-height: 1.1;
letter-spacing: -.015em;
color: var(--navy);
margin: 0 0 24px;
max-width: 24ch;
}
.gz-card--session .session-lead {
font-size: 18px;
line-height: 1.75;
color: var(--text);
max-width: 62ch;
margin: 0 0 46px;
} .session-flow {
list-style: none;
margin: 0 0 40px;
padding: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
counter-reset: none;
}
.session-step {
position: relative;
padding: 30px 30px 30px 0;
border-top: 1px solid var(--line);
}
.session-step + .session-step { padding-left: 34px; }
.session-step + .session-step::before {
content: "";
position: absolute;
left: 0;
top: 30px;
bottom: 30px;
width: 1px;
background: var(--line);
}
.session-num {
display: block;
font-family: var(--font-head);
font-size: 42px;
font-weight: 600;
line-height: 1;
color: var(--gold);
margin-bottom: 16px;
}
.session-body {
display: block;
font-size: 15.5px;
line-height: 1.65;
color: var(--muted);
max-width: 30ch;
}
.session-body strong {
display: block;
margin-bottom: 7px;
font-family: var(--font-body);
font-size: 12px;
font-weight: 600;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--navy);
} .gz-card--session .session-note {
margin: 0;
padding: 26px 30px;
background: var(--gold-tint);
border-left: 2px solid var(--gold);
border-radius: 0 var(--radius) var(--radius) 0;
font-size: 15.5px;
line-height: 1.75;
color: var(--text);
}
.gz-card--session .session-note strong { color: var(--navy); font-weight: 600; }
@media(max-width:900px) {
.session-flow { grid-template-columns: 1fr; margin-bottom: 32px; }
.session-step,
.session-step + .session-step {
padding: 22px 0;
display: grid;
grid-template-columns: 62px 1fr;
gap: 4px;
align-items: start;
}
.session-step + .session-step::before { display: none; }
.session-num { font-size: 32px; margin-bottom: 0; }
.session-body { max-width: none; }
}
@media(max-width:550px) {
.gz-card--session { padding: 28px 22px; }
.gz-card--session h3 { font-size: 27px; }
.gz-card--session .session-lead { font-size: 16.5px; margin-bottom: 30px; }
.gz-card--session .session-note { padding: 20px 22px; font-size: 15px; }
} .gz-card--session h3 {
max-width: none;
white-space: nowrap;
font-size: clamp(20px, 2.75vw, 42px);
}
@media(max-width:1100px) {
.gz-card--session h3 { white-space: normal; font-size: clamp(26px, 3.6vw, 34px); }
}
@media(max-width:550px) {
.gz-card--session h3 { font-size: 26px; }
} .suitable .section-title h2 {
white-space: nowrap;
font-size: clamp(20px, 2.8vw, 46px);
}
@media(max-width:1100px) {
.suitable .section-title h2 { white-space: normal; font-size: clamp(28px, 3.8vw, 36px); }
}
@media(max-width:550px) {
.suitable .section-title h2 { font-size: 27px; }
} .em-scope {
position: relative;
border-left: 3px solid var(--gold);
}
.em-scope__flag {
margin: 0;
padding: 18px 24px;
background: var(--gold-tint);
border-bottom: 1px solid var(--line);
font-family: var(--font-body);
font-size: 14px;
font-weight: 500;
letter-spacing: .06em;
color: var(--gold-text);
text-align: center;
}
.em-scope__flag-num {
display: inline-block;
margin-right: 12px;
padding: 4px 10px;
background: var(--gold);
border-radius: var(--radius);
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
color: #3A2A05;
}
.em-scope .section-label { color: var(--gold-text); }
.anchor-alias {
display: block;
height: 0;
overflow: hidden;
}
@media (max-width: 768px) {
.em-scope { border-left-width: 2px; }
.em-scope__flag { padding: 16px 18px; font-size: 13px; }
.em-scope__flag-num { display: block; margin: 0 auto 8px; width: -moz-fit-content; width: fit-content; }
} #massaazid .section-title h2 {
white-space: nowrap;
font-size: clamp(18px, 2.55vw, 46px);
}
@media(max-width:1100px) {
#massaazid .section-title h2 { white-space: normal; font-size: clamp(28px, 3.8vw, 36px); }
}
@media(max-width:550px) {
#massaazid .section-title h2 { font-size: 26px; }
} #energiameditsiin-millal .section-title h2 {
white-space: nowrap;
font-size: clamp(18px, 2.6vw, 46px);
}
@media(max-width:1100px) {
#energiameditsiin-millal .section-title h2 { white-space: normal; font-size: clamp(28px, 3.8vw, 36px); }
}
@media(max-width:550px) {
#energiameditsiin-millal .section-title h2 { font-size: 26px; }
} #energiameditsiin-millal .section-title,
#massaazid .section-title {
max-width: none;
}
#energiameditsiin-millal .section-title h2,
#massaazid .section-title h2 {
text-align: center;
margin-left: auto;
margin-right: auto;
}
#energiameditsiin-millal .section-title p,
#massaazid .section-title p {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
@media(max-width:1100px) {
#energiameditsiin-millal .section-title,
#massaazid .section-title { max-width: 700px; }
} #energiameditsiin-kkk .section-title { max-width: none; }
#energiameditsiin-kkk .section-title h2 {
white-space: nowrap;
font-size: clamp(18px, 3.4vw, 46px);
text-align: center;
margin-left: auto;
margin-right: auto;
}
@media(max-width:1100px) {
#energiameditsiin-kkk .section-title { max-width: 700px; }
#energiameditsiin-kkk .section-title h2 { white-space: normal; font-size: clamp(28px, 3.8vw, 36px); }
}
@media(max-width:550px) {
#energiameditsiin-kkk .section-title h2 { font-size: 26px; }
} #sundmused .section-title { max-width: none; }
#sundmused .section-title h2 {
white-space: nowrap;
font-size: clamp(18px, 4vw, 46px);
text-align: center;
margin-left: auto;
margin-right: auto;
}
#sundmused .section-title p {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
@media(max-width:1100px) {
#sundmused .section-title { max-width: 700px; }
#sundmused .section-title h2 { white-space: normal; font-size: clamp(28px, 3.8vw, 36px); }
}
@media(max-width:550px) {
#sundmused .section-title h2 { font-size: 26px; }
} .broneeri-vorm { margin-top: 8px; }
.vorm-rida { margin: 0 0 18px; }
.vorm-rida label {
display: block;
margin-bottom: 7px;
font-family: var(--font-body);
font-size: 14px;
font-weight: 500;
color: var(--navy);
}
.vorm-rida label span { color: var(--gold-text); }
.vorm-rida input,
.vorm-rida select,
.vorm-rida textarea {
width: 100%;
padding: 13px 15px;
background: #fff;
border: 1px solid var(--line);
border-radius: var(--radius);
font-family: var(--font-body);
font-size: 16px;
color: var(--text);
}
.vorm-rida textarea { resize: vertical; min-height: 130px; }
.vorm-rida input:focus,
.vorm-rida select:focus,
.vorm-rida textarea:focus {
outline: 2px solid var(--blue-accent);
outline-offset: 1px;
border-color: transparent;
}
.vorm-nous {
margin: 0 0 22px;
font-size: 14px;
line-height: 1.55;
color: var(--muted);
}
.vorm-nous label {
display: flex;
align-items: flex-start;
gap: 10px;
}
.vorm-nous input { margin-top: 3px; flex: 0 0 auto; }
.vorm-nupp { margin: 0; }
.vorm-nupp .btn { width: 100%; text-align: center; } .vorm-loks {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
overflow: hidden;
white-space: nowrap;
}
.form-teade {
margin: 0 0 22px;
padding: 18px 20px;
border-radius: var(--radius);
font-size: 15px;
line-height: 1.6;
}
.form-teade p { margin: 0 0 6px; }
.form-teade p:last-child { margin-bottom: 0; }
.form-teade--ok {
background: var(--gold-tint);
border-left: 3px solid var(--gold);
color: var(--navy);
}
.form-teade--viga {
background: #FBEDED;
border-left: 3px solid #C0392B;
color: #7A231A;
} .irma-footer p a[href^="mailto:"],
.irma-footer p a[href^="tel:"] {
color: #fff;
text-decoration: none;
}
.irma-footer p a[href^="mailto:"]:hover,
.irma-footer p a[href^="tel:"]:hover,
.irma-footer p a[href^="mailto:"]:focus-visible,
.irma-footer p a[href^="tel:"]:focus-visible {
color: var(--gold);
text-decoration: underline;
} @media(max-width:900px) {
.page-template-page-broneeri .contact-grid { gap: 34px; }
.page-template-page-broneeri .contact-info h2 { font-size: 34px; }
}
@media(max-width:550px) { body.page-template-page-broneeri { overflow-x: hidden; }
.page-template-page-broneeri .contact-info h2 { font-size: 28px; }
.page-template-page-broneeri .contact-form { padding: 22px 18px; }
.page-template-page-broneeri .contact-buttons { display: grid; gap: 10px; }
.page-template-page-broneeri .contact-buttons .btn {
width: 100%;
padding: 14px 16px;
word-break: break-word;
} .page-template-page-broneeri .vorm-rida input,
.page-template-page-broneeri .vorm-rida select,
.page-template-page-broneeri .vorm-rida textarea { font-size: 16px; }
.page-template-page-broneeri .vorm-rida textarea { min-height: 110px; }
} .em-subtitle h3 { font-size: 38px; }
@media(max-width:550px) {
.em-subtitle h3 { font-size: 28px; }
} .valik-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
max-width: 900px;
margin: 0 auto;
}
.valik-kaart {
position: relative;
background: #fff;
border: 1px solid var(--line);
border-left: 3px solid var(--gold);
border-radius: var(--radius);
padding: 26px 28px 26px 30px;
transition: box-shadow .2s, transform .2s;
}
.valik-kaart:hover {
box-shadow: var(--shadow-soft);
transform: translateY(-2px);
}
.valik-vajadus {
margin: 0 0 10px;
padding-bottom: 12px;
border-bottom: 1px solid var(--line);
font-family: var(--font-body);
font-size: 14px;
line-height: 1.5;
color: var(--muted);
}
.valik-soovitus {
margin: 0;
font-family: var(--font-head);
font-size: 25px;
font-weight: 600;
line-height: 1.2;
color: var(--navy);
}
.valik-soovitus::before {
content: "→";
display: inline-block;
margin-right: 10px;
font-family: var(--font-body);
font-size: 17px;
color: var(--gold-text);
vertical-align: 2px;
}
.valik-lopp {
max-width: 900px;
margin: 28px auto 0;
text-align: center;
font-size: 17px;
line-height: 1.7;
color: var(--muted);
}
@media(max-width:768px) {
.valik-grid { grid-template-columns: 1fr; gap: 14px; }
.valik-kaart { padding: 22px 22px 22px 24px; }
.valik-soovitus { font-size: 22px; }
}
@media(prefers-reduced-motion:reduce) {
.valik-kaart { transition: none; }
.valik-kaart:hover { transform: none; }
} .hero-content { gap: 56px; align-items: center; }
.hero-copy { max-width: 620px; flex: 1 1 auto; }
.hero-vorm {
flex: 0 0 400px;
align-self: center;
background: #fff;
border-radius: var(--radius-lg);
border-top: 3px solid var(--gold);
padding: 34px 32px;
box-shadow: 0 24px 60px rgba(3,12,32,.38);
}
.hero-vorm-silt {
display: block;
margin-bottom: 10px;
font-family: var(--font-body);
font-size: 11px;
font-weight: 500;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--gold-text);
}
.hero-vorm-pealkiri {
margin: 0 0 8px;
font-family: var(--font-head);
font-size: 32px;
font-weight: 600;
line-height: 1.15;
color: var(--navy);
}
.hero-vorm-abi {
margin: 0 0 20px;
font-family: var(--font-body);
font-size: 15px;
line-height: 1.6;
color: var(--muted);
} .broneeri-vorm--kompaktne .vorm-rida { margin-bottom: 13px; }
.broneeri-vorm--kompaktne .vorm-rida input,
.broneeri-vorm--kompaktne .vorm-rida select,
.broneeri-vorm--kompaktne .vorm-rida textarea { padding: 11px 13px; font-size: 15px; }
.broneeri-vorm--kompaktne .vorm-rida textarea { min-height: 78px; }
.broneeri-vorm--kompaktne .vorm-nous { margin-bottom: 16px; font-size: 13px; }
@media(max-width:1000px) {
.hero-content { flex-direction: column; align-items: stretch; gap: 40px; padding: 120px 0 70px; min-height: 0; }
.hero-copy { max-width: none; }
.hero-vorm { flex: 1 1 auto; max-width: 560px; width: 100%; }
}
@media(max-width:550px) {
.hero-vorm { padding: 26px 20px; }
.hero-vorm-pealkiri { font-size: 26px; } .broneeri-vorm--kompaktne .vorm-rida input,
.broneeri-vorm--kompaktne .vorm-rida select,
.broneeri-vorm--kompaktne .vorm-rida textarea { font-size: 16px; }
} .hero .hero-vorm p { color: var(--muted); }
.hero .hero-vorm p strong { color: var(--navy); }
.hero .hero-vorm .vorm-rida label { color: var(--navy); }
.hero .hero-vorm .vorm-rida label span { color: var(--gold-text); }
.hero .hero-vorm .vorm-nous { color: var(--muted); }
.hero .hero-vorm .form-teade--ok p { color: var(--navy); }
.hero .hero-vorm .form-teade--viga p { color: #7A231A; }
.hero .hero-vorm input,
.hero .hero-vorm select,
.hero .hero-vorm textarea { color: var(--text); } .hero-vorm {
flex: 0 0 340px;
padding: 26px 24px;
}
.hero-vorm-silt { margin-bottom: 8px; font-size: 10px; }
.hero-vorm-pealkiri { font-size: 26px; margin-bottom: 6px; }
.hero-vorm-abi { margin-bottom: 16px; font-size: 14px; }
.broneeri-vorm--kompaktne .vorm-rida { margin-bottom: 10px; }
.broneeri-vorm--kompaktne .vorm-rida label { font-size: 13px; margin-bottom: 5px; }
.broneeri-vorm--kompaktne .vorm-rida input,
.broneeri-vorm--kompaktne .vorm-rida select,
.broneeri-vorm--kompaktne .vorm-rida textarea { padding: 9px 12px; font-size: 14px; }
.broneeri-vorm--kompaktne .vorm-rida textarea { min-height: 60px; }
.broneeri-vorm--kompaktne .vorm-nous { margin-bottom: 14px; font-size: 12px; line-height: 1.45; }
.broneeri-vorm--kompaktne .vorm-nupp .btn { padding: 12px 20px; }
@media(max-width:1000px) {
.hero-vorm { flex: 1 1 auto; max-width: 460px; }
}
@media(max-width:550px) {
.hero-vorm { padding: 22px 18px; }
.hero-vorm-pealkiri { font-size: 24px; }
.broneeri-vorm--kompaktne .vorm-rida input,
.broneeri-vorm--kompaktne .vorm-rida select,
.broneeri-vorm--kompaktne .vorm-rida textarea { font-size: 16px; }
} @media(max-width:1000px) {
.hero-content { gap: 30px; }
.hero-vorm { margin: 0 auto; }
}
@media(max-width:550px) {
.hero-content { padding: 104px 0 56px; gap: 24px; }
.hero-vorm {
max-width: none;
border-radius: var(--radius);
box-shadow: 0 14px 34px rgba(3,12,32,.32);
}
.hero-vorm-abi { margin-bottom: 14px; }
.hero-buttons { display: grid; gap: 10px; }
.hero-buttons .btn { width: 100%; }
.broneeri-vorm--kompaktne .vorm-rida { margin-bottom: 12px; }
.broneeri-vorm--kompaktne .vorm-rida textarea { min-height: 70px; }
.broneeri-vorm--kompaktne .vorm-nupp .btn { width: 100%; padding: 14px 18px; }
} @media(min-width:1001px) {
.hero-vorm { flex: 0 0 300px; padding: 22px 20px; }
.hero-vorm-pealkiri { font-size: 23px; }
.hero-vorm-abi { margin-bottom: 13px; font-size: 13px; }
.broneeri-vorm--kompaktne .vorm-rida { margin-bottom: 9px; }
.broneeri-vorm--kompaktne .vorm-rida label { font-size: 12px; margin-bottom: 4px; }
.broneeri-vorm--kompaktne .vorm-rida input,
.broneeri-vorm--kompaktne .vorm-rida select,
.broneeri-vorm--kompaktne .vorm-rida textarea { padding: 8px 11px; font-size: 13.5px; }
.broneeri-vorm--kompaktne .vorm-rida textarea { min-height: 54px; }
.broneeri-vorm--kompaktne .vorm-nous { margin-bottom: 12px; font-size: 11.5px; }
.broneeri-vorm--kompaktne .vorm-nupp .btn { padding: 11px 18px; font-size: 14px; }
} @media(min-width:1001px) {
.hero-vorm { flex: 0 0 350px; padding: 24px 24px 34px; }
.broneeri-vorm--kompaktne .vorm-rida textarea { min-height: 74px; }
.broneeri-vorm--kompaktne .vorm-nous { margin-bottom: 16px; }
} @media(min-width:1001px) {
.hero-vorm { padding-top: 16px; }
.hero-vorm-silt { margin-bottom: 5px; }
.hero-vorm-pealkiri { font-size: 21px; margin-bottom: 4px; }
.hero-vorm-abi { margin-bottom: 10px; }
} @media(min-width:1001px) {
.hero-vorm { padding-top: 12px; }
.hero-vorm-silt { margin-bottom: 3px; }
.hero-vorm-pealkiri { font-size: 19px; margin-bottom: 2px; }
.hero-vorm-abi { margin-bottom: 8px; font-size: 12.5px; }
} @media(min-width:1001px) {
.broneeri-vorm--kompaktne .vorm-nupp .btn {
padding: 16px 20px;
font-size: 15px;
font-weight: 600;
letter-spacing: .03em;
}
}
.broneeri-vorm .vorm-nupp .btn { justify-content: center; text-align: center; } .hero-vorm-pealkiri { margin-bottom: 14px; }
@media(min-width:1001px) {
.hero-vorm { padding-top: 20px; }
.hero-vorm-pealkiri { font-size: 22px; margin-bottom: 14px; }
}
@media(max-width:550px) {
.hero-vorm-pealkiri { margin-bottom: 16px; }
} .vorm-rida--ajad label {
color: var(--gold-text);
font-weight: 600;
}
.vorm-rida--ajad select {
border-color: var(--gold);
background: var(--gold-tint);
font-weight: 500;
}
.hero .hero-vorm .vorm-rida--ajad label { color: var(--gold-text); } @media(min-width:1001px) {
.hero-vorm { padding-top: 14px; }
.hero-vorm-pealkiri { font-size: 20px; margin-bottom: 10px; }
}