@font-face {
      font-family: "DodamLocalSans";
      src: url("../assets/SUIT-Variable.woff2") format("woff2");
      font-style: normal;
      font-weight: 100 900;
      font-display: swap;
    }

    @font-face {
      font-family: "GmarketSans";
      src: url("../assets/GmarketSansTTFLight.ttf") format("truetype");
      font-style: normal;
      font-weight: 300;
      font-display: swap;
    }

    @font-face {
      font-family: "GmarketSans";
      src: url("../assets/GmarketSansTTFMedium.ttf") format("truetype");
      font-style: normal;
      font-weight: 500;
      font-display: swap;
    }

    @font-face {
      font-family: "GmarketSans";
      src: url("../assets/GmarketSansTTFBold.ttf") format("truetype");
      font-style: normal;
      font-weight: 700;
      font-display: swap;
    }

    @font-face {
      font-family: "DodamWarm";
      src: url("../assets/Cafe24Ssurround.woff") format("woff");
      font-style: normal;
      font-weight: 400;
      font-display: swap;
    }

    :root {
      --bg: #eef8e9;
      --ink: #183324;
      --green: #2f8750;
      --green-deep: #1f5c37;
      --green-soft: #dff1d7;
      --yellow: #e6b45b;
      --paper: rgba(255, 255, 255, .72);
      --line: rgba(41, 103, 63, .18);
      --heading-font: "GmarketSans", "Noto Sans KR", sans-serif;
      --body-font: "GmarketSans", "Noto Sans KR", sans-serif;
      --visual-font: "DodamWarm", var(--heading-font), sans-serif;
    }

    :root[data-lang="en"] { --heading-font: "Fredoka", "DM Sans", Arial, sans-serif; --body-font: "Nunito", "DM Sans", Arial, sans-serif; --visual-font: var(--heading-font); }
    :root[data-lang="ja"] { --heading-font: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif; --body-font: "M PLUS Rounded 1c", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif; --visual-font: var(--heading-font); }
    :root[data-lang="zh"] { --heading-font: "ZCOOL KuaiLe", "Noto Serif SC", "Noto Sans SC", "PingFang SC", sans-serif; --body-font: "Noto Sans SC", "PingFang SC", sans-serif; --visual-font: var(--heading-font); }
    :root[data-lang="es"] { --heading-font: "Baloo 2", "Nunito Sans", Arial, sans-serif; --body-font: "Nunito Sans", "Nunito", Arial, sans-serif; --visual-font: var(--heading-font); }
    :root[data-lang="fr"] { --heading-font: "Comfortaa", "Poppins", Arial, sans-serif; --body-font: "Quicksand", "Poppins", Arial, sans-serif; --visual-font: var(--heading-font); }
    :root[data-lang="de"] { --heading-font: "Quicksand", "Manrope", Arial, sans-serif; --body-font: "Manrope", "Quicksand", Arial, sans-serif; --visual-font: var(--heading-font); }

    * { box-sizing: border-box; }
    html { min-height: 100%; overflow-x: hidden; background: var(--bg); }
    body {
      min-width: 0;
      min-height: 100svh;
      margin: 0;
      overflow-x: hidden;
      color: var(--ink);
      background: var(--bg);
      font-family: var(--body-font);
      font-size: 16px;
      font-weight: 600;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      font-synthesis: none;
      transition: opacity .42s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
    }

    body.is-leaving { opacity: 1; transform: none; }

    a { color: inherit; text-decoration: none; }
    button, a, select { -webkit-tap-highlight-color: transparent; }
    button, select { font: inherit; }
    img { display: block; max-width: 100%; }
    .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;
    }

    .page-loader {
      position: fixed;
      z-index: 9999;
      inset: 0;
      display: grid;
      place-items: center;
      color: var(--green);
      background: var(--bg);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .34s ease, visibility .34s ease;
    }

    body.page-loading { overflow: hidden; }
    body.page-loading .page-loader { opacity: 1; visibility: visible; pointer-events: auto; }
    body.is-leaving .intro-inner { opacity: 0; transform: scale(1.012); transition: opacity .28s ease, transform .28s ease; }

    .page-loader-spinner {
      width: 52px;
      height: 52px;
      border: 5px solid #dcefd7;
      border-top-color: var(--green);
      border-right-color: var(--yellow);
      border-radius: 50%;
      box-shadow: 0 8px 20px rgba(38, 89, 49, .1);
      animation: page-loader-spin .78s linear infinite;
    }

    @keyframes page-loader-spin { to { transform: rotate(360deg); } }

    @media (prefers-reduced-motion: reduce) {
      .page-loader-spinner { animation: none; }
    }

    :focus-visible { outline: 3px solid rgba(47, 135, 80, .42); outline-offset: 4px; }

    .intro-page {
      position: relative;
      min-height: 100svh;
      isolation: isolate;
      --pointer-x: 50%;
      --pointer-y: 41%;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: var(--bg);
    }

    .intro-page::before {
      content: "";
      position: absolute;
      z-index: -3;
      inset: -3%;
      background:
        linear-gradient(180deg, rgba(249, 253, 245, .9) 0%, rgba(241, 250, 233, .69) 44%, rgba(210, 237, 195, .82) 100%),
        url("../assets/hoengseong-dodam-farm-hero.png") center / cover no-repeat;
      transform: scale(1.035);
      animation: intro-kenburns 18s ease-in-out infinite alternate;
    }

    .intro-page::after {
      content: "";
      position: absolute;
      z-index: -2;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, .7), transparent 28%),
        radial-gradient(circle at 3% 97%, rgba(111, 177, 97, .28), transparent 29%),
        radial-gradient(circle at 94% 9%, rgba(245, 206, 117, .2), transparent 24%);
    }

    .intro-orbit,
    .intro-leaf {
      position: absolute;
      z-index: -1;
      pointer-events: none;
    }

    .intro-orbit {
      border: 1px solid rgba(75, 145, 79, .18);
      border-radius: 50%;
      animation: orbit-drift 16s ease-in-out infinite;
    }

    .intro-orbit::after {
      content: "";
      position: absolute;
      inset: 22px;
      border: 1px solid rgba(75, 145, 79, .13);
      border-radius: inherit;
    }

    .intro-orbit-one { width: 390px; height: 390px; top: -190px; right: -110px; }
    .intro-orbit-two { width: 300px; height: 300px; bottom: -172px; left: -110px; animation-delay: -6s; }

    .intro-leaf { color: rgba(40, 119, 62, .45); font-size: 34px; line-height: 1; animation: leaf-sway 7s ease-in-out infinite; }
    .intro-leaf-one { top: 24%; left: 7%; transform: rotate(-22deg); }
    .intro-leaf-two { right: 9%; bottom: 27%; color: rgba(221, 154, 50, .58); animation-delay: -2.3s; transform: rotate(19deg); }
    .intro-leaf-three { top: 17%; right: 19%; color: rgba(89, 155, 74, .3); animation-delay: -4.4s; transform: rotate(42deg) scale(.7); }

    /* A quiet breeze layer: visible enough to make the intro feel alive, but light on small devices. */
    .intro-ambient {
      position: absolute;
      z-index: -1;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
    }

    .intro-ambient::before {
      content: "";
      position: absolute;
      top: -12%;
      left: -28%;
      width: 43%;
      height: 124%;
      background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, .3) 48%, transparent 77%);
      opacity: 0;
      transform: translate3d(-120%, 0, 0) skewX(-14deg);
      animation: ambient-sheen 12s 1.8s ease-in-out infinite;
    }

    .intro-ambient-glow {
      position: absolute;
      display: block;
      width: clamp(180px, 30vw, 380px);
      aspect-ratio: 1;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 244, 177, .23) 0%, rgba(255, 255, 255, .1) 38%, transparent 71%);
      animation: ambient-glow 10s ease-in-out infinite;
    }

    .intro-ambient-glow-one { top: -12%; right: -8%; }
    .intro-ambient-glow-two { bottom: -18%; left: -11%; animation-delay: -4.5s; background: radial-gradient(circle, rgba(150, 221, 127, .2) 0%, rgba(255, 255, 255, .08) 40%, transparent 72%); }

    .intro-seed {
      position: absolute;
      width: 10px;
      height: 18px;
      border: 1px solid rgba(42, 123, 67, .36);
      border-radius: 100% 0 100% 0;
      background: linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(116, 188, 97, .2));
      box-shadow: 0 4px 10px rgba(40, 112, 61, .12);
      opacity: 0;
      animation: seed-drift 4.6s cubic-bezier(.22, .7, .31, 1) infinite;
    }

    .intro-seed-one { top: 25%; left: 18%; --seed-x: 22px; --seed-y: -34px; animation-delay: -1.4s; }
    .intro-seed-two { top: 39%; right: 14%; --seed-x: -28px; --seed-y: -42px; animation-delay: -2.8s; transform: scale(.76) rotate(35deg); }
    .intro-seed-three { bottom: 24%; left: 28%; --seed-x: 34px; --seed-y: -26px; animation-delay: -3.8s; transform: scale(.64) rotate(62deg); }
    .intro-seed-four { top: 19%; right: 31%; --seed-x: -18px; --seed-y: -30px; animation-delay: -.6s; transform: scale(.52) rotate(-24deg); }

    .intro-inner {
      width: min(calc(100% - 48px), 1180px);
      min-height: 100svh;
      display: flex;
      flex: 1;
      flex-direction: column;
      margin: 0 auto;
      padding: 26px 0 22px;
    }

    .intro-header,
    .intro-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .intro-brand {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      color: var(--green-deep);
      min-width: 0;
      flex: 1 1 auto;
      font-weight: 850;
      letter-spacing: -.05em;
    }

    .intro-brand-mark {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      overflow: hidden;
      border: 2px solid rgba(255, 255, 255, .88);
      border-radius: 17px 17px 17px 7px;
      background: var(--green-deep);
      box-shadow: 0 10px 23px rgba(31, 92, 55, .19);
      transform: rotate(-4deg);
    }

    .intro-brand-mark img { width: 100%; height: 100%; object-fit: cover; }
    .intro-brand-name { min-width: 0; overflow: hidden; font-family: var(--heading-font); font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
    .intro-brand-name small { display: block; margin-top: -4px; overflow: hidden; color: #3e704b; font-family: var(--body-font); font-size: 9px; font-weight: 800; letter-spacing: .13em; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

    .intro-tools { display: flex; align-items: center; flex: 0 0 auto; gap: 9px; }
    .intro-language-control {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      max-width: 100%;
      min-width: 0;
      min-height: 37px;
      padding: 4px 5px 4px 10px;
      border: 1px solid rgba(47, 109, 75, .24);
      border-radius: 14px;
      background: rgba(255, 255, 255, .88);
      box-shadow: 0 7px 16px rgba(38, 89, 49, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
      backdrop-filter: blur(12px);
    }

    .intro-language-label {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      color: #1f5b35;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: -.025em;
      line-height: 1;
      white-space: nowrap;
    }

    .intro-language-label::before,
    .language-switcher-label::before {
      content: "Aa";
      display: inline-grid;
      place-items: center;
      width: 21px;
      height: 21px;
      border-radius: 8px;
      color: #fff;
      background: var(--green);
      font-size: 9px;
      font-weight: 900;
      letter-spacing: -.08em;
    }
    .intro-season {
      padding: 8px 13px;
      border: 1px solid rgba(47, 109, 75, .16);
      border-radius: 999px;
      color: #356743;
      background: rgba(255, 255, 255, .56);
      font-size: 11px;
      font-weight: 850;
      letter-spacing: .12em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
    }

    .intro-language {
      max-width: 100%;
      min-width: 0;
      width: 82px;
      min-height: 28px;
      padding: 0 24px 0 9px;
      border: 1px solid rgba(47, 109, 75, .16);
      border-radius: 9px;
      color: var(--green-deep);
      background-color: #f8fcf6;
      background-image: linear-gradient(45deg, transparent 50%, var(--green) 50%), linear-gradient(135deg, var(--green) 50%, transparent 50%);
      background-position: calc(100% - 12px) 11px, calc(100% - 8px) 11px;
      background-size: 4px 4px, 4px 4px;
      background-repeat: no-repeat;
      cursor: pointer;
      font-size: 11px;
      font-weight: 800;
      outline: none;
      appearance: none;
    }

    .intro-language:focus-visible { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47, 109, 75, .16); }

    .intro-main {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: min(100%, 820px);
      margin: 0 auto;
      padding: 34px 0 28px;
      text-align: center;
    }

    .intro-kicker,
    .intro-title { animation: intro-rise .88s cubic-bezier(.16, 1, .3, 1) both; }
    .intro-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--green); font-size: 13px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
    .intro-kicker span:first-child { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; font-size: 17px; line-height: 1; text-align: center; }
    .intro-title { max-width: 100%; margin: 0 0 19px; color: #173d25; font-family: var(--heading-font); font-size: clamp(46px, 7.3vw, 88px); font-weight: 800; letter-spacing: -.09em; line-height: 1.12; overflow-wrap: anywhere; text-wrap: balance; animation-delay: .08s; }
    .intro-title em { color: var(--green); font-style: normal; }
    .intro-title-line { display: inline-block; max-width: 100%; min-height: 1em; overflow-wrap: anywhere; }
    .intro-caret { display: inline-block; width: 4px; height: .84em; margin-left: 8px; border-radius: 3px; vertical-align: -.08em; background: var(--green); animation: caret-blink .92s steps(1) infinite; }
    .intro-title::after { content: ""; display: block; width: 0; height: 3px; margin: 17px auto 0; border-radius: 999px; background: linear-gradient(90deg, transparent, #8bcf73 25%, #2f8750 50%, #8bcf73 75%, transparent); box-shadow: 0 4px 12px rgba(47, 135, 80, .2); transition: width .9s .16s cubic-bezier(.16, 1, .3, 1); }
    .intro-page.is-copy-done .intro-title::after { width: 78px; }
    .intro-copy { max-width: 560px; min-height: 3.5em; margin: 0 0 26px; color: #2e6240; font-size: clamp(15px, 1.5vw, 18px); font-weight: 650; line-height: 1.75; text-wrap: balance; opacity: 0; transform: translateY(18px); transition: opacity .82s cubic-bezier(.16, 1, .3, 1), transform .82s cubic-bezier(.16, 1, .3, 1); }
    .intro-page.is-copy-visible .intro-copy { opacity: 1; transform: translateY(0); }
    .intro-copy-line { display: inline-block; max-width: 100%; min-height: 1em; overflow-wrap: anywhere; }

    .intro-enter {
      min-height: 58px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 23px 0 10px;
      border: 1px solid rgba(39, 101, 57, .14);
      border-radius: 18px;
      color: #fff;
      background: var(--green);
      box-shadow: 0 15px 30px rgba(47, 109, 75, .23);
      font-size: 15px;
      font-weight: 850;
      letter-spacing: -.025em;
      opacity: 0;
      transform: translateY(18px);
      position: relative;
      isolation: isolate;
      overflow: hidden;
      transition: opacity .78s cubic-bezier(.16, 1, .3, 1), transform .78s cubic-bezier(.16, 1, .3, 1), background .22s ease, box-shadow .22s ease;
    }

    .intro-page.is-copy-done .intro-enter { opacity: 1; transform: translateY(0); }

    .intro-enter::after {
      content: "";
      position: absolute;
      z-index: 0;
      top: -35%;
      bottom: -35%;
      left: -35%;
      width: 24%;
      background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .72), transparent);
      opacity: 0;
      pointer-events: none;
      transform: translateX(-180%) skewX(-16deg);
    }

    .intro-page.is-copy-done .intro-enter::after { animation: button-sheen 7.5s 1.3s ease-in-out infinite; }
    .intro-enter > * { position: relative; z-index: 1; }

    .intro-enter:hover { background: var(--green-deep); box-shadow: 0 18px 35px rgba(47, 109, 75, .3); transform: translateY(-3px); }
    .intro-enter:active { transform: translateY(-1px) scale(.98); }
    .intro-enter-icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: var(--green-deep); background: #e8f6de; font-size: 22px; line-height: 1; text-align: center; }
    .intro-enter-arrow { margin-left: 2px; font-size: 18px; transition: transform .22s ease; }
    .intro-enter:hover .intro-enter-arrow { transform: translateX(4px); }
    .intro-note { display: inline-flex; align-items: center; gap: 8px; margin: 16px 0 0; padding: 7px 15px; border: 1px solid rgba(255, 255, 255, .9); border-radius: 999px; color: #16472a; background: rgba(255, 255, 255, .78); box-shadow: 0 8px 20px rgba(38, 89, 49, .1), inset 0 1px 0 rgba(255, 255, 255, .8); font-size: 12px; font-weight: 800; text-shadow: 0 1px 0 rgba(255, 255, 255, .85); opacity: 0; transform: translateY(18px); transition: opacity .78s .12s cubic-bezier(.16, 1, .3, 1), transform .78s .12s cubic-bezier(.16, 1, .3, 1); }
    .intro-page.is-copy-done .intro-note { opacity: 1; transform: translateY(0); }
    .intro-note::before, .intro-note::after { content: ""; width: 19px; height: 2px; border-radius: 999px; background: rgba(34, 111, 59, .54); }

    .intro-steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      width: min(100%, 700px);
      position: relative;
      z-index: 1;
      margin-top: 38px;
      padding: 17px 10px;
      border: 1px solid rgba(255, 255, 255, .92);
      border-radius: 22px;
      background: rgba(255, 255, 255, .8);
      box-shadow: 0 16px 32px rgba(38, 89, 49, .14), inset 0 1px 0 rgba(255, 255, 255, .88);
      backdrop-filter: blur(9px) saturate(1.04);
      opacity: 0;
      transform: translateY(16px);
      transition: opacity .82s .2s cubic-bezier(.16, 1, .3, 1), transform .82s .2s cubic-bezier(.16, 1, .3, 1);
    }

    .intro-page.is-copy-done .intro-steps { opacity: 1; transform: translateY(0); }

    .intro-step {
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 0 16px;
      color: #16472a;
      font-size: 12px;
      font-weight: 850;
      line-height: 1.35;
      text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
      opacity: 0;
      transform: translateY(14px);
    }

    .intro-step + .intro-step { border-left: 1px solid rgba(42, 107, 64, .23); }
    .intro-step-icon { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border: 1px solid rgba(42, 107, 64, .11); border-radius: 10px; background: #f7fff3; box-shadow: 0 4px 10px rgba(38, 89, 49, .08); font-size: 17px; line-height: 1; text-align: center; }
    .intro-page.is-copy-done .intro-step { animation: step-rise .7s cubic-bezier(.16, 1, .3, 1) forwards; }
    .intro-page.is-copy-done .intro-step:nth-child(1) { animation-delay: .42s; }
    .intro-page.is-copy-done .intro-step:nth-child(2) { animation-delay: .68s; }
    .intro-page.is-copy-done .intro-step:nth-child(3) { animation-delay: .94s; }

    .intro-footer { color: #2d633b; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-shadow: 0 1px 0 rgba(255, 255, 255, .78); }

    @keyframes intro-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes step-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes caret-blink { 50% { opacity: 0; } }
    @keyframes leaf-sway { 0%, 100% { margin-top: 0; transform: rotate(-22deg); opacity: .55; } 50% { margin-top: 12px; transform: rotate(-7deg); opacity: .92; } }
    @keyframes orbit-drift { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(-15px, 11px, 0) rotate(12deg); } }
    @keyframes intro-kenburns { from { transform: scale(1.035) translate3d(0, 0, 0); } to { transform: scale(1.08) translate3d(-.6%, -.4%, 0); } }
    @keyframes ambient-sheen { 0%, 62%, 100% { opacity: 0; transform: translate3d(-120%, 0, 0) skewX(-14deg); } 70% { opacity: .72; } 84% { opacity: .3; transform: translate3d(440%, 0, 0) skewX(-14deg); } }
    @keyframes ambient-glow { 0%, 100% { opacity: .6; transform: translate3d(0, 0, 0) scale(.94); } 50% { opacity: 1; transform: translate3d(-14px, 12px, 0) scale(1.06); } }
    @keyframes seed-drift { 0%, 12% { opacity: 0; transform: translate3d(0, 18px, 0) rotate(18deg) scale(.72); } 26% { opacity: .62; } 58% { opacity: .3; transform: translate3d(var(--seed-x), var(--seed-y), 0) rotate(112deg) scale(1); } 82% { opacity: .52; } 100% { opacity: 0; transform: translate3d(calc(var(--seed-x) * -.45), calc(var(--seed-y) * 1.15), 0) rotate(175deg) scale(.68); } }
    @keyframes button-sheen { 0%, 66%, 100% { opacity: 0; transform: translateX(-180%) skewX(-16deg); } 73% { opacity: .65; } 88% { opacity: 0; transform: translateX(560%) skewX(-16deg); } }

    @media (max-width: 760px) {
      .intro-inner { width: min(calc(100% - 32px), 1180px); padding: 20px 0 18px; }
      .intro-header { align-items: flex-start; gap: 12px; min-width: 0; }
      .intro-brand-mark { width: 40px; height: 40px; }
      .intro-brand-name { font-size: 15px; }
      .intro-brand-name small { font-size: 8px; }
      .intro-tools { gap: 5px; }
      .intro-season { display: none; }
      .intro-language-control { margin-top: 9px; padding: 3px; }
      .intro-language-label { position: absolute; top: -13px; right: 3px; padding: 3px 7px; border: 1px solid rgba(47, 109, 75, .14); border-radius: 999px; background: #e5f4dc; box-shadow: 0 4px 9px rgba(38, 89, 49, .08); font-size: 9px; }
      .intro-language-label::before { width: 17px; height: 17px; border-radius: 6px; font-size: 8px; }
      .intro-language { width: 78px; min-height: 28px; padding-left: 8px; padding-right: 22px; background-position: calc(100% - 11px) 11px, calc(100% - 7px) 11px; font-size: 10px; }
      .intro-main { padding: 25px 0 20px; }
      .intro-kicker { margin-bottom: 14px; font-size: 11px; letter-spacing: .1em; }
      .intro-title { margin-bottom: 16px; font-size: clamp(38px, 11.5vw, 62px); letter-spacing: -.075em; }
      .intro-caret { width: 3px; margin-left: 5px; }
      .intro-copy { margin-bottom: 22px; font-size: 14px; }
      .intro-enter { min-height: 54px; padding-right: 19px; font-size: 14px; }
      .intro-note { padding: 6px 11px; font-size: 10px; }
      .intro-steps { margin-top: 29px; padding: 12px 5px; border-radius: 18px; }
      .intro-step { gap: 5px; padding: 0 6px; font-size: 10px; overflow-wrap: anywhere; }
      .intro-step > span:last-child { min-width: 0; }
      .intro-step-icon { flex: 0 0 25px; width: 25px; height: 25px; border-radius: 8px; font-size: 14px; line-height: 1; text-align: center; }
      .intro-footer { font-size: 9px; }
      .intro-footer { flex-wrap: wrap; gap: 4px 12px; }
      .intro-leaf-one { top: 21%; left: 2%; }
      .intro-leaf-two { right: 3%; bottom: 25%; }
      .intro-leaf-three { top: 15%; right: 15%; }
      .intro-leaf { font-size: 28px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .intro-page::before, .intro-orbit, .intro-leaf, .intro-ambient, .intro-ambient::before, .intro-ambient *, .intro-kicker, .intro-title, .intro-enter::after { animation: none !important; }
      .intro-page.is-copy-visible .intro-copy,
      .intro-page.is-copy-done .intro-enter,
      .intro-page.is-copy-done .intro-note,
      .intro-page.is-copy-done .intro-steps { opacity: 1; transform: none; transition: none; }
      .intro-page.is-copy-done .intro-title::after { width: 78px; transition: none; }
      .intro-page.is-copy-done .intro-step { animation: none !important; opacity: 1; transform: none; }
    }

    /* Keep translated branding and footer copy inside the viewport. */
    .intro-brand-name,
    .intro-brand-name > span:first-child,
    .intro-brand-name small,
    .intro-footer,
    .intro-footer span { min-width: 0; max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
    .intro-brand-name > span:first-child { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .intro-brand-name small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .intro-footer span { line-height: 1.45; }

    @media (max-width: 760px) {
      .intro-brand { max-width: calc(100vw - 150px); }
      .intro-brand-name { max-width: calc(100vw - 150px); font-size: 15px; }
      .intro-brand-name small { font-size: 7px; letter-spacing: .06em; }
      .intro-language-label { max-width: 82px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .intro-footer { align-items: flex-start; }
      .intro-footer span { max-width: 100%; }
    }

    @media (max-width: 430px) {
      .intro-brand { max-width: calc(100vw - 142px); }
      .intro-brand-name { max-width: calc(100vw - 142px); font-size: 13px; }
      .intro-brand-name small { font-size: 6px; letter-spacing: .04em; }
      .intro-language-label { max-width: 70px; font-size: 8px; }
      .intro-footer { gap: 3px 9px; }
    }

    /* Device-width stability pass: keep the intro composed on iPad, split-screen, and short landscape screens. */
    html,
    body,
    .intro-page,
    .intro-inner,
    .intro-header,
    .intro-main,
    .intro-footer,
    .intro-brand,
    .intro-tools,
    .intro-steps,
    .intro-step { min-width: 0; max-width: 100%; }

    html,
    body { width: 100%; max-width: 100%; overflow-x: hidden; }
    .intro-page { overflow-x: hidden; overflow-y: auto; }
    .intro-inner { width: min(calc(100% - 32px), 1180px); }
    .intro-header { gap: clamp(12px, 2vw, 24px); }
    .intro-brand { flex: 1 1 auto; max-width: calc(100% - 142px); }
    .intro-brand-name { flex: 1 1 auto; max-width: 100%; }
    .intro-tools { flex: 0 1 auto; max-width: 100%; }
    .intro-season { max-width: 185px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .intro-language-control { flex: 0 0 auto; max-width: 100%; }
    .intro-language-label,
    .intro-language,
    .intro-title,
    .intro-copy,
    .intro-enter,
    .intro-note { max-width: 100%; }
    .intro-language-label { overflow: hidden; text-overflow: ellipsis; }
    .intro-title,
    .intro-copy,
    .intro-step { overflow-wrap: anywhere; }
    .intro-enter { text-align: center; }

    @media (min-width: 761px) and (max-width: 900px) {
      .intro-season { display: none; }
      .intro-main { padding-top: 28px; padding-bottom: 22px; }
      .intro-title { font-size: clamp(44px, 8.4vw, 68px); }
      .intro-steps { margin-top: 28px; }
    }

    @media (max-width: 760px) {
      .intro-header { align-items: center; gap: 10px; }
      .intro-brand { max-width: calc(100% - 94px); }
      .intro-tools { gap: 0; }
      .intro-language-control {
        align-items: stretch;
        flex-direction: column;
        gap: 2px;
        margin-top: 0;
        padding: 4px;
        border-radius: 12px;
      }
      .intro-language-label {
        position: static;
        justify-content: center;
        max-width: 88px;
        font-size: 8px;
        line-height: 1.05;
      }
      .intro-language-label::before { width: 16px; height: 16px; border-radius: 6px; font-size: 7px; }
      .intro-language { width: 80px; min-height: 26px; font-size: 10px; }
      .intro-steps {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 6px 12px;
      }
      .intro-step { justify-content: flex-start; padding: 9px 0; font-size: 11px; }
      .intro-step + .intro-step { border-top: 1px solid rgba(42, 107, 64, .18); border-left: 0; }
    }

    @media (max-width: 430px) {
      .intro-brand { max-width: calc(100% - 88px); }
      .intro-language-control { width: 82px; }
      .intro-language-label { max-width: 82px; }
      .intro-language { width: 74px; padding-left: 7px; padding-right: 20px; }
      .intro-main { padding-top: 22px; padding-bottom: 18px; }
      .intro-title { font-size: clamp(36px, 11.5vw, 58px); }
      .intro-copy { font-size: 14px; line-height: 1.62; }
      .intro-note { gap: 5px; padding-inline: 9px; font-size: 10px; }
      .intro-note::before,
      .intro-note::after { width: 12px; }
    }

    @media (max-height: 700px) and (orientation: landscape) {
      .intro-page { overflow-y: auto; }
      .intro-inner { min-height: 100svh; padding-top: 14px; padding-bottom: 12px; }
      .intro-main { justify-content: flex-start; padding-top: 16px; padding-bottom: 14px; }
      .intro-kicker { margin-bottom: 8px; }
      .intro-title { margin-bottom: 10px; font-size: clamp(34px, 7.5vw, 60px); }
      .intro-copy { margin-bottom: 14px; line-height: 1.48; }
      .intro-enter { min-height: 48px; }
      .intro-note { margin-top: 10px; }
      .intro-steps { margin-top: 16px; padding-block: 9px; }
      .intro-footer { font-size: 9px; }
    }

    @media (min-width: 500px) and (max-height: 700px) and (orientation: landscape) {
      .intro-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-inline: 5px; }
      .intro-step { justify-content: center; padding: 0 6px; font-size: 10px; }
      .intro-step + .intro-step { border-top: 0; border-left: 1px solid rgba(42, 107, 64, .18); }
    }

    /* Landing portal: a softer farm gate before the cinematic farm page. */
    .intro-page {
      overflow-y: auto;
      background: #eef7e8;
      min-height: 100dvh;
    }

    html { min-height: 0; height: auto; }
    body.intro-page { min-height: 0; height: auto; }

    .intro-page::before {
      inset: 0;
      background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .9), transparent 28%),
        linear-gradient(135deg, #f6fbf1 0%, #eef7e8 48%, #d8edd0 100%);
      transform: none;
      animation: none;
    }

    .intro-page::after {
      background:
        radial-gradient(circle at 78% 12%, rgba(255, 255, 255, .62), transparent 25%),
        radial-gradient(circle at 8% 92%, rgba(112, 184, 101, .16), transparent 27%),
        radial-gradient(rgba(47, 135, 80, .12) 1px, transparent 1px);
      background-size: auto, auto, 23px 23px;
      opacity: .72;
    }

    .intro-inner {
      position: relative;
      z-index: 2;
      width: min(calc(100% - 64px), 1280px);
      min-height: 100dvh;
      height: auto;
      flex: 1 0 auto;
      padding: 22px 0 18px;
    }

    .intro-header,
    .intro-footer { position: relative; z-index: 5; flex: 0 0 auto; }
    .intro-footer { margin-top: auto; }

    .intro-main {
      position: relative;
      z-index: 2;
      min-height: 0;
      align-items: flex-start;
      justify-content: center;
      width: min(100%, 620px);
      margin: 0 auto 0 0;
      padding: clamp(42px, 8vh, 88px) 0 clamp(28px, 5vh, 56px);
      text-align: left;
    }

    .intro-kicker {
      margin-bottom: 15px;
      padding: 7px 11px 7px 8px;
      border: 1px solid rgba(47, 135, 80, .18);
      border-radius: 999px;
      background: rgba(255, 255, 255, .68);
      box-shadow: 0 7px 18px rgba(38, 89, 49, .07);
      font-size: 12px;
      letter-spacing: .1em;
    }

    .intro-kicker span:first-child { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 9px; background: #e4f4db; font-size: 17px; line-height: 1; text-align: center; }
    .intro-title { max-width: 600px; margin-bottom: 18px; font-size: clamp(48px, 6.2vw, 82px); letter-spacing: -.085em; line-height: 1.08; }
    .intro-title::after { margin-left: 0; margin-right: auto; }
    .intro-copy { max-width: 520px; margin-bottom: 25px; text-align: left; }
    .intro-note { justify-content: flex-start; }

    .intro-steps {
      width: min(100%, 620px);
      margin-top: 34px;
      border-color: rgba(255, 255, 255, .9);
      border-radius: 20px;
      background: rgba(255, 255, 255, .72);
      box-shadow: 0 14px 28px rgba(38, 89, 49, .1), inset 0 1px 0 rgba(255, 255, 255, .92);
    }

    .intro-step { justify-content: flex-start; padding-inline: 13px; }

    .intro-visual {
      position: absolute;
      z-index: 1;
      top: 50%;
      right: 0;
      width: min(48%, 560px);
      height: min(69svh, 590px);
      transform: translateY(-46%);
      animation: intro-visual-in 1.08s .16s cubic-bezier(.16, 1, .3, 1) both;
    }

    .intro-visual-frame {
      position: relative;
      isolation: isolate;
      width: 100%;
      height: 100%;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .86);
      border-radius: 34px 34px 34px 12px;
      background: #a9cf9d;
      box-shadow: 0 25px 50px rgba(38, 89, 49, .2), 0 3px 0 rgba(255, 255, 255, .58) inset;
    }

    .intro-visual-frame::before,
    .intro-visual-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
    .intro-visual-frame::before {
      z-index: 0;
      background: transparent;
    }
    .intro-visual-frame::after {
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(35, 65, 38, .04) 0%, rgba(25, 67, 39, .08) 43%, rgba(12, 45, 26, .64) 100%),
        linear-gradient(90deg, rgba(12, 45, 26, .18), transparent 48%, rgba(255, 226, 160, .12)),
        radial-gradient(circle at 77% 12%, rgba(255, 226, 160, .25), transparent 28%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 5px);
    }

    .intro-visual-photo {
      position: absolute;
      z-index: 0;
      inset: -2%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      filter: saturate(1.05) contrast(.93) sepia(.045) brightness(1.02);
      opacity: 0;
      transform: scale(1.04);
      transition: opacity .92s cubic-bezier(.22, 1, .36, 1);
      animation: intro-visual-zoom 12s ease-in-out infinite alternate;
    }

    .intro-visual-photo-current { background-image: url("../assets/index-farm-portal.png"); }
    .intro-visual-photo.is-visible { opacity: 1; }

    .intro-visual-shine {
      position: absolute;
      z-index: 2;
      inset: -25% -35%;
      pointer-events: none;
      background: radial-gradient(ellipse at center, rgba(255, 237, 181, .2), transparent 66%);
      opacity: .42;
      transform: translate3d(-8%, -4%, 0) scale(.9);
      animation: intro-visual-shine 14s 1.2s ease-in-out infinite;
    }

    .intro-visual-frame-inner {
      position: absolute;
      z-index: 2;
      inset: 13px;
      pointer-events: none;
      border: 1px solid rgba(255, 247, 214, .38);
      border-radius: 25px 25px 25px 9px;
      box-shadow: inset 0 0 0 1px rgba(255, 244, 198, .08), inset 0 0 48px rgba(7, 35, 19, .1);
    }

    .intro-visual-frame-inner::before,
    .intro-visual-frame-inner::after {
      content: "";
      position: absolute;
      width: 34px;
      height: 34px;
      border-color: rgba(255, 248, 218, .66);
      border-style: solid;
    }

    .intro-visual-frame-inner::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; border-radius: 13px 0 0; }
    .intro-visual-frame-inner::after { right: -1px; bottom: -1px; border-width: 0 2px 2px 0; border-radius: 0 0 13px; }

    .intro-visual-topline,
    .intro-visual-caption,
    .intro-visual-sticker { position: absolute; z-index: 2; }

    .intro-visual-topline {
      top: 24px;
      right: 25px;
      left: 25px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      color: rgba(255, 249, 224, .9);
      font-family: var(--visual-font);
      font-size: 10px;
      font-weight: 400;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .intro-visual-caption {
      right: auto;
      bottom: 26px;
      left: 28px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 7px 14px 7px 7px;
      border: 1px solid rgba(255, 246, 216, .32);
      border-radius: 18px 20px 20px 7px;
      color: #fff;
      background: rgba(35, 67, 37, .18);
      box-shadow: 0 9px 18px rgba(9, 38, 21, .12), inset 0 1px 0 rgba(255, 250, 225, .15);
      backdrop-filter: blur(8px);
      text-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    }

    .intro-visual-caption-icon { flex: 0 0 39px; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 14px 14px 14px 7px; background: rgba(246, 251, 224, .92); font-size: 21px; line-height: 1; text-align: center; }
    .intro-visual-caption strong { display: block; font-family: var(--heading-font); font-size: clamp(18px, 2vw, 27px); font-weight: 900; letter-spacing: -.06em; line-height: 1.1; }

    .intro-visual-whisper {
      position: absolute;
      z-index: 3;
      top: 49%;
      left: 28px;
      width: min(54%, 250px);
      display: grid;
      gap: 2px;
      margin: 0;
      color: rgba(255, 251, 232, .94);
      font-family: var(--visual-font);
      font-size: clamp(13px, 1.45vw, 18px);
      font-weight: 400;
      letter-spacing: -.045em;
      line-height: 1.5;
      text-shadow: 0 3px 14px rgba(0, 0, 0, .2);
    }

    .intro-visual-whisper-leaf { margin-bottom: 4px; font-family: sans-serif; font-size: 16px; line-height: 1; }

    .intro-visual-stamp {
      position: absolute;
      z-index: 3;
      top: 24%;
      right: 27px;
      display: grid;
      gap: 2px;
      color: rgba(255, 249, 222, .84);
      font-family: Georgia, "Times New Roman", serif;
      font-size: 9px;
      font-style: italic;
      font-weight: 700;
      letter-spacing: .1em;
      line-height: 1.3;
      text-align: right;
      text-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    }

    .intro-visual-stamp span:last-child { color: rgba(255, 241, 194, .78); font-size: 8px; letter-spacing: .08em; }

    .intro-visual-sticker {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      position: absolute;
      padding: 9px 12px 9px 9px;
      border: 1px solid rgba(255, 249, 218, .72);
      border-radius: 13px 15px 15px 7px;
      color: #315d3c;
      background: rgba(255, 251, 230, .88);
      box-shadow: 0 10px 18px rgba(11, 56, 29, .13), inset 0 1px 0 rgba(255, 255, 255, .8);
      font-size: 11px;
      font-weight: 850;
      white-space: nowrap;
      backdrop-filter: blur(9px);
      animation: intro-visual-float 5.5s ease-in-out infinite;
    }

    .intro-visual-sticker::before {
      content: "";
      position: absolute;
      top: -5px;
      left: 17px;
      width: 32px;
      height: 9px;
      border-radius: 2px;
      background: rgba(255, 235, 174, .62);
      transform: rotate(-4deg);
    }

    .intro-visual-sticker > span:first-child { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: #e6f4d9; font-size: 14px; line-height: 1; text-align: center; }
    .intro-visual-sticker-one { top: 35%; left: 22px; }
    .intro-visual-sticker-two { right: 22px; bottom: 24%; animation-delay: -2.1s; }

    @keyframes intro-visual-in { from { opacity: 0; transform: translateY(-42%) translateX(22px) scale(.96) rotate(1.2deg); } to { opacity: 1; transform: translateY(-46%) translateX(0) scale(1) rotate(0); } }
    @keyframes intro-visual-zoom { from { transform: scale(1.04) translate3d(0, 0, 0); } to { transform: scale(1.11) translate3d(-.7%, -.5%, 0); } }
    @keyframes intro-visual-shine { 0%, 100% { transform: translate3d(-8%, -4%, 0) scale(.9); opacity: .08; } 45% { transform: translate3d(5%, 2%, 0) scale(1.08); opacity: .34; } 70% { transform: translate3d(12%, 5%, 0) scale(1.16); opacity: .12; } }
    @keyframes intro-visual-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-7px) rotate(-1deg); } }

    @media (max-width: 900px) {
      .intro-inner { width: min(calc(100% - 36px), 680px); min-height: 0; padding-top: 18px; }
      .intro-visual { position: relative; top: auto; right: auto; width: 100%; height: clamp(230px, 36svh, 340px); margin: 14px 0 0; transform: none; animation-name: intro-visual-mobile-in; }
      .intro-main { width: 100%; margin: 0; flex: 0 0 auto; padding: 34px 0 28px; align-items: center; text-align: center; }
      .intro-title { font-size: clamp(43px, 8.8vw, 70px); }
      .intro-title::after { margin-right: auto; margin-left: auto; }
      .intro-copy { text-align: center; }
      .intro-note { justify-content: center; }
      .intro-steps { max-width: 620px; }
      .intro-visual-caption strong { font-size: clamp(18px, 3vw, 25px); }
      .intro-footer { margin-top: 10px; }
    }

    @keyframes intro-visual-mobile-in { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

    @media (max-width: 900px) and (max-height: 720px) {
      .intro-visual { height: 230px; }
      .intro-main { padding-top: 24px; padding-bottom: 22px; }
    }

    @media (max-width: 430px) {
      .intro-inner { width: min(calc(100% - 28px), 680px); }
      .intro-visual { height: 220px; }
      .intro-visual-topline { top: 16px; right: 17px; left: 17px; font-size: 8px; }
      .intro-visual-caption { right: auto; bottom: 15px; left: 18px; width: max-content; max-width: calc(100% - 36px); padding: 5px 10px 5px 5px; }
      .intro-visual-caption-icon { flex: 0 0 32px; width: 32px; height: 32px; font-size: 18px; line-height: 1; text-align: center; }
      .intro-visual-sticker > span:first-child { flex: 0 0 19px; width: 19px; height: 19px; line-height: 1; text-align: center; }
      .intro-visual-caption strong { font-size: 17px; }
      .intro-visual-whisper { top: 43%; left: 18px; width: 56%; font-size: 11px; line-height: 1.42; }
      .intro-visual-whisper-leaf { margin-bottom: 1px; font-size: 13px; }
      .intro-visual-sticker { padding: 7px 9px 7px 7px; font-size: 9px; }
      .intro-visual-sticker-one { top: 31%; left: 12px; }
      .intro-visual-sticker-two { right: 12px; bottom: 25%; }
      .intro-visual-frame-inner { inset: 9px; border-radius: 19px 19px 19px 7px; }
      .intro-visual-stamp { top: 24%; right: 16px; font-size: 7px; }
      .intro-visual-stamp span:last-child { font-size: 7px; }
    }

    /* Very short landscape viewports: keep the page compact instead of leaving a trailing blank block. */
    @media (min-width: 901px) and (max-height: 700px) and (orientation: landscape) {
      html,
      body.intro-page { min-height: 0; height: auto; }
      .intro-page { min-height: 100dvh; }
      .intro-inner { min-height: 100dvh; padding-top: 12px; padding-bottom: 10px; }
      .intro-main { justify-content: flex-start; padding-top: 16px; padding-bottom: 12px; }
      .intro-kicker { margin-bottom: 7px; padding-block: 4px; font-size: 10px; }
      .intro-kicker span:first-child { flex: 0 0 21px; width: 21px; height: 21px; font-size: 14px; line-height: 1; text-align: center; }
      .intro-title { margin-bottom: 8px; font-size: clamp(34px, 5.3vw, 58px); }
      .intro-title::after { margin-top: 8px; }
      .intro-copy { min-height: 0; margin-bottom: 12px; font-size: 12px; line-height: 1.4; }
      .intro-enter { min-height: 42px; padding-right: 17px; font-size: 12px; }
      .intro-enter-icon { flex: 0 0 29px; width: 29px; height: 29px; font-size: 17px; line-height: 1; text-align: center; }
      .intro-note { display: none; }
      .intro-steps { margin-top: 12px; padding-block: 8px; border-radius: 14px; }
      .intro-step { gap: 5px; padding-inline: 8px; font-size: 10px; }
      .intro-step-icon { flex: 0 0 23px; width: 23px; height: 23px; border-radius: 7px; font-size: 13px; line-height: 1; text-align: center; }
      .intro-visual { height: min(64dvh, 210px); }
      .intro-visual-topline { top: 15px; right: 17px; left: 17px; font-size: 8px; }
      .intro-visual-caption { right: auto; bottom: 17px; left: 18px; width: max-content; max-width: calc(100% - 36px); }
      .intro-visual-caption-icon { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 10px; font-size: 16px; line-height: 1; text-align: center; }
      .intro-visual-caption strong { font-size: 16px; }
      .intro-visual-sticker { padding: 6px 8px 6px 6px; font-size: 8px; }
      .intro-visual-sticker > span:first-child { flex: 0 0 19px; width: 19px; height: 19px; border-radius: 6px; font-size: 11px; line-height: 1; text-align: center; }
      .intro-visual-sticker-one { top: 30%; left: 12px; }
      .intro-visual-sticker-two { right: 12px; bottom: 23%; }
      .intro-footer { margin-top: 6px; font-size: 8px; }
    }

    /* Desktop portal: keep the entry scene inside one real viewport. */
    @media (min-width: 901px) {
      html,
      body.intro-page,
      .intro-page {
        height: 100dvh;
        min-height: 100dvh;
        max-height: 100dvh;
        overflow: hidden;
      }

      .intro-inner {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
        grid-template-rows: auto minmax(0, 1fr) auto;
        column-gap: clamp(30px, 4.4vw, 72px);
        height: 100dvh;
        min-height: 100dvh;
        max-height: 100dvh;
        flex: none;
      }

      .intro-header { grid-column: 1 / -1; grid-row: 1; }

      .intro-main {
        grid-column: 1;
        grid-row: 2;
        align-self: center;
        width: 100%;
        margin: 0;
        flex: none;
        min-height: 0;
        overflow: visible;
      }

      .intro-visual {
        grid-column: 2;
        grid-row: 2;
        position: relative;
        top: auto;
        right: auto;
        align-self: center;
        width: 100%;
        height: min(68dvh, 590px);
        transform: none;
        animation: intro-visual-grid-in 1.08s .16s cubic-bezier(.16, 1, .3, 1) both;
      }

      .intro-footer {
        grid-column: 1 / -1;
        grid-row: 3;
        flex-wrap: wrap;
      }

      @keyframes intro-visual-grid-in {
        from { opacity: 0; transform: translate3d(28px, 0, 0) scale(.96) rotate(1deg); }
        to { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(0); }
      }

      @media (max-height: 700px) and (orientation: landscape) {
        .intro-main { align-self: stretch; overflow-y: auto; }
        .intro-visual { height: min(64dvh, 210px); }
      }
    }

    /* On phones the portal grows with its content instead of squeezing text. */
    @media (max-width: 900px) {
      html,
      body.intro-page,
      .intro-page {
        height: auto;
        min-height: 0;
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
      }

      .intro-inner {
        display: flex;
        height: auto;
        min-height: 0;
        max-height: none;
        flex: 0 0 auto;
      }

      .intro-season { display: none; }
      .intro-main { order: 1; }
      .intro-visual { order: 2; }
      .intro-footer { order: 3; }
    }

    @media (prefers-reduced-motion: reduce) {
      .intro-visual,
      .intro-visual-frame::before,
      .intro-visual-sticker { animation: none !important; }
    }

    /* Localized brand lockup: the mark, name, and descriptor move as one unit. */
    .intro-brand {
      flex: 0 1 auto;
      max-width: min(100%, 285px);
      padding: 6px 12px 6px 6px;
      border: 1px solid rgba(47, 109, 75, .14);
      border-radius: 21px;
      background: rgba(255, 255, 255, .48);
      box-shadow: 0 8px 20px rgba(38, 89, 49, .08), inset 0 1px 0 rgba(255, 255, 255, .78);
      backdrop-filter: blur(10px);
    }

    .intro-brand-mark { flex: 0 0 auto; }
    .intro-brand-name {
      flex: 0 1 auto;
      max-width: 235px;
      overflow: visible;
      white-space: normal;
      line-height: 1.08;
    }

    .intro-brand-name > span:first-child,
    .intro-brand-name small {
      max-width: 100%;
      overflow: visible;
      text-overflow: clip;
      white-space: normal;
      overflow-wrap: normal;
      word-break: keep-all;
    }

    .intro-brand-name small {
      margin-top: 2px;
      color: #3e704b;
      letter-spacing: .05em;
      line-height: 1.15;
      text-transform: none;
    }

    /* The lower line is the fixed Latin brand lockup; only the upper name is localized. */
    .intro-brand-name .brand-subtitle {
      display: block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: clip;
      white-space: nowrap;
      letter-spacing: .08em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    @media (max-width: 900px) {
      .intro-brand {
        flex: 1 1 auto;
        max-width: calc(100% - 142px);
        padding: 5px 8px 5px 5px;
        border-radius: 18px;
      }

      .intro-brand-name {
        max-width: 100%;
        font-size: clamp(12px, 3.5vw, 15px);
      }

      .intro-brand-name small { font-size: 7px; letter-spacing: .03em; }
    }

    @media (max-width: 430px) {
      .intro-brand { max-width: calc(100% - 136px); }
      .intro-brand-name { font-size: 12px; }
      .intro-brand-name small { font-size: 6px; }
    }
    /* Final natural-rhythm pass: calm the portal so the image, copy, and CTA
       feel like one farm entrance instead of separate floating widgets. */
    .intro-brand {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
    }

    .intro-brand-mark,
    .intro-brand .intro-brand-mark { transform: none; }
    .intro-brand:hover .intro-brand-mark { transform: translateY(-2px); }
    .intro-orbit { opacity: .48; animation-duration: 22s; }
    .intro-leaf { opacity: .42; animation-duration: 12s; }
    .intro-ambient { opacity: .55; }
    .intro-seed { opacity: .48; }

    .intro-kicker {
      letter-spacing: -.02em;
      box-shadow: 0 5px 14px rgba(38, 89, 49, .055);
    }

    .intro-title {
      letter-spacing: -.065em;
      line-height: 1.11;
    }

    .intro-copy { line-height: 1.66; }
    .intro-enter { border-radius: 15px; box-shadow: 0 10px 22px rgba(47, 109, 75, .18); }
    .intro-steps { border-radius: 18px; box-shadow: 0 10px 22px rgba(38, 89, 49, .075), inset 0 1px 0 rgba(255, 255, 255, .92); }
    .intro-visual-frame { border-radius: 30px; box-shadow: 0 21px 42px rgba(38, 89, 49, .16), 0 3px 0 rgba(255, 255, 255, .58) inset; }
    .intro-visual-sticker { animation-duration: 8s; box-shadow: 0 8px 16px rgba(11, 56, 29, .12); }

    @keyframes intro-visual-float-natural {
      0%, 100% { transform: translateY(0) rotate(-1deg); }
      50% { transform: translateY(-4px) rotate(1deg); }
    }

    @keyframes intro-visual-float-natural-two {
      0%, 100% { transform: translateY(0) rotate(1.5deg); }
      50% { transform: translateY(-3px) rotate(-.5deg); }
    }

    .intro-visual-sticker { animation-name: intro-visual-float-natural; }
    .intro-visual-sticker-two { animation-name: intro-visual-float-natural-two; }

    @media (max-width: 900px) {
      .intro-visual-frame { border-radius: 25px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .intro-orbit,
      .intro-leaf,
      .intro-ambient,
      .intro-seed,
      .intro-visual-sticker,
      .intro-visual-photo,
      .intro-visual-shine { animation: none !important; transition: none !important; }
    }

    /* Final mobile language-control check: translated labels may wrap, but never float over the select. */
    @media (max-width: 760px) {
      .intro-language-control { width: 88px; }
      .intro-language-label {
        max-width: 100%;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        justify-content: center;
        line-height: 1.15;
        text-align: center;
      }
      .intro-language { width: 78px; }
    }

    @media (max-width: 430px) {
      .intro-language-control { width: 84px; }
      .intro-language { width: 74px; }
    }

    /* Keep the portal clear of iPad/iPhone safe areas. */
    .intro-inner {
      padding-top: max(26px, env(safe-area-inset-top));
      padding-bottom: max(22px, env(safe-area-inset-bottom));
    }

    /* Keep short portal labels tidy on desktop without forcing long copy into a
       narrow mobile column. */
    @media (min-width: 761px) {
      .intro-season,
      .intro-language-label,
      .intro-language,
      .intro-enter,
      .intro-note,
      .intro-visual-topline,
      .intro-footer { white-space: nowrap; overflow-wrap: normal; }

      .intro-step,
      .intro-visual-sticker {
        white-space: normal;
        overflow-wrap: anywhere;
        text-wrap: balance;
      }

      .intro-step > span:last-child { min-width: 0; }
      .intro-visual-sticker { max-width: min(46%, 220px); }
    }

    /* On narrow screens the page can scroll; the existing mobile sizing stays intact. */
    @media (max-width: 760px) {
      .intro-page { overflow-y: auto; overflow-x: hidden; }
    }
