:root {
  --navy: #1f3f4f;
  --navy-hover: #284f60;
  --gold: #d4a853;
  --flame-red: #e31b12;
  --ivory: #f6f1e8;
  --white: #f6f1e8;
  --ink: #173240;
  --muted: #5f6f74;
  --line: rgba(31, 63, 79, 0.16);
  --shadow: 0 20px 50px rgba(31, 63, 79, 0.12);
  --radius: 8px;
  --container: 1180px;
  --font-heading: "Montserrat", Arial, sans-serif;
  --font-body: "Lato", Arial, sans-serif;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; font-kerning: normal; font-variant-ligatures: common-ligatures contextual; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: absolute; left: 16px; top: -48px; z-index: 100; background: var(--navy); color: var(--white); padding: 10px 14px; border-radius: 6px; text-decoration: none; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(31, 63, 79, 0.96); border-bottom: 1px solid rgba(255, 253, 248, 0.16); backdrop-filter: blur(12px); }
.nav-wrap, .section-inner, .footer-inner { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.brand { display: inline-grid; grid-template-columns: 34px minmax(0, 1fr); column-gap: 10px; align-items: center; text-decoration: none; line-height: 1.1; min-width: 220px; }
.brand::before { content: ""; grid-row: 1 / span 2; width: 34px; height: 34px; background: url("../images/lorena-flame-lily.png") center / contain no-repeat; filter: drop-shadow(0 2px 7px rgba(227, 27, 18, 0.2)); }
.brand-name { font-family: var(--font-heading); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: var(--white); font-size: 0.92rem; }
.brand-name, .brand-subtitle { grid-column: 2; }
.brand-subtitle { margin-top: 6px; font-family: var(--font-heading); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255, 253, 248, 0.3); background: transparent; border-radius: 6px; color: var(--white); cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 10px; border-radius: 6px; color: var(--white); text-decoration: none; font-size: 0.88rem; font-weight: 600; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current="page"] { background: rgba(255, 253, 248, 0.12); outline: none; }
.nav-links .nav-cta { margin-left: 8px; background: var(--white); color: var(--navy); }
.nav-links .nav-cta:hover, .nav-links .nav-cta:focus-visible { background: var(--gold); color: var(--navy); }
.hero { position: relative; overflow: hidden; min-height: calc(100vh - 82px); display: grid; align-items: center; padding: 72px 0 56px; background: var(--ivory); color: var(--navy); }
.hero .section-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.68fr); gap: 52px; align-items: center; }
.eyebrow, .kicker { margin: 0 0 14px; color: var(--gold); font-family: var(--font-heading); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--font-heading); font-weight: 500; line-height: 1.12; color: var(--navy); font-kerning: normal; font-variant-ligatures: common-ligatures contextual; text-rendering: optimizeLegibility; letter-spacing: 0; }
.hero h1 { max-width: 820px; color: var(--navy); font-size: clamp(2.1rem, 4.5vw, 4.35rem); letter-spacing: 0; }
.hero-copy { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 1.16rem; }
.language-line { max-width: 650px; margin: 18px 0 0; color: var(--navy); font-family: var(--font-heading); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-carousel { margin: 0; overflow: visible; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--white); }
.carousel-shell { display: grid; grid-template-columns: 28px minmax(0, 1fr) 28px; align-items: center; gap: 12px; }
.carousel-stage { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ivory); }
.carousel-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transform: translateX(0); transition: opacity 680ms ease, transform 680ms ease; }
.carousel-image.is-active { opacity: 1; }
.carousel-image.is-leaving { opacity: 0; }
.carousel-control { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 54px; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--navy); cursor: pointer; transition: color 160ms ease; }
.carousel-control:hover, .carousel-control:focus-visible { background: transparent; color: var(--navy-hover); outline: 2px solid rgba(31, 63, 79, 0.22); outline-offset: 4px; }
.carousel-control span { display: block; width: 0; height: 0; }
.carousel-control-prev span { border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-right: 16px solid currentColor; }
.carousel-control-next span { border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 16px solid currentColor; }
.transition-forward .carousel-image-next { opacity: 1; transform: translateX(100%); }
.transition-forward .carousel-image-next.is-active { transform: translateX(0); }
.transition-forward .carousel-image.is-leaving { opacity: 1; transform: translateX(-100%); }
.transition-backward .carousel-image-next { opacity: 1; transform: translateX(-100%); }
.transition-backward .carousel-image-next.is-active { transform: translateX(0); }
.transition-backward .carousel-image.is-leaving { opacity: 1; transform: translateX(100%); }
.carousel-caption { padding: 12px 16px; color: var(--muted); font-family: var(--font-heading); font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; }
.carousel-caption[hidden] { display: none; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: 6px; background: var(--navy); color: var(--white); font-weight: 600; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { background: var(--navy-hover); outline: none; }
.button.secondary { background: transparent; border-color: currentColor; color: inherit; }
.button.secondary:hover, .button.secondary:focus-visible { background: rgba(255, 253, 248, 0.12); }
.hero .button { background: var(--navy); border-color: var(--navy); color: var(--white); }
.hero .button:hover, .hero .button:focus-visible { background: var(--navy-hover); border-color: var(--navy-hover); color: var(--white); }
.hero .button.secondary { background: transparent; border-color: var(--navy); color: var(--navy); }
.hero .button.secondary:hover, .hero .button.secondary:focus-visible { background: rgba(31, 63, 79, 0.08); border-color: var(--navy); color: var(--navy); }
.section { padding: 82px 0; }
.section.compact { padding: 68px 0; }
.section.alt { background: var(--ivory); }
.section.navy { background: var(--navy); color: var(--white); }
.section.navy h2, .section.navy h3 { color: var(--white); }
.section-header { max-width: 780px; margin-bottom: 34px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-header h1, .section-header h2 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: 0; }
.lede { margin: 16px 0 0; color: var(--muted); font-size: 1.08rem; }
.section.navy .lede, .section.navy p { color: rgba(255, 253, 248, 0.82); }
.section.navy .button { background: var(--white); border-color: var(--white); color: var(--navy); }
.section.navy .button:hover, .section.navy .button:focus-visible { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.section.navy .button.secondary { background: transparent; border-color: rgba(255, 253, 248, 0.72); color: var(--white); }
.section.navy .button.secondary:hover, .section.navy .button.secondary:focus-visible { background: rgba(255, 253, 248, 0.12); border-color: var(--white); color: var(--white); }
.grid { display: grid; gap: 22px; }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { min-height: 100%; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 1px 0 rgba(31, 63, 79, 0.04); }
.card h3 { margin-bottom: 12px; font-size: 1.16rem; font-weight: 600; }
.card p { margin: 0; color: var(--muted); }
.text-link { display: inline-flex; margin-top: 18px; color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(31, 63, 79, 0.28); text-underline-offset: 5px; }
.text-link:hover, .text-link:focus-visible { color: var(--navy-hover); text-decoration-color: currentColor; outline: none; }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list article { padding: 28px 30px; border-right: 1px solid var(--line); }
.process-list article:last-child { border-right: 0; }
.process-list span { display: block; margin-bottom: 14px; color: var(--gold); font-family: var(--font-heading); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; }
.process-list h3 { margin-bottom: 10px; font-size: 1.22rem; font-weight: 600; }
.process-list p { margin: 0; color: var(--muted); }
.language-card { align-self: stretch; }
.split { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr); gap: 44px; align-items: center; }
.story-split { align-items: start; }
.image-frame { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--ivory); }
.image-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.portrait-frame { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; height: auto; object-fit: contain; }
.portrait-frame figcaption { padding: 12px 16px; color: var(--muted); font-family: var(--font-heading); font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; }
.portrait-frame-large img { height: auto; }
.story-copy { display: grid; gap: 18px; margin-top: 22px; }
.story-copy p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.advisor-quote { max-width: 900px; margin: 0 auto; padding: 0 0 0 28px; border-left: 4px solid var(--gold); }
.advisor-quote p { margin: 0; color: var(--navy); font-family: var(--font-heading); font-size: clamp(1.55rem, 3vw, 2.55rem); line-height: 1.2; }
.page-hero { padding: 88px 0 54px; background: var(--ivory); border-bottom: 1px solid var(--line); }
.page-hero .section-header { margin-bottom: 0; }
body[data-page="about"] .page-hero { padding: 34px 0 24px; border-bottom-color: rgba(31, 63, 79, 0.08); }
body[data-page="about"] .page-hero .kicker { margin-bottom: 8px; }
body[data-page="about"] .page-hero .lede { margin-top: 10px; }
body[data-page="about"] .page-hero + .section { padding-top: 42px; padding-bottom: 58px; }
body[data-page="about"] .portrait-frame-large { max-width: 430px; justify-self: end; }
.list { display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.list li { padding-left: 18px; border-left: 3px solid var(--gold); color: var(--muted); }
.form-shell { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.inquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 7px; color: var(--navy); font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--ink); padding: 12px 13px; }
textarea { min-height: 132px; resize: vertical; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: 0.95rem; }
.site-footer { border-top: 1px solid var(--line); background: var(--white); color: var(--muted); padding: 18px 0; }
.footer-inner { display: block; }
.footer-inner p { max-width: 920px; margin: 0; font-size: 0.82rem; line-height: 1.5; }
@media (max-width: 980px) {
  .nav-toggle { display: inline-block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 82px; display: none; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid rgba(255, 253, 248, 0.16); border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
  .site-header.is-open .nav-links { display: flex; }
  .nav-links a { justify-content: center; }
  .nav-links .nav-cta { margin-left: 0; }
  .hero .section-inner, .split, .grid.four, .grid.three, .grid.two, .process-list { grid-template-columns: 1fr; }
  .process-list article { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list article:last-child { border-bottom: 0; }
  .hero-carousel { max-width: 620px; }
}
@media (max-width: 640px) {
  .nav-wrap, .section-inner, .footer-inner { width: min(100% - 28px, var(--container)); }
  .brand-name { font-size: 0.8rem; }
  .brand-subtitle { font-size: 0.66rem; }
  .hero, .section, .page-hero { padding: 54px 0; }
  .hero { min-height: auto; }
  .hero h1 { font-size: 1.95rem; }
  .carousel-shell { grid-template-columns: 22px minmax(0, 1fr) 22px; gap: 8px; }
  .carousel-control { width: 22px; height: 48px; }
  .carousel-control-prev span { border-top-width: 10px; border-bottom-width: 10px; border-right-width: 13px; }
  .carousel-control-next span { border-top-width: 10px; border-bottom-width: 10px; border-left-width: 13px; }
  .inquiry-form { grid-template-columns: 1fr; }
}
