
/* LE FREEPORT KOREA V7 — official film, deep glass and editorial system */
:root{--v7-ink:#080909;--v7-paper:#eeeae1;--v7-red:#ee1738;--v7-line:rgba(238,234,225,.18);--v7-gutter:clamp(20px,4.6vw,76px);--v7-shell:1540px;--v7-header-h:74px;--v7-ease:cubic-bezier(.22,1,.36,1)}
.v7-site{position:relative;overflow-x:clip;background:var(--v7-ink);color:var(--v7-paper)}
.v7-site::before,.v7-site::after{content:"";position:fixed;z-index:0;inset:auto;pointer-events:none;filter:blur(130px);opacity:.34;mix-blend-mode:screen;animation:v7-ambient-drift 18s ease-in-out infinite alternate}
.v7-site::before{top:14svh;left:-10vw;width:48vw;height:48vw;background:radial-gradient(circle,rgba(66,72,78,.34),rgba(66,72,78,0) 68%)}
.v7-site::after{right:-14vw;bottom:6svh;width:52vw;height:52vw;background:radial-gradient(circle,rgba(48,54,60,.28),rgba(48,54,60,0) 70%)}
@keyframes v7-ambient-drift{to{transform:translate3d(5vw,-2vh,0) scale(1.06)}}
.v7-site .shell{width:min(100%,var(--v7-shell));margin-inline:auto;padding-inline:var(--v7-gutter)}
.v7-site .page-noise{opacity:.022}

/* Header: a dense Gaussian glass layer rather than a transparent tint. */
.v7-header{position:fixed!important;z-index:500;top:14px!important;left:18px!important;right:18px!important;width:auto!important;height:var(--v7-header-h);min-height:0!important;padding:0!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:22px;overflow:visible;isolation:isolate;transform:none!important;background:rgba(18,19,21,.22)!important;box-shadow:0 22px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.13);-webkit-backdrop-filter:blur(78px) saturate(148%) contrast(.82) brightness(.68);backdrop-filter:blur(78px) saturate(148%) contrast(.82) brightness(.68);transition:background .45s var(--v7-ease),box-shadow .45s var(--v7-ease),border-color .45s var(--v7-ease)}
.v7-header::before,.v7-header::after{display:none!important}
.v7-header.is-scrolled{background:rgba(10,11,12,.40)!important;border-color:rgba(255,255,255,.24)!important;box-shadow:0 18px 72px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.11);-webkit-backdrop-filter:blur(84px) saturate(142%) contrast(.82) brightness(.62);backdrop-filter:blur(84px) saturate(142%) contrast(.82) brightness(.62)}
.v7-header-glass{position:absolute;z-index:0;inset:0;border-radius:inherit;overflow:hidden;pointer-events:none;background:linear-gradient(112deg,rgba(255,255,255,.10),rgba(255,255,255,.025) 28%,rgba(114,133,145,.09) 56%,rgba(255,255,255,.025));mix-blend-mode:screen}
.v7-header-glass::after{content:"";position:absolute;inset:-60% -20%;background:radial-gradient(ellipse at 18% 44%,rgba(255,255,255,.22),transparent 24%),radial-gradient(ellipse at 76% 70%,rgba(111,154,176,.14),transparent 27%);filter:blur(30px);animation:v7-glass-drift 14s ease-in-out infinite alternate}
@keyframes v7-glass-drift{to{transform:translate3d(8%,2%,0) scale(1.08)}}
.v7-header-inner{position:relative;z-index:3;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;height:100%;padding:0 clamp(16px,2.4vw,38px);gap:clamp(18px,3vw,58px)}
.v7-brand{justify-self:start;display:inline-flex;align-items:center;gap:12px;height:100%;min-width:0;line-height:1}
.v7-brand img{display:block;width:40px;height:40px;object-fit:contain;flex:none}
.v7-brand-name{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0;color:#fff;white-space:nowrap}
.v7-brand-name b{font-size:10px;line-height:1;letter-spacing:.15em}.v7-brand-name small{font-size:7px;line-height:1;letter-spacing:.32em;color:rgba(255,255,255,.58)}
.v7-desktop-nav{justify-self:center;display:flex;align-items:center;height:100%;gap:clamp(26px,3.2vw,58px)}
.v7-desktop-nav a{position:relative;display:flex;align-items:center;height:100%;padding:2px 0 0;color:rgba(255,255,255,.62);font-size:13px;font-weight:600;line-height:1;letter-spacing:-.015em;white-space:nowrap;transition:color .3s}
html:lang(ko) .v7-desktop-nav a{font-size:12px;letter-spacing:-.025em}
.v7-desktop-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;transform:scaleX(0);background:#fff;transform-origin:right;transition:transform .45s var(--v7-ease)}
.v7-desktop-nav a:hover,.v7-desktop-nav a[aria-current="page"]{color:#fff}.v7-desktop-nav a:hover::after,.v7-desktop-nav a[aria-current="page"]::after{transform:scaleX(1);transform-origin:left}
.v7-header-actions{justify-self:end;display:flex;align-items:center;height:100%;gap:16px}
.v7-language{display:flex;align-items:center;height:100%;font-size:9px;font-weight:700;letter-spacing:.18em;color:rgba(255,255,255,.66)}
.v7-contact{display:inline-flex;align-items:center;gap:15px;height:44px;padding:0 5px 0 17px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.04);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:background .3s,color .3s}
.v7-contact i{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(238,234,225,.96);color:#0b0c0c;font-style:normal;font-size:12px}.v7-contact:hover{background:#eeeae1;color:#090a0a}
.v7-menu-toggle{display:none;position:relative;width:44px;height:44px;padding:0;border:0;background:transparent;color:#fff}.v7-menu-toggle span{position:absolute;width:1px;height:1px;overflow:hidden}.v7-menu-toggle i{position:absolute;left:11px;width:22px;height:1px;background:currentColor;transition:.35s var(--v7-ease)}.v7-menu-toggle i:nth-of-type(1){top:18px}.v7-menu-toggle i:nth-of-type(2){top:26px}.v7-menu-toggle[aria-expanded="true"] i:nth-of-type(1){top:22px;transform:rotate(45deg)}.v7-menu-toggle[aria-expanded="true"] i:nth-of-type(2){top:22px;transform:rotate(-45deg)}
.v7-mobile-menu{position:fixed;z-index:2;inset:-15px -19px auto;height:100svh;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .45s var(--v7-ease),visibility .45s}.v7-mobile-menu[aria-hidden="false"]{visibility:visible;opacity:1;pointer-events:auto}.v7-mobile-menu-backdrop{position:absolute;inset:0;background:#070808;-webkit-backdrop-filter:blur(78px) saturate(105%);backdrop-filter:blur(78px) saturate(105%)}
.v7-mobile-menu-inner{position:relative;display:grid;grid-template-rows:auto 1fr auto;min-height:100%;padding:calc(var(--v7-header-h) + 64px) 28px 34px}.v7-mobile-menu-index,.v7-mobile-meta{display:flex;justify-content:space-between;font-size:8px;font-weight:700;letter-spacing:.18em;color:rgba(255,255,255,.42)}.v7-mobile-menu nav{display:flex;flex-direction:column;justify-content:center}.v7-mobile-menu nav a{display:flex;justify-content:space-between;align-items:center;padding:12px 0;color:rgba(255,255,255,.68);font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,11vw,74px);line-height:.96}.v7-mobile-menu nav a[aria-current="page"]{color:#fff}.v7-mobile-menu nav a::after{content:"↗";font-family:Arial,sans-serif;font-size:13px;opacity:.35}.v7-mobile-meta a{color:#fff}

/* Film hero */
.v7-hero{position:relative;min-height:100svh;overflow:hidden;background:#080909}.v7-hero-media,.v7-hero-poster,.v7-film-player,.v7-hero-shade,.v7-hero-lines{position:absolute;inset:0;width:100%;height:100%}.v7-hero-poster{object-fit:cover;object-position:center;filter:saturate(.62) contrast(1.1) brightness(.68);transform:scale(1.03);transition:opacity 1.4s var(--v7-ease),transform 2.4s var(--v7-ease)}.is-ready .v7-hero-poster{transform:scale(1)}.v7-film-player{z-index:1;overflow:hidden;opacity:0;transition:opacity 1.8s var(--v7-ease)}.v7-film-player.is-ready{opacity:1}.v7-film-player iframe,.v7-film-player video{position:absolute;top:50%;left:50%;width:max(100vw,177.78vh);height:max(100vh,56.25vw);transform:translate(-50%,-50%) scale(1.02);border:0;pointer-events:none;object-fit:cover;filter:saturate(.72) contrast(1.08) brightness(.74)}
.v7-hero-shade{z-index:2;background:linear-gradient(90deg,rgba(4,5,5,.73) 0%,rgba(4,5,5,.25) 48%,rgba(4,5,5,.42) 100%),linear-gradient(180deg,rgba(4,5,5,.42),transparent 34%,rgba(4,5,5,.78) 100%)}.v7-hero-lines{z-index:3;pointer-events:none;background-image:linear-gradient(90deg,transparent calc(33.333% - .5px),rgba(255,255,255,.12) 33.333%,transparent calc(33.333% + .5px),transparent calc(66.666% - .5px),rgba(255,255,255,.12) 66.666%,transparent calc(66.666% + .5px)),linear-gradient(180deg,transparent calc(100% - 94px),rgba(255,255,255,.14) calc(100% - 93px),transparent calc(100% - 92px))}
.v7-hero-content{position:relative;z-index:4;display:flex;flex-direction:column;justify-content:flex-end;min-height:100svh;padding-top:calc(var(--v7-header-h) + 100px);padding-bottom:clamp(78px,9vw,132px)}.v7-hero-content .eyebrow{margin-bottom:clamp(26px,4vw,54px);font-size:9px;letter-spacing:.22em}.v7-hero h1{max-width:1150px;color:#f2eee6;font-family:Georgia,"Times New Roman",serif;font-size:clamp(62px,8.5vw,144px);font-weight:400;line-height:.88;letter-spacing:-.062em}.v7-hero-bottom{display:block;max-width:760px;margin-top:clamp(46px,6vw,84px);padding-top:24px;border-top:1px solid rgba(255,255,255,.22)}.v7-hero-bottom>p{color:rgba(238,234,225,.76);font-size:clamp(14px,1.15vw,18px);line-height:1.75}.v7-film-link{display:inline-flex;align-items:center;gap:13px;justify-self:end;font-size:9px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.v7-film-link i{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.52);border-radius:50%;font-style:normal;font-size:9px;padding-left:2px}.v7-scroll{position:absolute;z-index:5;right:var(--v7-gutter);bottom:38px;display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.56)}.v7-scroll span{display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.38);border-radius:50%;font-size:18px}.v7-scroll small{font-size:9px;letter-spacing:.08em}.v7-hero-index{position:absolute;z-index:5;right:var(--v7-gutter);top:calc(var(--v7-header-h) + 54px);display:flex;gap:26px;font-size:8px;font-weight:700;letter-spacing:.18em;color:rgba(255,255,255,.42)}
html:lang(ko) .v7-hero h1{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(54px,7.4vw,120px);font-weight:300;line-height:1.04;letter-spacing:-.075em}

/* Editorial sections */
.v7-section-dark{background:#090a0a;color:#eeeae1}.v7-section-paper{background:#e9e5dc;color:#0b0c0c}.v7-intro,.v7-assets,.v7-metrics,.v7-services-flow,.v7-partner-intro,.v7-timeline,.v7-values,.v7-criteria,.v7-security{padding-block:clamp(104px,13vw,210px)}
.v7-intro-grid{display:grid;grid-template-columns:minmax(90px,.34fr) minmax(0,1.66fr);gap:clamp(30px,6vw,110px);align-items:start}.v7-section-number{font-family:Georgia,serif;font-size:clamp(64px,8vw,130px);line-height:.8;color:var(--v7-red)}.v7-intro h2,.v7-section-heading h2,.v7-image-story h2{max-width:1100px;margin-top:26px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,112px);font-weight:400;line-height:.92;letter-spacing:-.055em}.v7-lead,.v7-section-heading>p:last-child,.v7-image-story-copy>p:last-child{max-width:720px;margin-top:36px;color:rgba(238,234,225,.58);font-size:clamp(15px,1.25vw,19px);line-height:1.85}.v7-section-paper .v7-section-heading>p:last-child{color:rgba(11,12,12,.62)}
html:lang(ko) .v7-intro h2,html:lang(ko) .v7-section-heading h2,html:lang(ko) .v7-image-story h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(48px,6.1vw,96px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v7-three-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(76px,9vw,140px);border-top:1px solid var(--v7-line);border-left:1px solid var(--v7-line)}.v7-three-grid article{min-height:360px;padding:clamp(28px,3vw,48px);border-right:1px solid var(--v7-line);border-bottom:1px solid var(--v7-line)}.v7-three-grid span,.v7-service-steps span,.v7-criteria-grid span,.v7-values-grid span{color:var(--v7-red);font-size:8px;font-weight:700;letter-spacing:.16em}.v7-three-grid h3{margin-top:clamp(76px,8vw,120px);font-family:Georgia,serif;font-size:clamp(32px,3.6vw,56px);font-weight:400}.v7-three-grid p{margin-top:22px;color:rgba(238,234,225,.56);font-size:13px;line-height:1.8}
.v7-image-story{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);min-height:86svh;background:#e9e5dc;color:#0a0b0b}.v7-image-story.is-reverse{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr)}.v7-image-story.is-reverse .v7-image-story-media{order:2}.v7-image-story-media{position:relative;display:flex;align-items:center;justify-content:center;min-height:720px;overflow:hidden;padding:clamp(24px,4vw,64px);background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.3),transparent 34%),linear-gradient(135deg,#ded8cd,#e9e5dc)}.v7-image-story-media img{width:min(100%,980px);height:min(72svh,760px);object-fit:cover;filter:saturate(.72) contrast(1.04);transition:transform 1.2s var(--v7-ease),box-shadow .6s var(--v7-ease);box-shadow:0 32px 80px rgba(0,0,0,.16)}.v7-image-story:hover img{transform:scale(1.018)}.v7-image-story-media span{position:absolute;inset:0;background:linear-gradient(120deg,transparent 50%,rgba(7,8,8,.08))}.v7-image-story-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(60px,8vw,140px)}.v7-image-story-copy>p:last-child{color:rgba(10,11,11,.62)}
.v7-section-heading{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);column-gap:clamp(30px,6vw,100px);align-items:end}.v7-section-heading .eyebrow{grid-column:1/-1}.v7-section-heading h2{grid-column:1}.v7-section-heading>p:last-child{grid-column:2;margin-top:0;align-self:end}.v7-asset-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:clamp(74px,9vw,128px);border-left:1px solid rgba(10,11,11,.18)}.v7-asset-grid article{position:relative;aspect-ratio:.78;overflow:hidden;border-right:1px solid rgba(10,11,11,.18);background:#111}.v7-asset-grid img{width:100%;height:100%;object-fit:cover;filter:grayscale(.25) saturate(.7) brightness(.7);transition:transform .7s var(--v7-ease),filter .7s}.v7-asset-grid article:hover img{transform:scale(1.05);filter:grayscale(0) saturate(.9) brightness(.82)}.v7-asset-grid article::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.82))}.v7-asset-grid article div{position:absolute;z-index:1;left:22px;right:22px;bottom:24px;color:#fff}.v7-asset-grid small{font-size:8px;letter-spacing:.14em;text-transform:uppercase}.v7-asset-grid h3{margin-top:8px;font-family:Georgia,serif;font-size:clamp(22px,2.2vw,38px);font-weight:400}
.v7-close{position:relative;min-height:80svh;display:flex;align-items:flex-end;overflow:hidden}.v7-close>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.55) brightness(.68)}.v7-close-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,5,.78),rgba(4,5,5,.28)),linear-gradient(180deg,transparent 30%,rgba(4,5,5,.72))}.v7-close .shell{position:relative;padding-bottom:clamp(72px,9vw,130px)}.v7-close h2{max-width:1100px;margin-top:24px;font-family:Georgia,serif;font-size:clamp(54px,7.4vw,116px);font-weight:400;line-height:.92;letter-spacing:-.055em}.v7-close p{max-width:620px;margin-top:30px;color:rgba(255,255,255,.68);line-height:1.8}.v7-close a,.v7-inline-cta{display:inline-flex;align-items:center;gap:24px;margin-top:42px;padding-bottom:10px;border-bottom:1px solid currentColor;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.v7-close a span,.v7-inline-cta span{font-size:18px}
html:lang(ko) .v7-close h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;line-height:1.1;letter-spacing:-.07em}

/* Facility */
.v7-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(78px,9vw,140px);border-top:1px solid var(--v7-line);border-left:1px solid var(--v7-line)}.v7-metric-grid article{min-height:410px;padding:clamp(28px,3vw,46px);border-right:1px solid var(--v7-line);border-bottom:1px solid var(--v7-line);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent)}.v7-metric-grid strong{display:block;font-family:Georgia,serif;font-size:clamp(44px,5vw,78px);font-weight:400;letter-spacing:-.045em;line-height:1}.v7-metric-grid h3{margin-top:clamp(68px,8vw,110px);font-size:13px}.v7-metric-grid p{margin-top:18px;color:rgba(238,234,225,.55);font-size:12px;line-height:1.75}.v7-layers{padding-block:0 150px}.v7-layer-list{border-top:1px solid rgba(10,11,11,.22)}.v7-layer-list article{display:grid;grid-template-columns:80px minmax(220px,.55fr) minmax(0,1fr);gap:30px;align-items:center;padding:30px 0;border-bottom:1px solid rgba(10,11,11,.18)}.v7-layer-list span{color:var(--v7-red);font-size:9px;font-weight:700}.v7-layer-list h3{font-family:Georgia,serif;font-size:clamp(28px,3.2vw,48px);font-weight:400}.v7-layer-list p{color:rgba(10,11,11,.58)}
.v7-film-band{position:relative;min-height:86svh;display:flex;align-items:flex-end;overflow:hidden;background:#070808}.v7-film-band>.v7-hero-poster,.v7-film-band>.v7-film-player,.v7-film-band-shade{position:absolute;inset:0;width:100%;height:100%}.v7-film-band>.v7-hero-poster{object-fit:cover;filter:saturate(.55) brightness(.62)}.v7-film-band-shade{z-index:2;background:linear-gradient(90deg,rgba(3,4,4,.76),rgba(3,4,4,.2)),linear-gradient(180deg,rgba(3,4,4,.25),rgba(3,4,4,.76))}.v7-film-band .shell{position:relative;z-index:3;padding-bottom:clamp(70px,9vw,130px)}.v7-film-band h2{max-width:1050px;margin-top:24px;font-family:Georgia,serif;font-size:clamp(54px,7.2vw,112px);font-weight:400;line-height:.92;letter-spacing:-.055em}.v7-film-band a{display:inline-flex;align-items:center;gap:15px;margin-top:40px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.v7-film-band a span{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.5);border-radius:50%;font-size:9px}.v7-film-band .v7-film-player{z-index:1}
html:lang(ko) .v7-film-band h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;line-height:1.1;letter-spacing:-.07em}

/* Services and partners */
.v7-service-steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(78px,9vw,130px);border-top:1px solid rgba(10,11,11,.22);border-left:1px solid rgba(10,11,11,.22)}.v7-service-steps article{min-height:390px;padding:clamp(26px,3vw,44px);border-right:1px solid rgba(10,11,11,.22);border-bottom:1px solid rgba(10,11,11,.22)}.v7-service-steps h3{margin-top:clamp(70px,8vw,112px);font-family:Georgia,serif;font-size:clamp(28px,3vw,46px);font-weight:400;line-height:1}.v7-service-steps p{margin-top:22px;color:rgba(10,11,11,.58);font-size:13px;line-height:1.8}.v7-programmes{padding-block:clamp(80px,10vw,150px)}.v7-programme-list ul{list-style:none;border-top:1px solid var(--v7-line)}.v7-programme-list li{padding:22px 0;border-bottom:1px solid var(--v7-line);font-family:Georgia,serif;font-size:clamp(30px,4vw,62px);line-height:1}.v7-programmes .v7-inline-cta{color:#fff}
.v7-partner-groups{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(76px,9vw,138px);gap:1px;background:var(--v7-line)}.v7-partner-groups article{min-height:380px;padding:clamp(28px,3vw,46px);background:#0d0e0e}.v7-partner-groups small{font-size:8px;letter-spacing:.15em;color:var(--v7-red);text-transform:uppercase}.v7-partner-groups h3{margin-top:clamp(70px,8vw,110px);font-family:Georgia,serif;font-size:clamp(30px,3.6vw,52px);font-weight:400}.v7-partner-groups p{margin-top:22px;color:rgba(238,234,225,.56);font-size:13px;line-height:1.8}.v7-criteria-grid,.v7-values-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(76px,9vw,130px);border-left:1px solid rgba(10,11,11,.2);border-top:1px solid rgba(10,11,11,.2)}.v7-criteria-grid article,.v7-values-grid article{min-height:330px;padding:clamp(26px,3vw,42px);border-right:1px solid rgba(10,11,11,.2);border-bottom:1px solid rgba(10,11,11,.2)}.v7-criteria-grid h3,.v7-values-grid h3{margin-top:clamp(58px,7vw,92px);font-family:Georgia,serif;font-size:clamp(28px,3vw,44px);font-weight:400}.v7-criteria-grid p,.v7-values-grid p{margin-top:18px;color:rgba(10,11,11,.58);font-size:13px;line-height:1.75}.v7-security .v7-criteria-grid{border-color:var(--v7-line)}.v7-security .v7-criteria-grid article{border-color:var(--v7-line)}.v7-security .v7-criteria-grid p{color:rgba(238,234,225,.58)}

/* About */
.v7-timeline-list{margin-top:clamp(76px,9vw,136px);border-top:1px solid var(--v7-line)}.v7-timeline-list article{display:grid;grid-template-columns:minmax(120px,.35fr) minmax(0,1.65fr);gap:clamp(30px,6vw,100px);padding:38px 0;border-bottom:1px solid var(--v7-line)}.v7-timeline-list strong{font-family:Georgia,serif;font-size:clamp(30px,4vw,60px);font-weight:400;color:var(--v7-red)}.v7-timeline-list h3{font-family:Georgia,serif;font-size:clamp(30px,4vw,58px);font-weight:400}.v7-timeline-list p{max-width:660px;margin-top:16px;color:rgba(238,234,225,.55);line-height:1.8}

/* Footer, with image-led composition like the global site. */
.v7-footer{background:#080909;color:#eeeae1}.v7-footer-visual{position:relative;min-height:min(88svh,920px);display:flex;align-items:flex-end;overflow:hidden}.v7-footer-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(.28) saturate(.55) contrast(1.1) brightness(.62);transform:scale(1.025)}.v7-footer-visual-shade{position:absolute;inset:0;background:radial-gradient(circle at 18% 24%,rgba(92,26,35,.18),transparent 26%),linear-gradient(90deg,rgba(3,4,4,.84),rgba(3,4,4,.28) 62%,rgba(3,4,4,.6)),linear-gradient(180deg,rgba(3,4,4,.2),rgba(3,4,4,.78))}.v7-footer-visual-grid{position:absolute;inset:0;background-image:linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.13) 50%,transparent calc(50% + .5px)),linear-gradient(180deg,transparent calc(100% - 1px),rgba(255,255,255,.16) 100%)}.v7-footer-visual-content{position:relative;width:100%;padding-bottom:clamp(64px,8vw,120px)}.v7-footer-visual h2{max-width:1180px;margin-top:26px;font-family:Georgia,serif;font-size:clamp(56px,8.4vw,138px);font-weight:400;line-height:.88;letter-spacing:-.062em}.v7-footer-cta{display:inline-flex;align-items:center;gap:24px;margin-top:48px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.62);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.v7-footer-cta i{display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.34);border-radius:50%;font-style:normal}.v7-footer-ghost{position:absolute;left:clamp(18px,4vw,44px);right:auto;bottom:-.16em;display:flex;align-items:flex-end;gap:.16em;color:rgba(238,23,56,.05);-webkit-text-stroke:1px rgba(238,23,56,.32);font-family:Georgia,serif;font-size:clamp(92px,18vw,280px);line-height:.8;white-space:nowrap;pointer-events:none}.v7-footer-ghost span{display:block}
html:lang(ko) .v7-footer-visual h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;line-height:1.05;letter-spacing:-.075em}
.v7-footer-info{padding-top:clamp(72px,9vw,130px);padding-bottom:30px}.v7-footer-info-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(170px,.55fr) minmax(250px,.8fr);gap:clamp(40px,7vw,120px);padding-bottom:clamp(70px,8vw,118px)}.v7-footer-brand img{width:144px;height:72px;object-fit:contain}.v7-footer-brand p{max-width:520px;margin-top:40px;font-family:Georgia,serif;font-size:clamp(26px,3.2vw,50px);line-height:1.08}.v7-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.v7-footer-column h3{margin-bottom:18px;font-family:Arial,sans-serif;font-size:8px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(238,234,225,.42)}.v7-footer-column a,.v7-footer-column span{font-size:12px;color:rgba(238,234,225,.62);line-height:1.7}.v7-footer-column a:hover{color:#fff}.v7-footer-column a:last-child{margin-top:16px;border-bottom:1px solid currentColor}.v7-footer-base{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid var(--v7-line);font-size:8px;letter-spacing:.12em;color:rgba(238,234,225,.38)}

[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .9s var(--v7-ease),transform .9s var(--v7-ease)}[data-reveal].is-visible{opacity:1;transform:none}

@media(max-width:1180px){.v7-header-inner{grid-template-columns:auto 1fr auto}.v7-brand-name{display:none}.v7-desktop-nav{gap:clamp(18px,2.4vw,34px)}.v7-contact{width:44px;padding:4px;border:0;background:transparent}.v7-contact span{display:none}.v7-contact i{width:36px;height:36px}.v7-asset-grid{grid-template-columns:repeat(3,1fr)}.v7-asset-grid article:nth-child(n+4){aspect-ratio:1.25}.v7-section-heading{grid-template-columns:1fr}.v7-section-heading h2,.v7-section-heading>p:last-child{grid-column:1}.v7-section-heading>p:last-child{margin-top:28px}.v7-service-steps,.v7-criteria-grid,.v7-values-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:899px){:root{--v7-header-h:66px}.v7-header{top:10px!important;left:10px!important;right:10px!important;border-radius:18px}.v7-header-inner{grid-template-columns:1fr auto;padding:0 10px 0 16px}.v7-brand img{width:36px;height:36px}.v7-desktop-nav,.v7-language,.v7-contact{display:none}.v7-menu-toggle{display:block}.v7-hero-content{padding-top:calc(var(--v7-header-h) + 84px);padding-bottom:76px}.v7-hero-bottom{grid-template-columns:1fr}.v7-film-link{justify-self:start}.v7-scroll{display:none}.v7-hero-index{right:24px;top:calc(var(--v7-header-h) + 42px)}.v7-three-grid,.v7-metric-grid,.v7-partner-groups{grid-template-columns:repeat(2,1fr)}.v7-image-story,.v7-image-story.is-reverse{grid-template-columns:1fr}.v7-image-story.is-reverse .v7-image-story-media{order:0}.v7-image-story-media{min-height:58svh}.v7-image-story-copy{min-height:62svh}.v7-footer-info-grid{grid-template-columns:1.4fr 1fr}.v7-footer-brand{grid-column:1/-1;padding-bottom:44px;border-bottom:1px solid var(--v7-line)}}
@media(max-width:640px){.v7-hero-lines{background-image:linear-gradient(90deg,transparent calc(50% - .5px),rgba(255,255,255,.12) 50%,transparent calc(50% + .5px))}.v7-hero h1,html:lang(ko) .v7-hero h1{font-size:clamp(47px,14vw,68px)}.v7-hero-bottom>p{font-size:13px}.v7-intro-grid{grid-template-columns:1fr}.v7-section-number{font-size:58px}.v7-three-grid,.v7-metric-grid,.v7-partner-groups,.v7-service-steps,.v7-criteria-grid,.v7-values-grid{grid-template-columns:1fr}.v7-three-grid article,.v7-metric-grid article,.v7-partner-groups article,.v7-service-steps article,.v7-criteria-grid article,.v7-values-grid article{min-height:280px}.v7-asset-grid{grid-template-columns:repeat(2,1fr)}.v7-asset-grid article:nth-child(n){aspect-ratio:.82}.v7-asset-grid article:last-child{grid-column:1/-1;aspect-ratio:1.55}.v7-image-story-media{min-height:48svh;padding:0}.v7-image-story-media img{width:100%;height:100%;max-height:none;box-shadow:none}.v7-image-story-copy{min-height:0;padding:72px 24px 88px}.v7-layer-list article{grid-template-columns:42px 1fr}.v7-layer-list p{grid-column:2}.v7-timeline-list article{grid-template-columns:1fr;gap:12px}.v7-footer-visual{min-height:82svh}.v7-footer-visual h2{font-size:clamp(48px,14vw,72px)}.v7-footer-ghost{left:18px;bottom:8px;flex-direction:column;align-items:flex-start;gap:0;font-size:clamp(72px,22vw,118px)}.v7-footer-info-grid{grid-template-columns:1fr}.v7-footer-brand{grid-column:auto}.v7-footer-column{padding-top:24px;border-top:1px solid var(--v7-line)}.v7-footer-base{display:grid;gap:10px}.v7-film-player iframe,.v7-film-player video{width:max(178vh,100vw);height:max(100vh,56.25vw)}}
@media(prefers-reduced-motion:reduce){.v7-header-glass::after{animation:none}.v7-film-player{display:none}[data-reveal]{opacity:1;transform:none}}


/* LE FREEPORT KOREA V9 — cinematic depth, fitted footer wordmark, masked video start */
.v7-section-dark,
.v7-footer-info{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 12% 16%,rgba(91,98,106,.16),transparent 36%),
    radial-gradient(ellipse at 82% 78%,rgba(52,58,65,.22),transparent 42%),
    linear-gradient(142deg,#101214 0%,#090a0b 42%,#0c0e10 70%,#121519 100%);
}
.v7-section-dark::before,
.v7-footer-info::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-42%;
  pointer-events:none;
  background:
    radial-gradient(circle at 25% 34%,rgba(120,128,138,.15),transparent 24%),
    radial-gradient(circle at 72% 61%,rgba(69,78,88,.18),transparent 30%),
    radial-gradient(circle at 52% 86%,rgba(122,23,42,.075),transparent 24%);
  filter:blur(68px);
  opacity:.78;
  will-change:transform,opacity;
  animation:v9-depth-drift 32s cubic-bezier(.45,0,.55,1) infinite alternate;
}
.v7-section-dark::after,
.v7-footer-info::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:-28%;
  pointer-events:none;
  background-image:
    repeating-radial-gradient(circle at 76% 24%,transparent 0 112px,rgba(238,23,56,.045) 113px,transparent 114px 224px),
    linear-gradient(116deg,transparent 0 47.65%,rgba(255,255,255,.048) 47.78% 47.9%,transparent 48.04% 100%),
    linear-gradient(72deg,transparent 0 63.1%,rgba(238,23,56,.04) 63.2% 63.3%,transparent 63.45% 100%);
  -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 15%,#000 85%,transparent 100%);
  mask-image:linear-gradient(180deg,transparent 0,#000 15%,#000 85%,transparent 100%);
  opacity:.48;
  mix-blend-mode:screen;
  will-change:transform,opacity;
  animation:v9-line-drift 44s cubic-bezier(.45,0,.55,1) infinite alternate;
}
.v7-section-dark>* ,
.v7-footer-info>*{
  position:relative;
  z-index:2;
}
@keyframes v9-depth-drift{
  0%{transform:translate3d(-4%,-2%,0) scale(.96);opacity:.56}
  48%{transform:translate3d(3%,1%,0) scale(1.025);opacity:.78}
  100%{transform:translate3d(7%,-4%,0) scale(1.07);opacity:.64}
}
@keyframes v9-line-drift{
  0%{transform:translate3d(-3%,4%,0) rotate(-1.2deg) scale(.97);opacity:.28}
  50%{transform:translate3d(2%,-1%,0) rotate(.25deg) scale(1.025);opacity:.5}
  100%{transform:translate3d(6%,-5%,0) rotate(1.15deg) scale(1.07);opacity:.34}
}

/* Keep the external player completely behind its poster until YouTube UI has disappeared. */
.v7-hero-poster{
  z-index:1;
  opacity:1;
  transition:opacity 1.35s var(--v7-ease),transform 2.4s var(--v7-ease);
}
.v7-hero-poster.is-film-ready{
  opacity:0;
}
.v7-film-player,
.v7-film-band .v7-film-player{
  z-index:0;
}
.v7-hero-shade,
.v7-film-band-shade{
  z-index:2;
}

/* The outlined footer wordmark must fit entirely inside the viewport. */
.v7-footer-visual-content{
  isolation:isolate;
}
.v7-footer-visual-content>.eyebrow,
.v7-footer-visual-content>h2,
.v7-footer-visual-content>.v7-footer-cta{
  position:relative;
  z-index:3;
}
.v7-footer-ghost{
  left:50%;
  right:auto;
  bottom:clamp(22px,2.5vw,42px);
  width:min(calc(100vw - 2 * var(--v7-gutter)),1680px);
  max-width:none;
  transform:translateX(-50%);
  justify-content:center;
  align-items:flex-end;
  gap:.24em;
  color:rgba(238,23,56,.035);
  -webkit-text-stroke:1px rgba(238,23,56,.42);
  font-size:clamp(86px,12.1vw,214px);
  line-height:.72;
  letter-spacing:-.055em;
  overflow:visible;
  z-index:1;
}
.v7-footer-ghost span{
  flex:none;
}

@media(max-width:899px){
  .v7-section-dark::after,
  .v7-footer-info::after{opacity:.38}
}
@media(max-width:640px){
  .v7-footer-ghost{
    left:50%;
    bottom:18px;
    width:calc(100vw - 28px);
    transform:translateX(-50%);
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    gap:.02em;
    font-size:clamp(46px,13.6vw,70px);
    line-height:.72;
    letter-spacing:-.06em;
    text-align:center;
  }
  .v7-section-dark::before,
  .v7-footer-info::before{filter:blur(54px);opacity:.58}
  .v7-section-dark::after,
  .v7-footer-info::after{opacity:.28}
}
@media(prefers-reduced-motion:reduce){
  .v7-section-dark::before,
  .v7-section-dark::after,
  .v7-footer-info::before,
  .v7-footer-info::after{animation:none!important}
}

/* LE FREEPORT KOREA V10 — perspective field, chromatic neutrals and tidal typography */
:root{
  --v7-ink:#0c0f12;
  --v7-paper:#e2ddd4;
  --v7-red:#f0183b;
  --v7-line:rgba(222,216,207,.16);
  --v10-graphite:#11151a;
  --v10-paper-ink:#202429;
  --v10-paper-muted:rgba(32,36,41,.62);
  --v10-dark-muted:rgba(218,211,201,.62);
}
.v7-site{
  background:#0c0f12;
  color:#e2ddd4;
}
.v7-site::before,.v7-site::after{
  opacity:.26;
  filter:blur(150px);
  animation:v10-site-ambient 52s linear infinite;
}
.v7-site::before{
  background:radial-gradient(circle,rgba(69,79,88,.30),rgba(69,79,88,0) 70%);
}
.v7-site::after{
  background:radial-gradient(circle,rgba(76,39,49,.18),rgba(76,39,49,0) 72%);
  animation-direction:reverse;
  animation-duration:67s;
}
@keyframes v10-site-ambient{
  0%{transform:translate3d(-5vw,2vh,0) scale(.94)}
  25%{transform:translate3d(2vw,-3vh,0) scale(1.04)}
  50%{transform:translate3d(7vw,1vh,0) scale(.98)}
  75%{transform:translate3d(1vw,5vh,0) scale(1.07)}
  100%{transform:translate3d(-5vw,2vh,0) scale(.94)}
}
.v7-hero,
.v7-footer,
.v7-section-dark,
.v7-programmes,
.v7-security{color:#e3ddd4}
.v7-hero h1,
.v7-footer-visual h2,
.v7-close h2,
.v7-film-band h2,
.v7-programme-list li{color:#e5dfd6}
.v7-hero-bottom>p,
.v7-close p,
.v7-lead,
.v7-section-heading>p:last-child,
.v7-image-story-copy>p:last-child,
.v7-partner-groups p,
.v7-timeline-list p,
.v7-footer-column a,
.v7-footer-column span{color:var(--v10-dark-muted)}
.v7-section-paper,
.v7-image-story{
  background:#ded9d0;
  color:var(--v10-paper-ink);
}
.v7-section-paper .v7-section-heading>p:last-child,
.v7-image-story-copy>p:last-child,
.v7-service-steps p,
.v7-criteria-grid p,
.v7-values-grid p{color:var(--v10-paper-muted)}
.v7-desktop-nav a{color:rgba(229,223,214,.68)}
.v7-desktop-nav a:hover,.v7-desktop-nav a[aria-current="page"]{color:#ebe5dc}
.v7-contact i{background:#ded8cf;color:#171b1f}

/* Perspective field: generated by JavaScript and continuously advanced in global time. */
.v7-section-dark{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 16% 18%,rgba(79,89,98,.17),transparent 37%),
    radial-gradient(ellipse at 84% 78%,rgba(72,45,54,.12),transparent 39%),
    linear-gradient(142deg,#13171b 0%,#0d1013 40%,#101419 72%,#14181d 100%);
}
.v7-section-dark::before{
  content:""!important;
  display:block!important;
  position:absolute;
  z-index:0;
  inset:-45%;
  pointer-events:none;
  background:
    radial-gradient(circle at 22% 32%,rgba(132,142,153,.13),transparent 22%),
    radial-gradient(circle at 74% 63%,rgba(92,104,116,.12),transparent 29%),
    radial-gradient(circle at 52% 90%,rgba(150,25,50,.055),transparent 23%);
  filter:blur(76px);
  opacity:.74;
  animation:v10-graphite-flow 58s linear infinite;
}
.v7-section-dark::after{content:none!important;display:none!important}
@keyframes v10-graphite-flow{
  0%{transform:translate3d(-7%,-3%,0) rotate(-2deg) scale(.96)}
  25%{transform:translate3d(2%,4%,0) rotate(.5deg) scale(1.04)}
  50%{transform:translate3d(8%,-1%,0) rotate(2deg) scale(1)}
  75%{transform:translate3d(-1%,-6%,0) rotate(-.4deg) scale(1.08)}
  100%{transform:translate3d(-7%,-3%,0) rotate(-2deg) scale(.96)}
}
.v10-depth-canvas{
  position:absolute!important;
  z-index:1!important;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:.72;
  mix-blend-mode:screen;
}
.v7-section-dark>*:not(.v10-depth-canvas){position:relative;z-index:2}

/* Footer uses slow satin-light folds and elliptical architecture instead of the perspective field. */
.v7-footer-info{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 10% 92%,rgba(72,80,88,.15),transparent 35%),
    radial-gradient(ellipse at 87% 8%,rgba(92,27,43,.10),transparent 28%),
    linear-gradient(150deg,#101419,#0c0f12 48%,#12161b);
}
.v7-footer-info::before{
  content:""!important;
  display:block!important;
  position:absolute;
  z-index:0;
  inset:-70%;
  pointer-events:none;
  background:conic-gradient(from 205deg at 52% 72%,transparent 0 16%,rgba(150,30,55,.10) 22%,transparent 31%,rgba(103,119,132,.10) 43%,transparent 54%,rgba(224,216,204,.045) 67%,transparent 79% 100%);
  filter:blur(94px);
  opacity:.8;
  transform-origin:52% 72%;
  animation:v10-footer-veil 72s linear infinite;
}
.v7-footer-info::after{
  content:""!important;
  display:block!important;
  position:absolute;
  z-index:1;
  inset:-28%;
  pointer-events:none;
  background:radial-gradient(ellipse at 50% 112%,rgba(231,225,216,.025),transparent 68%);
  -webkit-mask-image:radial-gradient(ellipse at 50% 112%,#000 0 28%,rgba(0,0,0,.72) 48%,transparent 76%);
  mask-image:radial-gradient(ellipse at 50% 112%,#000 0 28%,rgba(0,0,0,.72) 48%,transparent 76%);
  opacity:.7;
  animation:v10-footer-folds 48s ease-in-out infinite alternate;
}
.v7-footer-info>*{position:relative;z-index:2}
@keyframes v10-footer-veil{to{transform:rotate(360deg) scale(1.04)}}
@keyframes v10-footer-folds{
  0%{transform:translate3d(-4%,2%,0) skewX(-2deg);opacity:.42}
  100%{transform:translate3d(5%,-3%,0) skewX(2deg);opacity:.78}
}
.v7-footer-visual>img{z-index:0}
.v7-footer-visual-shade{z-index:1}
.v7-footer-visual-grid{
  z-index:2;
  opacity:.72;
  background-image:
    repeating-radial-gradient(ellipse at 50% 126%,transparent 0 118px,rgba(240,24,59,.075) 119px,transparent 120px 238px),
    linear-gradient(90deg,transparent calc(50% - .5px),rgba(226,220,211,.11) 50%,transparent calc(50% + .5px));
  transform-origin:50% 126%;
  animation:v10-footer-ripple 54s linear infinite;
}
@keyframes v10-footer-ripple{
  0%{transform:scale(.94) translateY(2%);opacity:.38}
  50%{transform:scale(1.06) translateY(-1%);opacity:.72}
  100%{transform:scale(.94) translateY(2%);opacity:.38}
}
.v7-footer-visual-content{position:relative;z-index:4}
.v7-footer-visual-content{padding-bottom:clamp(172px,16vw,270px)}

/* Full-bleed outlined wordmark, docked exactly to the visual/footer boundary. */
.v7-footer-ghost{
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  bottom:-.015em;
  transform:none!important;
  width:100vw;
  padding:0 1.2vw;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:.18em;
  color:rgba(240,24,59,.028);
  -webkit-text-stroke:1px rgba(240,24,59,.48);
  font-family:Georgia,"Times New Roman",serif;
  font-size:16.8vw;
  line-height:.72;
  letter-spacing:-.062em;
  white-space:nowrap;
  text-align:center;
  pointer-events:none;
  overflow:hidden;
}
.v7-footer-ghost span{display:block;flex:none}

/* Tidal copy: rises into clarity, floats, then sinks and softens again. */
[data-water-reveal]{
  --v10-water-opacity:0;
  --v10-water-y:44px;
  --v10-water-blur:12px;
  --v10-water-wave:0px;
  opacity:var(--v10-water-opacity);
  transform:translate3d(0,var(--v10-water-y),0);
  filter:blur(var(--v10-water-blur));
  will-change:transform,opacity,filter;
}
[data-water-reveal]>*{
  transform:translate3d(0,var(--v10-water-wave),0);
  text-shadow:0 10px 30px rgba(102,129,145,.10),0 -6px 24px rgba(240,24,59,.035);
  will-change:transform;
}

/* Keep the YouTube surface fully hidden until its transient UI is gone. */
.v7-film-player{visibility:visible!important;opacity:0!important}
.v7-film-player.is-ready{visibility:visible!important;opacity:1!important}
.v7-hero-poster{opacity:1!important}
.v7-hero-poster.is-film-ready{opacity:0!important}

@media(max-width:899px){
  .v10-depth-canvas{opacity:.58}
  .v7-footer-info::before{filter:blur(72px)}
}
@media(max-width:640px){
  .v7-footer-ghost{
    left:0;
    right:0;
    bottom:-.01em;
    width:100vw;
    padding:0 14px;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
    gap:0;
    font-size:21vw;
    line-height:.70;
    letter-spacing:-.072em;
    text-align:left;
  }
  .v7-footer-ghost span:last-child{letter-spacing:-.082em}
  .v7-footer-visual-grid{
    background-image:
      repeating-radial-gradient(ellipse at 40% 124%,transparent 0 82px,rgba(240,24,59,.07) 83px,transparent 84px 166px),
      linear-gradient(90deg,transparent calc(50% - .5px),rgba(226,220,211,.085) 50%,transparent calc(50% + .5px));
  }
  [data-water-reveal]>*{text-shadow:0 8px 22px rgba(102,129,145,.10),0 -4px 18px rgba(240,24,59,.03)}
}
@media(prefers-reduced-motion:reduce){
  .v7-site::before,.v7-site::after,
  .v7-section-dark::before,
  .v7-footer-info::before,.v7-footer-info::after,
  .v7-footer-visual-grid{animation:none!important}
  .v10-depth-canvas{display:none!important}
  [data-water-reveal]{opacity:1!important;transform:none!important;filter:none!important}
  [data-water-reveal]>*{transform:none!important}
}

/* LE FREEPORT KOREA V11 — kinetic depth, continuous bridges, exact wordmark */
:root{--v11-paper:#ded8cf;--v11-paper-soft:#d3d0c8;--v11-paper-ink:#272d32;--v11-paper-muted:rgba(39,45,50,.62);--v11-ink:#0e1215;--v11-ink-raised:#141a1f;--v11-dark-copy:rgba(218,212,203,.65);--v11-red:#ef1738}
.v7-site{background:radial-gradient(ellipse at 16% 12%,rgba(76,89,99,.11),transparent 34%),radial-gradient(ellipse at 86% 72%,rgba(80,37,48,.075),transparent 38%),var(--v11-ink);color:var(--v11-paper)}
.v7-hero,.v7-section-dark,.v7-programmes,.v7-security,.v7-footer{color:var(--v11-paper)}
.v7-section-paper,.v7-image-story,.v7-assets,.v7-values,.v7-criteria,.v7-layers{background:linear-gradient(155deg,#dfdad1 0%,#d7d3cb 58%,#d1cfc9 100%);color:var(--v11-paper-ink)}
.v7-hero h1,.v7-section-dark h2,.v7-section-dark h3,.v7-close h2,.v7-footer h2{color:#e1dbd2}
.v7-hero-bottom>p,.v7-lead,.v7-section-heading>p:last-child,.v7-close p,.v7-timeline-list p,.v7-footer-column a,.v7-footer-column span{color:var(--v11-dark-copy)}
.v7-section-paper .v7-section-heading>p:last-child,.v7-image-story-copy>p:last-child,.v7-service-steps p,.v7-criteria-grid p,.v7-values-grid p{color:var(--v11-paper-muted)}

/* Exact official header wordmark; KOREA is a separate descriptor. */
.v7-header{transition:left .72s var(--v7-ease),right .72s var(--v7-ease),top .72s var(--v7-ease),height .72s var(--v7-ease),border-radius .72s var(--v7-ease),background .45s var(--v7-ease),box-shadow .45s var(--v7-ease),border-color .45s var(--v7-ease)!important}
.v7-brand{gap:12px;min-width:max-content}
.v7-brand .v11-official-logo{display:block;width:94px;height:47px;max-width:none;object-fit:contain;flex:none;transition:width .72s var(--v7-ease),height .72s var(--v7-ease),opacity .4s ease}
.v11-korea-mark{display:block;padding-left:11px;border-left:1px solid rgba(222,216,207,.24);color:rgba(222,216,207,.62);font-size:7px;font-weight:700;line-height:1;letter-spacing:.34em;white-space:nowrap;transition:opacity .45s ease,transform .72s var(--v7-ease)}
.v7-header.is-scrolled{left:clamp(34px,6vw,112px)!important;right:clamp(34px,6vw,112px)!important;top:10px!important;height:62px;border-radius:18px}
.v7-header.is-scrolled .v11-official-logo{width:78px;height:39px}
.v7-header.is-scrolled .v11-korea-mark{transform:translateX(-2px);opacity:.5}
.v7-header-inner{transition:padding .72s var(--v7-ease),gap .72s var(--v7-ease)}
.v7-header.is-scrolled .v7-header-inner{padding-inline:clamp(14px,2vw,28px);gap:clamp(16px,2.4vw,42px)}
.v7-header.is-scrolled .v7-contact{height:38px}

/* Section-to-section colour memory. */
.v11-flow-section{position:relative;isolation:isolate;margin-top:-1px}
.v11-section-bridge{position:absolute!important;z-index:1!important;top:0;left:0;right:0;height:clamp(92px,11vw,176px);overflow:hidden;pointer-events:none;opacity:.86;-webkit-mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.78) 34%,transparent 100%);mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.78) 34%,transparent 100%)}
.v11-section-bridge::before{content:"";position:absolute;inset:-38px -4%;background-image:linear-gradient(180deg,rgba(12,16,19,.16),var(--v11-bridge-to) 88%),var(--v11-bridge-image,linear-gradient(120deg,#222a30,#111519));background-position:center 78%;background-size:cover;filter:blur(28px) saturate(.74) contrast(.92);transform:scale(1.13);opacity:.72}
.v11-section-bridge::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(216,211,203,.07),transparent 72%);-webkit-backdrop-filter:blur(16px) saturate(112%);backdrop-filter:blur(16px) saturate(112%)}
.v11-flow-section>.shell,.v11-flow-section>.v7-image-story-media,.v11-flow-section>.v7-image-story-copy{position:relative;z-index:3}
.v7-image-story>.v11-section-bridge{grid-column:1/-1;width:100%;height:clamp(86px,9vw,150px);z-index:4!important}

/* Randomised pseudo-3D field, generated every load. */
.v11-depth-canvas{position:absolute!important;z-index:1!important;inset:0;width:100%;height:100%;pointer-events:none;opacity:.84;mix-blend-mode:screen}
.v7-section-dark::after{content:none!important;display:none!important}
.v7-section-dark>*:not(.v11-depth-canvas):not(.v11-section-bridge){position:relative;z-index:3}

/* Partner roles: one continuous field, no opaque card wall. */
.v11-partner-intro{padding-block:clamp(112px,13vw,210px)}
.v11-partner-copy{max-width:1220px}
.v11-partner-copy h2{max-width:1040px;margin-top:28px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,112px);font-weight:400;line-height:.92;letter-spacing:-.055em}
html:lang(ko) .v11-partner-copy h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(48px,6.1vw,96px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v11-network{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(70px,9vw,132px);border-top:1px solid rgba(222,216,207,.22);border-bottom:1px solid rgba(222,216,207,.22)}
.v11-network::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(239,23,56,.26) 26%,rgba(222,216,207,.16) 52%,rgba(126,145,158,.24) 74%,transparent);transform:scaleX(.82);pointer-events:none}
.v11-network article{position:relative;min-height:410px;padding:clamp(28px,3.2vw,50px);overflow:hidden;border-right:1px solid rgba(222,216,207,.16);background:linear-gradient(150deg,rgba(255,255,255,.018),transparent 58%);transition:transform .7s var(--v7-ease),background .7s var(--v7-ease)}
.v11-network article:last-child{border-right:0}
.v11-network article::before{content:"";position:absolute;width:270px;height:270px;right:-105px;bottom:-120px;border:1px solid rgba(222,216,207,.10);border-radius:50%;box-shadow:0 0 0 42px rgba(222,216,207,.025),0 0 0 84px rgba(239,23,56,.018);transition:transform .9s var(--v7-ease),border-color .7s ease}
.v11-network article::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 76%,rgba(239,23,56,.12),transparent 34%);opacity:0;transition:opacity .7s ease;pointer-events:none}
.v11-network article:hover{transform:translateY(-8px);background:linear-gradient(150deg,rgba(255,255,255,.035),transparent 62%)}
.v11-network article:hover::before{transform:scale(1.12) rotate(8deg);border-color:rgba(239,23,56,.18)}
.v11-network article:hover::after{opacity:.64}
.v11-network-meta{display:flex;justify-content:space-between;align-items:center;color:rgba(222,216,207,.46);font-size:8px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.v11-network-meta small{color:var(--v11-red);font:inherit}
.v11-network h3{max-width:420px;margin-top:clamp(86px,8vw,126px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.35vw,50px);font-weight:400;line-height:1.02}
html:lang(ko) .v11-network h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;letter-spacing:-.055em;line-height:1.15}
.v11-network p{position:relative;z-index:2;max-width:390px;margin-top:24px;color:rgba(218,212,203,.58);font-size:13px;line-height:1.82}
.v11-network i{position:absolute;left:clamp(28px,3.2vw,50px);bottom:34px;width:38px;height:1px;background:linear-gradient(90deg,var(--v11-red),transparent);transition:width .7s var(--v7-ease)}
.v11-network article:hover i{width:92px}

/* Keep the YouTube surface hidden until transient UI is gone. */
.v7-film-player{visibility:hidden!important;opacity:0!important;transition:opacity 1.5s var(--v7-ease)}
.v7-film-player.is-ready{visibility:visible!important;opacity:1!important}
.v7-hero-poster{z-index:1!important;opacity:1!important}.v7-hero-poster.is-film-ready{opacity:0!important}.v7-hero-shade{z-index:2!important}
.v7-film-player iframe,.v7-film-player video{pointer-events:none!important}

/* Footer: line-free aurora and a slowly pointer-lagged white/red wordmark. */
.v7-footer{--v11-footer-x:50%;--v11-footer-y:48%;--v11-footer-force:.2;background:#0f1316}
.v7-footer-visual{background:#11161a}
.v7-footer-visual::before{content:"";position:absolute;z-index:3;left:0;right:0;top:0;height:clamp(88px,10vw,164px);pointer-events:none;background:linear-gradient(180deg,rgba(14,18,21,.76),rgba(14,18,21,.24) 42%,transparent);-webkit-backdrop-filter:blur(10px) saturate(110%);backdrop-filter:blur(10px) saturate(110%);-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}
.v7-footer-visual-shade{z-index:1;background:radial-gradient(ellipse at var(--v11-footer-x) var(--v11-footer-y),rgba(239,23,56,.13),transparent 33%),radial-gradient(ellipse at calc(100% - var(--v11-footer-x)) 18%,rgba(150,166,177,.13),transparent 30%),linear-gradient(90deg,rgba(5,7,8,.84),rgba(7,9,10,.32) 58%,rgba(6,8,9,.64)),linear-gradient(180deg,rgba(4,5,6,.14),rgba(8,10,12,.82))}
.v7-footer-visual-grid{z-index:2;opacity:.72;background:radial-gradient(ellipse at var(--v11-footer-x) 96%,rgba(239,23,56,.16),transparent 28%),radial-gradient(ellipse at calc(100% - var(--v11-footer-x)) 14%,rgba(214,209,201,.09),transparent 27%),conic-gradient(from 210deg at 52% 80%,transparent 0 28%,rgba(126,145,158,.06) 36%,transparent 45% 67%,rgba(239,23,56,.05) 75%,transparent 84% 100%);filter:blur(34px) saturate(112%);transform:scale(1.14);animation:v11-footer-aurora 34s ease-in-out infinite alternate!important}
@keyframes v11-footer-aurora{0%{transform:translate3d(-2%,2%,0) scale(1.12) rotate(-1deg);opacity:.52}100%{transform:translate3d(3%,-2%,0) scale(1.19) rotate(1.2deg);opacity:.82}}
.v7-footer-visual-content{padding-bottom:clamp(176px,17vw,288px)}
.v7-footer-ghost{left:0!important;right:0!important;bottom:-.045em!important;width:100vw!important;max-width:none!important;padding:0 1.4vw!important;transform:none!important;display:flex!important;justify-content:center!important;align-items:flex-end!important;gap:.15em!important;line-height:.70!important;letter-spacing:-.064em!important;white-space:nowrap!important;overflow:visible!important;color:transparent!important;-webkit-text-stroke:0!important;text-align:center!important}
.v7-footer-ghost span{display:block;flex:none;color:transparent;background:linear-gradient(104deg,#d9d3ca 0%,#d9d3ca calc(var(--v11-footer-x) - 24%),#f1d7dc calc(var(--v11-footer-x) - 8%),var(--v11-red) var(--v11-footer-x),#c6d0d5 calc(var(--v11-footer-x) + 17%),#ded8cf 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-stroke:.8px rgba(222,216,207,.18);filter:drop-shadow(0 16px 34px rgba(0,0,0,.26))}
.v7-footer-info{margin-top:-1px;background:radial-gradient(ellipse at var(--v11-footer-x) 0%,rgba(239,23,56,.13),transparent 34%),radial-gradient(ellipse at calc(100% - var(--v11-footer-x)) 8%,rgba(133,151,163,.10),transparent 31%),linear-gradient(155deg,#12171b 0%,#0d1114 54%,#12171a 100%)}
.v7-footer-info::before{content:""!important;display:block!important;position:absolute!important;z-index:0!important;inset:-38% -24%!important;pointer-events:none;background:radial-gradient(circle at 24% 42%,rgba(219,213,204,.055),transparent 22%),radial-gradient(circle at 72% 36%,rgba(239,23,56,.075),transparent 25%),radial-gradient(circle at 52% 78%,rgba(115,133,146,.075),transparent 29%)!important;filter:blur(88px)!important;opacity:.78!important;animation:v11-footer-breathe 28s ease-in-out infinite alternate!important}
.v7-footer-info::after{content:""!important;display:block!important;position:absolute!important;z-index:1!important;inset:0!important;pointer-events:none;background:linear-gradient(180deg,rgba(214,209,201,.045),transparent 18%,transparent 78%,rgba(239,23,56,.025))!important;opacity:1!important;animation:none!important;-webkit-mask-image:none!important;mask-image:none!important}
@keyframes v11-footer-breathe{0%{transform:translate3d(-3%,1%,0) scale(.96);opacity:.56}100%{transform:translate3d(4%,-2%,0) scale(1.06);opacity:.84}}
.v7-footer-info>*{position:relative;z-index:3}

[data-water-reveal]{transform-origin:50% 100%}
[data-water-reveal]::before{content:"";position:absolute;z-index:-1;left:-8%;right:18%;top:8%;height:48%;background:linear-gradient(105deg,transparent,rgba(157,177,190,.08),transparent 64%);filter:blur(22px);transform:translate3d(calc(var(--v10-water-wave) * .8),0,0) skewX(-8deg);opacity:var(--v10-water-opacity);pointer-events:none}

@media(max-width:1180px){.v7-brand .v11-official-logo{width:86px;height:43px}.v11-korea-mark{font-size:6px;padding-left:9px}.v7-header.is-scrolled{left:clamp(26px,4.2vw,58px)!important;right:clamp(26px,4.2vw,58px)!important}}
@media(max-width:899px){.v7-header{height:66px!important}.v7-header.is-scrolled{left:18px!important;right:18px!important;top:8px!important;height:58px!important;border-radius:16px}.v7-brand .v11-official-logo{width:76px!important;height:38px!important}.v7-header.is-scrolled .v11-official-logo{width:68px!important;height:34px!important}.v11-korea-mark{font-size:5.5px;letter-spacing:.27em;padding-left:8px}.v7-header.is-scrolled .v11-korea-mark{opacity:.38}.v11-network{grid-template-columns:1fr}.v11-network article{min-height:330px;border-right:0;border-bottom:1px solid rgba(222,216,207,.16)}.v11-network article:last-child{border-bottom:0}.v11-network::before{left:50%;right:auto;top:0;bottom:0;width:1px;height:auto;background:linear-gradient(180deg,transparent,rgba(239,23,56,.20),rgba(126,145,158,.18),transparent);transform:none}.v11-network h3{margin-top:72px}.v11-depth-canvas{opacity:.68}.v11-section-bridge{height:116px;opacity:.74}}
@media(max-width:640px){.v7-brand{gap:8px}.v11-korea-mark{display:none}.v11-partner-copy h2{font-size:clamp(44px,12vw,64px)}.v11-network{margin-top:64px}.v11-network article{min-height:300px;padding:30px 22px}.v11-network h3{margin-top:64px;font-size:clamp(30px,9vw,42px)}.v11-network i{left:22px}.v7-footer-visual-content{padding-bottom:clamp(220px,66vw,310px)}.v7-footer-ghost{bottom:-.04em!important;padding:0 14px!important;flex-direction:column!important;justify-content:flex-end!important;align-items:flex-start!important;gap:0!important;line-height:.68!important;letter-spacing:-.075em!important;text-align:left!important}.v7-footer-ghost span:last-child{letter-spacing:-.083em}.v7-footer-visual-grid{filter:blur(26px);animation-duration:38s!important}.v11-section-bridge{height:96px;opacity:.66}}
@media(prefers-reduced-motion:reduce){.v11-depth-canvas{display:none!important}.v7-footer-visual-grid,.v7-footer-info::before{animation:none!important}.v7-header,.v7-brand .v11-official-logo{transition:none!important}}

/* LE FREEPORT KOREA V12 — performance-balanced depth and seamless colour flow */
:root{--v12-graphite:#10161a;--v12-graphite-raised:#151c21;--v12-mineral:#ddd7ce;--v12-cool:#83939d;--v12-red:#ef1738}

/* The bridge now crosses the boundary and fades at both ends, avoiding a visible horizontal band. */
.v11-flow-section{margin-top:-1px;isolation:isolate}
.v11-section-bridge{
  top:clamp(-92px,-6vw,-54px)!important;
  height:clamp(210px,22vw,340px)!important;
  opacity:.54!important;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.58) 18%,#000 36%,rgba(0,0,0,.58) 67%,transparent 100%)!important;
  mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.58) 18%,#000 36%,rgba(0,0,0,.58) 67%,transparent 100%)!important;
}
.v11-section-bridge::before{
  inset:-82px -9%!important;
  background-image:linear-gradient(180deg,rgba(13,17,20,.08) 0,var(--v11-bridge-to) 94%),var(--v11-bridge-image,linear-gradient(120deg,#252d32,#11171b))!important;
  background-position:center 72%!important;
  filter:blur(48px) saturate(.68) contrast(.88)!important;
  transform:scale(1.16)!important;
  opacity:.48!important;
}
.v11-section-bridge::after{
  inset:20% 0 0!important;
  background:linear-gradient(180deg,transparent 0,var(--v11-bridge-to) 100%)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  opacity:.46!important;
}
.v7-image-story>.v11-section-bridge{height:clamp(190px,20vw,310px)!important}

/* Low-resolution batched canvas: atmospheric rather than computationally dominant. */
.v11-depth-canvas{
  opacity:.48!important;
  mix-blend-mode:screen!important;
  contain:strict;
  transform:translateZ(0);
  image-rendering:auto;
  filter:saturate(.86) contrast(.94);
}
.v7-section-dark{
  background:
    radial-gradient(ellipse at 17% 24%,rgba(92,105,114,.095),transparent 38%),
    radial-gradient(ellipse at 82% 74%,rgba(72,43,51,.055),transparent 42%),
    linear-gradient(155deg,#11171b 0%,#0e1317 48%,#13191d 100%)!important;
}

/* Reveal the film sooner. Scaling the iframe crops transient edge UI while the poster masks the centre. */
.v7-film-player{visibility:hidden!important;opacity:0!important;transition:opacity 1.25s var(--v7-ease)!important}
.v7-film-player.is-ready{visibility:visible!important;opacity:1!important}
.v7-film-player iframe{transform:translate(-50%,-50%) scale(1.14)!important}
.v7-film-player video{transform:translate(-50%,-50%) scale(1.045)!important}
.v7-hero-poster{transition:opacity 1.35s var(--v7-ease),transform 2.4s var(--v7-ease)!important}

/* The wordmark area stays neutral; one wider red field begins only in the information footer below. */
.v7-footer-visual{background:#11171b!important}
.v7-footer-visual-shade{
  background:
    radial-gradient(ellipse at calc(100% - var(--v11-footer-x)) 20%,rgba(142,157,167,.105),transparent 38%),
    linear-gradient(90deg,rgba(5,7,8,.84),rgba(8,10,12,.31) 58%,rgba(6,8,9,.66)),
    linear-gradient(180deg,rgba(5,7,8,.12),rgba(9,12,14,.84))!important;
}
.v7-footer-visual-grid{
  background:
    radial-gradient(ellipse at var(--v11-footer-x) 90%,rgba(198,204,205,.075),transparent 38%),
    conic-gradient(from 215deg at 52% 84%,transparent 0 31%,rgba(126,145,158,.055) 39%,transparent 48% 69%,rgba(217,213,205,.035) 77%,transparent 86% 100%)!important;
  filter:blur(14px) saturate(104%)!important;
  opacity:.56!important;
  animation-duration:46s!important;
}
.v7-footer-ghost span{
  background:linear-gradient(104deg,
    #d7d1c8 0%,
    #d7d1c8 calc(var(--v11-footer-x) - 30%),
    #ead5d8 calc(var(--v11-footer-x) - 17%),
    #ef667d calc(var(--v11-footer-x) - 8%),
    var(--v12-red) var(--v11-footer-x),
    #ef667d calc(var(--v11-footer-x) + 8%),
    #d6c7c7 calc(var(--v11-footer-x) + 18%),
    #c8d0d3 calc(var(--v11-footer-x) + 31%),
    #dcd6cd 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
.v7-footer-info{
  background:
    radial-gradient(ellipse 78% 62% at var(--v11-footer-x) -7%,rgba(239,23,56,.155),rgba(239,23,56,.055) 34%,transparent 68%),
    linear-gradient(155deg,#141a1f 0%,#0e1317 54%,#141a1e 100%)!important;
}
.v7-footer-info::before{
  background:
    radial-gradient(circle at 22% 48%,rgba(218,213,204,.05),transparent 28%),
    radial-gradient(circle at 76% 42%,rgba(116,135,147,.075),transparent 34%)!important;
  filter:blur(54px)!important;
  opacity:.62!important;
  animation-duration:42s!important;
}
.v7-footer-info::after{background:linear-gradient(180deg,rgba(215,210,202,.04),transparent 22%,transparent 82%,rgba(120,138,150,.025))!important}

@media(max-width:899px){
  .v11-depth-canvas{opacity:.38!important}
  .v11-section-bridge{top:-58px!important;height:210px!important;opacity:.46!important}
}
@media(max-width:640px){
  .v11-section-bridge{top:-46px!important;height:176px!important;opacity:.42!important}
  .v7-film-player iframe{transform:translate(-50%,-50%) scale(1.22)!important}
  .v7-footer-visual-grid{filter:blur(10px)!important;opacity:.48!important}
  .v7-footer-info{background:radial-gradient(ellipse 112% 56% at var(--v11-footer-x) -5%,rgba(239,23,56,.14),rgba(239,23,56,.045) 38%,transparent 72%),linear-gradient(155deg,#141a1f 0%,#0e1317 58%,#141a1e 100%)!important}
}
@media(prefers-reduced-motion:reduce){
  .v11-depth-canvas{display:none!important}
}

/* Remove animated full-viewport blur filters; soft radial gradients provide depth at compositor cost. */
.v7-site::before,.v7-site::after{
  filter:none!important;
  opacity:.18!important;
  animation-duration:84s!important;
  will-change:transform;
}
.v7-section-dark::before{
  inset:-22%!important;
  background:
    radial-gradient(ellipse at 24% 34%,rgba(126,139,148,.075),transparent 30%),
    radial-gradient(ellipse at 76% 68%,rgba(83,99,110,.065),transparent 38%),
    radial-gradient(ellipse at 52% 88%,rgba(149,28,52,.032),transparent 28%)!important;
  filter:none!important;
  opacity:.52!important;
  animation-duration:86s!important;
  will-change:transform;
}
.v7-footer-visual-grid,.v7-footer-info::before{filter:none!important;will-change:transform}

/* LE FREEPORT KOREA V13 — reliable film, tall mobile depth and restrained footer interaction */
:root{--v13-red:#ef1738;--v13-neutral:#11171b}

/* The fallback film is local and control-free; the official frame crossfades only after confirmed playback. */
.v7-hero-media{z-index:0!important;background:#0d1215}
.v7-film-player{z-index:2!important;visibility:visible!important;opacity:1!important;background:#0d1215;transition:none!important}
.v7-hero-poster{z-index:3!important;opacity:1!important;pointer-events:none;transition:opacity 1.15s var(--v7-ease),transform 2.4s var(--v7-ease)!important}
.v7-hero-poster.is-film-ready{opacity:0!important}
.v7-hero-shade{z-index:4!important}
.v7-film-player .v13-fallback-film,.v7-film-player .v13-official-frame{position:absolute;top:50%;left:50%;width:max(100vw,177.78vh);height:max(100vh,56.25vw);border:0;object-fit:cover;pointer-events:none!important;transform:translate(-50%,-50%) scale(1.045)!important;filter:saturate(.72) contrast(1.08) brightness(.74);transition:opacity 1.65s var(--v7-ease)}
.v7-film-player .v13-fallback-film{z-index:1;opacity:1}
.v7-film-player .v13-official-frame{z-index:2;opacity:0;transform:translate(-50%,-50%) scale(1.18)!important}
.v7-film-player.has-official .v13-official-frame{opacity:1}
.v7-film-player.has-official .v13-fallback-film{opacity:.06}

/* Tall mobile sections use the full section height rather than a viewport-sized horizontal strip. */
.v11-depth-canvas{inset:0!important;width:100%!important;height:100%!important;min-height:100%!important}

/* Tidal copy now has a robust observer-driven state and does not depend on the canvas loop. */
[data-water-reveal]{--v13-water-y:58px;position:relative;opacity:.035!important;transform:translate3d(0,var(--v13-water-y),0) scale(.985)!important;filter:blur(12px)!important;transition:opacity 1.35s var(--v7-ease),transform 1.55s var(--v7-ease),filter 1.55s var(--v7-ease)!important;will-change:opacity,transform,filter}
[data-water-reveal].is-water-visible{--v13-water-y:0px;opacity:1!important;transform:translate3d(0,0,0) scale(1)!important;filter:blur(0)!important}
[data-water-reveal]>*{transform:none!important;will-change:transform}
[data-water-reveal].is-water-visible>*{animation:v13-tidal-float 6.8s ease-in-out infinite alternate}
[data-water-reveal]::before{left:-10%!important;right:12%!important;top:2%!important;height:58%!important;opacity:0!important;transform:translate3d(-3%,10px,0) skewX(-8deg)!important;transition:opacity 1.6s ease,transform 2s var(--v7-ease)!important}
[data-water-reveal].is-water-visible::before{opacity:.68!important;transform:translate3d(3%,-2px,0) skewX(-8deg)!important}
@keyframes v13-tidal-float{0%{transform:translate3d(0,1.5px,0)}45%{transform:translate3d(.6px,-1.8px,0)}100%{transform:translate3d(-.5px,-3.2px,0)}}

/* Keep the wordmark stage neutral. The single red field begins below it and is intentionally broader. */
.v7-footer-visual{isolation:isolate;background:var(--v13-neutral)!important}
.v7-footer-visual-shade{background:radial-gradient(ellipse at calc(100% - var(--v11-footer-x)) 18%,rgba(142,157,167,.11),transparent 42%),linear-gradient(90deg,rgba(5,7,8,.86),rgba(8,10,12,.30) 58%,rgba(6,8,9,.68)),linear-gradient(180deg,rgba(5,7,8,.10),rgba(9,12,14,.86))!important}
.v7-footer-visual-grid{background:radial-gradient(ellipse at calc(100% - var(--v11-footer-x)) 82%,rgba(198,204,205,.07),transparent 44%),conic-gradient(from 215deg at 52% 84%,transparent 0 31%,rgba(126,145,158,.052) 39%,transparent 48% 69%,rgba(217,213,205,.032) 77%,transparent 86% 100%)!important}
.v7-footer-ghost span{background:linear-gradient(104deg,#d7d1c8 0%,#d7d1c8 calc(var(--v11-footer-x) - 36%),#e7d3d6 calc(var(--v11-footer-x) - 23%),#ef7b8d calc(var(--v11-footer-x) - 13%),var(--v13-red) calc(var(--v11-footer-x) - 2%),var(--v13-red) calc(var(--v11-footer-x) + 4%),#ef7b8d calc(var(--v11-footer-x) + 15%),#d4c7c8 calc(var(--v11-footer-x) + 27%),#c8d0d3 calc(var(--v11-footer-x) + 40%),#dcd6cd 100%)!important;-webkit-background-clip:text!important;background-clip:text!important}
.v7-footer-info{background:radial-gradient(ellipse 138% 98% at var(--v11-footer-x) -10%,rgba(239,23,56,.19),rgba(239,23,56,.075) 38%,transparent 72%),linear-gradient(155deg,#141a1f 0%,#0e1317 56%,#141a1e 100%)!important}
.v7-footer-info::before{background:radial-gradient(circle at 24% 48%,rgba(218,213,204,.05),transparent 31%),radial-gradient(circle at 78% 42%,rgba(116,135,147,.078),transparent 36%)!important}

@media(max-width:899px){.v7-film-player .v13-official-frame{transform:translate(-50%,-50%) scale(1.24)!important}.v11-depth-canvas{opacity:.40!important}}
@media(max-width:640px){
  .v7-film-player .v13-fallback-film{width:max(100vw,177.78vh);height:max(100vh,56.25vw);transform:translate(-50%,-50%) scale(1.08)!important}
  .v7-film-player .v13-official-frame{transform:translate(-50%,-50%) scale(1.30)!important}
  .v7-footer-visual::after{content:"";position:absolute;z-index:3;left:0;right:0;bottom:0;height:clamp(178px,58vw,304px);pointer-events:none;background:linear-gradient(180deg,transparent 0,rgba(17,23,27,.74) 28%,#11171b 62%,#11171b 100%)}
  .v7-footer-visual-content{z-index:4!important}
  .v7-footer-ghost{bottom:0!important;z-index:5!important}
  .v7-footer-info{background:radial-gradient(ellipse 172% 94% at var(--v11-footer-x) -8%,rgba(239,23,56,.19),rgba(239,23,56,.07) 42%,transparent 76%),linear-gradient(155deg,#141a1f 0%,#0e1317 58%,#141a1e 100%)!important}
  [data-water-reveal]{--v13-water-y:44px}
}
@media(prefers-reduced-motion:reduce){.v7-film-player{display:none!important}.v7-hero-poster{opacity:1!important}[data-water-reveal]{opacity:1!important;transform:none!important;filter:none!important}[data-water-reveal]>*{animation:none!important}}


/* LE FREEPORT KOREA V14 — native film reliability, full-height depth and V12 flow restoration */

/* Native film: no iframe UI, no delayed opacity gate, and no dependency on JavaScript insertion. */
.v7-hero-media.v14-hero-media{z-index:0!important;background:#0d1215!important;overflow:hidden}
.v14-hero-fallback{position:absolute!important;z-index:0!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;visibility:visible!important;filter:saturate(.62) contrast(1.1) brightness(.68)!important;transform:scale(1.025)!important}
.v14-hero-video{position:absolute!important;z-index:1!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;background:#0d1215!important;filter:saturate(.74) contrast(1.08) brightness(.72)!important;transform:scale(1.025)!important}
.v7-hero-shade{z-index:2!important}.v7-hero-lines{z-index:3!important}.v7-hero-content{z-index:5!important}.v7-scroll,.v7-hero-index{z-index:6!important}
.v14-hero-media.is-native-fallback .v14-hero-video{display:none!important}

/* Restore the V12 cross-boundary blend exactly: long, bidirectional and without a hard colour panel. */
.v11-flow-section{margin-top:-1px!important;isolation:isolate!important}
.v11-section-bridge{top:clamp(-92px,-6vw,-54px)!important;height:clamp(210px,22vw,340px)!important;opacity:.54!important;overflow:hidden!important;-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.58) 18%,#000 36%,rgba(0,0,0,.58) 67%,transparent 100%)!important;mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.58) 18%,#000 36%,rgba(0,0,0,.58) 67%,transparent 100%)!important}
.v11-section-bridge::before{inset:-82px -9%!important;background-image:linear-gradient(180deg,rgba(13,17,20,.08) 0,var(--v11-bridge-to) 94%),var(--v11-bridge-image,linear-gradient(120deg,#252d32,#11171b))!important;background-position:center 72%!important;filter:blur(48px) saturate(.68) contrast(.88)!important;transform:scale(1.16)!important;opacity:.48!important}
.v11-section-bridge::after{inset:20% 0 0!important;background:linear-gradient(180deg,transparent 0,var(--v11-bridge-to) 100%)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:.46!important}
.v7-image-story>.v11-section-bridge{height:clamp(190px,20vw,310px)!important}

/* The canvas fills the complete content section. Increased visibility fixes desktop wash-out. */
.v7-section-dark{position:relative!important;overflow:hidden!important}
.v11-depth-canvas{display:block!important;position:absolute!important;z-index:1!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;opacity:.66!important;mix-blend-mode:screen!important;filter:saturate(.94) contrast(1.04)!important;contain:layout paint style!important;transform:translateZ(0)!important}
.v7-section-dark>*:not(.v11-depth-canvas):not(.v11-section-bridge){position:relative;z-index:3}

/* Never leave the tidal message blank if an observer is delayed or unavailable. */
[data-water-reveal]{opacity:.72!important;transform:translate3d(0,22px,0) scale(.992)!important;filter:blur(4px)!important;transition:opacity 1.15s var(--v7-ease),transform 1.45s var(--v7-ease),filter 1.45s var(--v7-ease)!important}
[data-water-reveal].is-water-visible{opacity:1!important;transform:translate3d(0,0,0) scale(1)!important;filter:blur(0)!important}

@media(max-width:899px){
  .v11-depth-canvas{opacity:.58!important}
  .v11-section-bridge{top:-58px!important;height:210px!important;opacity:.46!important}
  .v14-hero-video{transform:scale(1.06)!important}
}
@media(max-width:640px){
  .v11-section-bridge{top:-46px!important;height:176px!important;opacity:.42!important}
  .v14-hero-video{transform:scale(1.10)!important}
  [data-water-reveal]{opacity:.76!important;transform:translate3d(0,18px,0) scale(.994)!important;filter:blur(3px)!important}
  [data-water-reveal].is-water-visible{opacity:1!important;transform:none!important;filter:none!important}
}
@media(prefers-reduced-motion:reduce){
  .v14-hero-video{display:block!important;visibility:visible!important;opacity:1!important}
  .v11-depth-canvas{display:block!important;opacity:.46!important}
  [data-water-reveal]{opacity:.82!important;transform:none!important;filter:none!important}
}

/* V14.1 geometry fixes discovered in device-size verification. */
.v7-hero-media.v14-hero-media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:auto!important;height:auto!important;min-height:0!important}
.v7-close>.shell{flex:0 0 100%!important;width:100%!important;max-width:var(--v7-shell)!important;margin-inline:auto!important}

.v7-hero>.v7-hero-lines{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}
.v7-hero>.v7-scroll,.v7-hero>.v7-hero-index{position:absolute!important}
.v7-close>img,.v7-close>.v7-close-shade{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}
.v7-close>.shell{position:relative!important;z-index:3!important}

/* LE FREEPORT KOREA V15 — official film stream, measured chroma tracking and single-accent depth */

/* Official Singapore film: the iframe remains fully covered until its player has settled. */
.v7-hero-media.v15-official-media{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  background:#0d1215!important;
}
.v7-hero-media.v15-official-media>.v15-official-player{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
  visibility:hidden!important;
  opacity:0!important;
  background:#0d1215!important;
  transition:opacity 1.45s var(--v7-ease),visibility 0s linear 1.45s!important;
}
.v7-hero-media.v15-official-media>.v15-official-player.is-ready{
  visibility:visible!important;
  opacity:1!important;
  transition:opacity 1.45s var(--v7-ease),visibility 0s!important;
}
.v15-official-player iframe{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  width:max(100vw,177.78vh)!important;
  height:max(100vh,56.25vw)!important;
  min-width:100%!important;
  min-height:100%!important;
  border:0!important;
  pointer-events:none!important;
  transform:translate(-50%,-50%) scale(1.18)!important;
  transform-origin:center!important;
  filter:saturate(.74) contrast(1.08) brightness(.73)!important;
  background:#0d1215!important;
}
.v15-film-poster{
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none!important;
  filter:saturate(.62) contrast(1.1) brightness(.68)!important;
  transform:scale(1.025)!important;
  transition:opacity 1.2s var(--v7-ease),transform 2.4s var(--v7-ease)!important;
}
.v15-film-poster.is-film-ready{opacity:0!important;visibility:hidden!important;transition:opacity 1.2s var(--v7-ease),visibility 0s linear 1.2s!important}
.v7-hero-media.v15-official-media>.v7-hero-shade{z-index:3!important}
.v7-hero>.v7-hero-lines{z-index:4!important}
.v7-hero>.v7-hero-content{z-index:5!important}
.v7-hero>.v7-scroll,.v7-hero>.v7-hero-index{z-index:6!important}

/* Slightly brighter field without adding draw calls. One accent line is selected in JavaScript. */
.v11-depth-canvas{opacity:.72!important;filter:saturate(1.02) contrast(1.08)!important}

/* The official dark wordmark sits on a restrained mineral plaque in the dark footer. */
.v7-footer-brand img[src*="le-freeport-logo-dark.png"]{
  width:144px!important;
  height:72px!important;
  box-sizing:content-box!important;
  padding:11px 14px!important;
  object-fit:contain!important;
  background:linear-gradient(145deg,#e1ddd4,#d5d0c7)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:2px!important;
  box-shadow:0 18px 52px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.62)!important;
}

@media(max-width:899px){
  .v15-official-player iframe{transform:translate(-50%,-50%) scale(1.27)!important}
  .v11-depth-canvas{opacity:.62!important}
}
@media(max-width:640px){
  .v15-official-player iframe{width:max(100vw,177.78vh)!important;height:max(100vh,56.25vw)!important;transform:translate(-50%,-50%) scale(1.34)!important}
  .v7-footer-brand img[src*="le-freeport-logo-dark.png"]{width:126px!important;height:63px!important;padding:10px 12px!important}
}
@media(prefers-reduced-motion:reduce){
  .v7-hero-media.v15-official-media>.v15-official-player{display:none!important}
  .v15-film-poster{opacity:1!important;visibility:visible!important}
}


/* LE FREEPORT KOREA V16 — editorial refinement, robust film bootstrap and premium data journeys */

/* Official dark footer wordmark, kept fully transparent with no improvised plaque. */
.v7-footer-brand img[src*="le-freeport-logo-dark.png"]{
  width:144px!important;height:auto!important;box-sizing:border-box!important;padding:0!important;
  object-fit:contain!important;background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;filter:none!important;
}

/* Keep a graceful poster-to-film handoff while JS owns iframe loading. */
.v15-official-player iframe{opacity:1!important}
.v15-film-poster{transition:opacity 1.5s var(--v7-ease),visibility 0s linear 1.5s,transform 2.4s var(--v7-ease)!important}
.v15-film-poster.is-film-ready{transition:opacity 1.5s var(--v7-ease),visibility 0s linear 1.5s!important}

/* Home — remove the orphan chapter number and turn the content into one connected experience line. */
.v16-world{padding-block:clamp(118px,13vw,210px)}
.v16-world-head{display:grid;grid-template-columns:minmax(150px,.34fr) minmax(0,1.66fr);gap:clamp(34px,6vw,112px);align-items:start}
.v16-world-statement h2{max-width:1080px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,112px);font-weight:400;line-height:.92;letter-spacing:-.055em}
html:lang(ko) .v16-world-statement h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(48px,6.1vw,96px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v16-world-path{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(86px,10vw,150px);border-top:1px solid rgba(222,216,207,.22);border-bottom:1px solid rgba(222,216,207,.16)}
.v16-world-path::before{content:"";position:absolute;left:0;right:0;top:47px;height:1px;background:linear-gradient(90deg,var(--v11-red),rgba(222,216,207,.18) 22%,rgba(126,145,158,.22) 72%,transparent);opacity:.64}
.v16-world-path article{position:relative;min-height:410px;padding:30px clamp(26px,3.2vw,48px) 44px;border-right:1px solid rgba(222,216,207,.15);background:linear-gradient(148deg,rgba(255,255,255,.018),transparent 60%);overflow:hidden;transition:background .65s var(--v7-ease),transform .65s var(--v7-ease)}
.v16-world-path article:last-child{border-right:0}.v16-world-path article:hover{transform:translateY(-6px);background:linear-gradient(148deg,rgba(255,255,255,.035),transparent 66%)}
.v16-world-meta{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;height:36px;font-size:8px;font-weight:700;letter-spacing:.17em;color:var(--v11-red)}
.v16-world-meta i{display:block;width:8px;height:8px;border:1px solid rgba(222,216,207,.58);border-radius:50%;background:#111518;box-shadow:0 0 0 8px rgba(239,23,56,.04)}
.v16-world-path h3{margin-top:clamp(92px,9vw,138px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,3.5vw,56px);font-weight:400;line-height:1.02}
html:lang(ko) .v16-world-path h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;letter-spacing:-.045em}
.v16-world-path p{max-width:390px;margin-top:24px;color:var(--v11-dark-copy);font-size:13px;line-height:1.84}

/* Facility — asymmetric sovereign metric field with restrained red accents. */
.v16-sovereign{padding-block:clamp(118px,13vw,210px)}
.v16-sovereign-head{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:clamp(50px,8vw,140px);align-items:end}
.v16-sovereign-head h2{max-width:980px;margin-top:26px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,112px);font-weight:400;line-height:.92;letter-spacing:-.055em}
html:lang(ko) .v16-sovereign-head h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(48px,6.1vw,96px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v16-sovereign-head>p{max-width:480px;color:var(--v11-dark-copy);font-size:14px;line-height:1.9}
.v16-sovereign-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(82px,10vw,150px);border-top:1px solid rgba(222,216,207,.21);border-left:1px solid rgba(222,216,207,.14)}
.v16-sovereign-grid article{position:relative;min-height:400px;padding:clamp(26px,3vw,46px);border-right:1px solid rgba(222,216,207,.14);border-bottom:1px solid rgba(222,216,207,.14);overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.023),transparent 58%);transition:transform .7s var(--v7-ease),background .7s var(--v7-ease)}
.v16-sovereign-grid article.is-wide{grid-column:span 2}.v16-sovereign-grid article:hover{transform:translateY(-7px);background:linear-gradient(145deg,rgba(255,255,255,.042),transparent 62%)}
.v16-sovereign-grid article::after{content:"";position:absolute;right:-110px;bottom:-135px;width:300px;height:300px;border:1px solid rgba(239,23,56,.13);border-radius:50%;box-shadow:0 0 0 44px rgba(239,23,56,.024),0 0 0 88px rgba(126,145,158,.018);transition:transform .8s var(--v7-ease)}
.v16-sovereign-grid article:hover::after{transform:scale(1.08) rotate(8deg)}
.v16-metric-meta{display:flex;justify-content:space-between;align-items:center;font-size:8px;font-weight:700;letter-spacing:.17em;color:rgba(222,216,207,.42)}.v16-metric-meta small{color:var(--v11-red);font:inherit}
.v16-sovereign-grid strong{position:relative;z-index:2;display:block;margin-top:clamp(58px,7vw,104px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.2vw,82px);font-weight:400;line-height:.92;letter-spacing:-.05em}.v16-sovereign-grid h3{position:relative;z-index:2;margin-top:28px;font-size:12px;letter-spacing:.025em}.v16-sovereign-grid p{position:relative;z-index:2;max-width:420px;margin-top:17px;color:var(--v11-dark-copy);font-size:12px;line-height:1.78}.v16-sovereign-grid i{position:absolute;left:clamp(26px,3vw,46px);bottom:34px;width:42px;height:1px;background:linear-gradient(90deg,var(--v11-red),transparent)}

/* Services — one continuous custody route instead of four disconnected boxes. */
.v16-journey{padding-block:clamp(116px,13vw,210px)}
.v16-journey-layout{display:grid;grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);gap:clamp(64px,10vw,180px);align-items:start}
.v16-journey-head{position:sticky;top:calc(var(--v7-header-h) + 74px)}
.v16-journey-head h2{max-width:630px;margin-top:26px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6.4vw,100px);font-weight:400;line-height:.92;letter-spacing:-.055em}
html:lang(ko) .v16-journey-head h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(46px,5.8vw,88px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v16-journey-head>p{max-width:560px;margin-top:34px;color:var(--v11-paper-muted);font-size:14px;line-height:1.9}
.v16-journey-key{display:flex;align-items:center;gap:14px;margin-top:54px;color:rgba(20,23,24,.48);font-size:8px;font-weight:700;letter-spacing:.17em}.v16-journey-key i{flex:1;height:1px;background:linear-gradient(90deg,var(--v11-red),rgba(20,23,24,.25))}
.v16-journey-track{position:relative;border-top:1px solid rgba(20,23,24,.22)}
.v16-journey-track::before{content:"";position:absolute;left:34px;top:0;bottom:0;width:1px;background:linear-gradient(180deg,var(--v11-red),rgba(20,23,24,.22) 34%,rgba(20,23,24,.12) 76%,transparent)}
.v16-journey-track article{position:relative;display:grid;grid-template-columns:98px minmax(0,1fr);gap:clamp(24px,4vw,62px);min-height:260px;padding:42px 0 44px;border-bottom:1px solid rgba(20,23,24,.20)}
.v16-journey-track article::before{content:"";position:absolute;left:29px;top:48px;width:11px;height:11px;border:1px solid rgba(20,23,24,.40);border-radius:50%;background:#ddd8cf;box-shadow:0 0 0 10px rgba(239,23,56,.035)}
.v16-journey-index{display:flex;flex-direction:column;gap:8px;padding-left:52px;color:var(--v11-red)}.v16-journey-index span{font-family:Georgia,serif;font-size:22px}.v16-journey-index small{font-size:7px;font-weight:700;letter-spacing:.16em}
.v16-journey-track h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,3.5vw,54px);font-weight:400;line-height:1.04}
html:lang(ko) .v16-journey-track h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;letter-spacing:-.05em}
.v16-journey-track p{max-width:620px;margin-top:22px;color:var(--v11-paper-muted);font-size:13px;line-height:1.85}

/* About — a composed heritage axis, not a generic list. */
.v16-heritage{padding-block:clamp(118px,13vw,210px)}
.v16-heritage-head{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(46px,8vw,130px);align-items:end}.v16-heritage-head h2{max-width:940px;margin-top:26px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,7vw,112px);font-weight:400;line-height:.92;letter-spacing:-.055em}.v16-heritage-head>p{max-width:520px;color:var(--v11-dark-copy);font-size:14px;line-height:1.9}
html:lang(ko) .v16-heritage-head h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(48px,6.1vw,96px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v16-heritage-axis{position:relative;margin-top:clamp(86px,10vw,150px);border-top:1px solid rgba(222,216,207,.20)}
.v16-heritage-axis::before{content:"";position:absolute;left:31%;top:0;bottom:0;width:1px;background:linear-gradient(180deg,var(--v11-red),rgba(222,216,207,.16) 42%,rgba(126,145,158,.20) 78%,transparent)}
.v16-heritage-axis article{position:relative;display:grid;grid-template-columns:minmax(190px,.45fr) minmax(0,1.55fr);gap:clamp(50px,9vw,150px);min-height:270px;padding:46px 0;border-bottom:1px solid rgba(222,216,207,.16)}
.v16-heritage-axis article>i{position:absolute;left:calc(31% - 5px);top:54px;width:11px;height:11px;border:1px solid rgba(222,216,207,.52);border-radius:50%;background:#111518;box-shadow:0 0 0 11px rgba(239,23,56,.035)}
.v16-heritage-year{display:flex;flex-direction:column;align-items:flex-start}.v16-heritage-year strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5vw,76px);font-weight:400;line-height:.92;color:var(--v11-red);letter-spacing:-.04em}.v16-heritage-year small{margin-top:14px;font-size:7px;font-weight:700;letter-spacing:.18em;color:rgba(222,216,207,.42)}
.v16-heritage-axis h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,62px);font-weight:400;line-height:1.04}.v16-heritage-axis p{max-width:690px;margin-top:20px;color:var(--v11-dark-copy);font-size:13px;line-height:1.84}

/* High-resolution collection photography receives a more editorial crop and restrained grading. */
.v7-asset-grid img[src*="collection-"]{filter:saturate(.72) contrast(1.03) brightness(.92)!important;transform:scale(1.01)}
.v7-asset-grid article:hover img[src*="collection-"]{filter:saturate(.84) contrast(1.05) brightness(.96)!important;transform:scale(1.045)}
.v7-asset-grid img[src*="collection-art"]{object-position:50% 46%}.v7-asset-grid img[src*="collection-gold"]{object-position:52% 50%}.v7-asset-grid img[src*="collection-jewellery"]{object-position:54% 52%}.v7-asset-grid img[src*="collection-wine"]{object-position:48% 50%}.v7-asset-grid img[src*="collection-textile"]{object-position:50% 50%}

@media(max-width:1180px){
  .v16-sovereign-grid{grid-template-columns:repeat(2,1fr)}.v16-sovereign-grid article.is-wide{grid-column:span 1}
  .v16-journey-layout{grid-template-columns:minmax(270px,.68fr) minmax(0,1.32fr);gap:62px}
}
@media(max-width:899px){
  .v16-world-head,.v16-sovereign-head,.v16-heritage-head,.v16-journey-layout{grid-template-columns:1fr}
  .v16-world-path{grid-template-columns:1fr}.v16-world-path::before{left:42px;right:auto;top:0;bottom:0;width:1px;height:auto;background:linear-gradient(180deg,var(--v11-red),rgba(222,216,207,.18),transparent)}.v16-world-path article{min-height:320px;border-right:0;border-bottom:1px solid rgba(222,216,207,.15);padding-left:72px}.v16-world-meta i{position:absolute;left:-35px}.v16-world-path h3{margin-top:66px}
  .v16-sovereign-head>p,.v16-heritage-head>p{margin-top:10px}.v16-sovereign-grid{grid-template-columns:repeat(2,1fr)}
  .v16-journey-head{position:relative;top:auto}.v16-journey-track{margin-top:58px}
  .v16-heritage-axis::before{left:26px}.v16-heritage-axis article{grid-template-columns:1fr;gap:28px;padding-left:66px}.v16-heritage-axis article>i{left:21px}.v16-heritage-year strong{font-size:52px}
}
@media(max-width:640px){
  .v7-footer-brand img[src*="le-freeport-logo-dark.png"]{width:126px!important;height:auto!important;padding:0!important}
  .v16-world,.v16-sovereign,.v16-journey,.v16-heritage{padding-block:96px}
  .v16-world-statement h2,html:lang(ko) .v16-world-statement h2,.v16-sovereign-head h2,html:lang(ko) .v16-sovereign-head h2,.v16-journey-head h2,html:lang(ko) .v16-journey-head h2,.v16-heritage-head h2,html:lang(ko) .v16-heritage-head h2{font-size:clamp(42px,12vw,62px)}
  .v16-world-path{margin-top:62px}.v16-world-path article{min-height:290px;padding:26px 22px 38px 64px}.v16-world-path h3{font-size:36px}.v16-world-path p{font-size:12px}
  .v16-sovereign-grid{grid-template-columns:1fr;margin-top:64px}.v16-sovereign-grid article{min-height:350px}.v16-sovereign-grid strong{font-size:clamp(46px,14vw,68px)}
  .v16-journey-track article{grid-template-columns:74px minmax(0,1fr);gap:12px;min-height:230px}.v16-journey-track::before{left:20px}.v16-journey-track article::before{left:15px}.v16-journey-index{padding-left:36px}.v16-journey-track h3{font-size:34px}.v16-journey-key{margin-top:40px}
  .v16-heritage-axis{margin-top:64px}.v16-heritage-axis article{min-height:240px;padding:38px 0 38px 54px}.v16-heritage-axis::before{left:18px}.v16-heritage-axis article>i{left:13px;top:46px}.v16-heritage-axis h3{font-size:34px}.v16-heritage-year strong{font-size:46px}
}

/* LE FREEPORT KOREA V17 — integrated editorial systems and refined motion */
:root{--v17-paper:#dcd7ce;--v17-paper-deep:#d2cec6;--v17-ink:#11161a;--v17-copy:rgba(35,41,45,.64);--v17-line:rgba(26,31,35,.18);--v17-red:#ef1738}

/* The first transition under every hero carries the poster/video-start colour field farther into the page. */
.v11-section-bridge.is-hero-bridge{top:clamp(-126px,-8vw,-82px)!important;height:clamp(280px,29vw,430px)!important;opacity:.68!important;-webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.62) 12%,#000 31%,rgba(0,0,0,.72) 66%,transparent 100%)!important;mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.62) 12%,#000 31%,rgba(0,0,0,.72) 66%,transparent 100%)!important}
.v11-section-bridge.is-hero-bridge::before{inset:-96px -7%!important;background-image:linear-gradient(180deg,rgba(7,10,12,.02) 0,var(--v11-bridge-to) 96%),var(--v11-bridge-image)!important;background-position:center 76%!important;filter:blur(54px) saturate(.88) contrast(.90) brightness(.84)!important;transform:scale(1.20)!important;opacity:.68!important;animation:none}
.v11-section-bridge.is-hero-bridge::after{inset:30% 0 0!important;opacity:.34!important;background:linear-gradient(180deg,transparent,var(--v11-bridge-to) 94%)!important}
@keyframes v17-hero-colour-drift{to{transform:translate3d(1.8%,-1%,0) scale(1.23)}}

/* Footer consultation breathes before the wordmark stage. */
.v7-footer-visual-content{padding-top:clamp(132px,15vw,250px)!important}
.v7-footer-visual-content>.eyebrow{margin-top:clamp(12px,2vw,30px)}

/* Stronger but still batched line field. */
.v11-depth-canvas{opacity:.79!important;filter:saturate(1.06) contrast(1.12)!important}

/* Facility metric accent extends on interaction. */
.v16-sovereign-grid i{width:44px!important;transition:width .72s var(--v7-ease),filter .72s var(--v7-ease),opacity .72s ease!important;opacity:.78}
.v16-sovereign-grid article:hover i,.v16-sovereign-grid article:focus-within i{width:clamp(92px,9vw,152px)!important;filter:drop-shadow(0 0 8px rgba(239,23,56,.42));opacity:1}

/* HOME — compact image frame and a more considered operating-principles column. */
.v17-storage{position:relative;padding-block:clamp(112px,13vw,205px);background:linear-gradient(145deg,var(--v17-paper) 0%,var(--v17-paper-deep) 100%);color:var(--v17-ink);overflow:hidden}
.v17-storage::after{content:"";position:absolute;right:-14vw;top:8%;width:42vw;height:42vw;border:1px solid rgba(239,23,56,.08);border-radius:50%;box-shadow:0 0 0 7vw rgba(239,23,56,.018),0 0 0 14vw rgba(79,92,101,.018);pointer-events:none}
.v17-storage-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);gap:clamp(62px,10vw,172px);align-items:center}
.v17-storage-media{max-width:760px;justify-self:center;width:100%}
.v17-storage-media figure{position:relative;width:min(100%,690px);aspect-ratio:.92;margin:auto;padding:clamp(12px,1.4vw,22px);background:#171c20;box-shadow:0 34px 90px rgba(22,25,27,.22);overflow:hidden}
.v17-storage-media figure::after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.06),transparent 32%,rgba(0,0,0,.12));pointer-events:none}
.v17-storage-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.64) contrast(1.04) brightness(.88)}
.v17-storage-caption{display:flex;justify-content:space-between;gap:18px;margin-top:16px;color:rgba(31,37,41,.47);font-size:7px;font-weight:700;letter-spacing:.17em}
.v17-storage-copy{max-width:780px}.v17-storage-copy h2{margin-top:28px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6.4vw,102px);font-weight:400;line-height:.93;letter-spacing:-.056em}.v17-storage-copy>p:last-of-type{max-width:690px;margin-top:34px;color:var(--v17-copy);font-size:clamp(14px,1.15vw,18px);line-height:1.9}
html:lang(ko) .v17-storage-copy h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(46px,5.7vw,88px);font-weight:300;line-height:1.12;letter-spacing:-.071em}
.v17-storage-principles{margin-top:clamp(50px,6vw,82px);border-top:1px solid var(--v17-line)}.v17-storage-principles>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:24px;padding:21px 0;border-bottom:1px solid var(--v17-line)}.v17-storage-principles dt{color:var(--v17-red);font-size:8px;font-weight:700;letter-spacing:.18em}.v17-storage-principles dd{color:rgba(31,37,41,.70);font-size:13px;line-height:1.7}

/* FACILITY — architecture and operating sequence now inhabit one continuous system. */
.v17-architecture{position:relative;padding-block:clamp(112px,13vw,205px);background:linear-gradient(152deg,#ddd8cf,#d2cfc8);color:var(--v17-ink);overflow:hidden}
.v17-architecture-head{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(58px,9vw,150px);align-items:center}
.v17-architecture-copy h2{max-width:900px;margin-top:27px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6.7vw,106px);font-weight:400;line-height:.93;letter-spacing:-.056em}.v17-architecture-copy>p:last-child{max-width:690px;margin-top:34px;color:var(--v17-copy);font-size:14px;line-height:1.9}
html:lang(ko) .v17-architecture-copy h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(46px,5.9vw,90px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v17-architecture-media{position:relative;aspect-ratio:1.18;padding:clamp(12px,1.3vw,20px);background:#151a1e;box-shadow:0 34px 86px rgba(20,24,27,.20);overflow:hidden}.v17-architecture-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.55) contrast(1.06) brightness(.82)}.v17-architecture-media figcaption{position:absolute;left:clamp(28px,3vw,48px);right:clamp(28px,3vw,48px);bottom:30px;display:flex;justify-content:space-between;color:rgba(238,234,225,.68);font-size:7px;font-weight:700;letter-spacing:.16em}
.v17-architecture-route{position:relative;display:grid;grid-template-columns:repeat(5,1fr);margin-top:clamp(82px,10vw,148px);border-top:1px solid var(--v17-line);border-bottom:1px solid var(--v17-line)}
.v17-architecture-route::before{content:"";position:absolute;left:0;right:0;top:66px;height:1px;background:linear-gradient(90deg,var(--v17-red),rgba(28,34,38,.20) 26%,rgba(28,34,38,.12) 78%,transparent)}
.v17-architecture-route article{position:relative;min-height:350px;padding:28px clamp(20px,2.1vw,34px) 40px;border-right:1px solid var(--v17-line);overflow:hidden;transition:background .65s var(--v7-ease),transform .65s var(--v7-ease)}.v17-architecture-route article:last-child{border-right:0}.v17-architecture-route article:hover{transform:translateY(-6px);background:rgba(255,255,255,.17)}
.v17-architecture-route span{color:var(--v17-red);font-family:Georgia,serif;font-size:24px}.v17-architecture-route small{display:block;margin-top:17px;color:rgba(32,38,42,.48);font-size:7px;font-weight:700;letter-spacing:.17em}.v17-architecture-route h3{margin-top:clamp(72px,7vw,104px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(24px,2.45vw,38px);font-weight:400;line-height:1.08}.v17-architecture-route p{margin-top:19px;color:var(--v17-copy);font-size:12px;line-height:1.76}.v17-architecture-route i{position:absolute;left:clamp(20px,2.1vw,34px);bottom:26px;width:26px;height:1px;background:linear-gradient(90deg,var(--v17-red),transparent);transition:width .65s var(--v7-ease),filter .65s ease}.v17-architecture-route article:hover i{width:84px;filter:drop-shadow(0 0 7px rgba(239,23,56,.38))}
html:lang(ko) .v17-architecture-route h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;letter-spacing:-.04em}

/* SERVICES — programme modules share one field rather than a heading panel and detached list. */
.v17-programmes{position:relative;padding-block:clamp(116px,13vw,210px);overflow:hidden;background:radial-gradient(ellipse at 80% 18%,rgba(93,108,119,.08),transparent 32%),#101519}
.v17-programmes-head{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr);gap:clamp(58px,9vw,150px);align-items:center}.v17-programmes-head h2{max-width:950px;margin-top:28px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6.6vw,104px);font-weight:400;line-height:.93;letter-spacing:-.055em}.v17-programmes-head>div>p:last-child{max-width:700px;margin-top:34px;color:var(--v11-dark-copy);font-size:14px;line-height:1.9}
html:lang(ko) .v17-programmes-head h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(46px,5.8vw,90px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v17-programmes-head figure{position:relative;aspect-ratio:1.15;padding:14px;background:#080b0d;border:1px solid rgba(222,216,207,.13);overflow:hidden}.v17-programmes-head img{width:100%;height:100%;object-fit:cover;filter:saturate(.54) contrast(1.07) brightness(.72)}.v17-programmes-head figcaption{position:absolute;left:32px;bottom:30px;color:rgba(222,216,207,.62);font-size:7px;font-weight:700;letter-spacing:.17em}
.v17-programme-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:clamp(82px,10vw,148px);border-top:1px solid rgba(222,216,207,.19);border-bottom:1px solid rgba(222,216,207,.15)}.v17-programme-grid article{position:relative;min-height:360px;padding:30px clamp(20px,2.2vw,36px) 38px;border-right:1px solid rgba(222,216,207,.14);transition:background .65s var(--v7-ease),transform .65s var(--v7-ease)}.v17-programme-grid article:last-child{border-right:0}.v17-programme-grid article:hover{transform:translateY(-6px);background:linear-gradient(155deg,rgba(255,255,255,.035),transparent 64%)}.v17-programme-grid span{color:var(--v17-red);font-family:Georgia,serif;font-size:23px}.v17-programme-grid small{display:block;margin-top:18px;color:rgba(222,216,207,.43);font-size:7px;font-weight:700;letter-spacing:.17em}.v17-programme-grid h3{margin-top:clamp(72px,7vw,108px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(25px,2.55vw,40px);font-weight:400;line-height:1.06}.v17-programme-grid p{margin-top:20px;color:rgba(218,212,203,.58);font-size:12px;line-height:1.78}.v17-programme-cta{margin-top:52px!important;color:var(--v11-paper)!important}
html:lang(ko) .v17-programme-grid h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;letter-spacing:-.04em}

/* PARTNERS — trust and criteria are composed as one editorial network. */
.v17-trust{position:relative;padding-block:clamp(112px,13vw,205px);background:linear-gradient(148deg,#ddd8cf,#d1cec7);color:var(--v17-ink);overflow:hidden}.v17-trust-head{display:grid;grid-template-columns:minmax(360px,.94fr) minmax(0,1.06fr);gap:clamp(60px,9vw,150px);align-items:center}.v17-trust-head figure{position:relative;aspect-ratio:1.2;padding:14px;background:#151a1e;box-shadow:0 32px 82px rgba(21,25,28,.19);overflow:hidden}.v17-trust-head img{width:100%;height:100%;object-fit:cover;filter:saturate(.58) contrast(1.05) brightness(.83)}.v17-trust-head figcaption{position:absolute;left:30px;bottom:28px;color:rgba(238,234,225,.65);font-size:7px;font-weight:700;letter-spacing:.16em}.v17-trust-head h2{max-width:930px;margin-top:27px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6.5vw,104px);font-weight:400;line-height:.93;letter-spacing:-.055em}.v17-trust-head>div>p:last-child{max-width:690px;margin-top:34px;color:var(--v17-copy);font-size:14px;line-height:1.9}
html:lang(ko) .v17-trust-head h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(46px,5.8vw,88px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v17-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(82px,10vw,148px);border-top:1px solid var(--v17-line);border-bottom:1px solid var(--v17-line)}.v17-trust-grid article{position:relative;min-height:350px;padding:30px clamp(22px,2.4vw,40px) 42px;border-right:1px solid var(--v17-line);overflow:hidden;transition:background .65s var(--v7-ease),transform .65s var(--v7-ease)}.v17-trust-grid article:last-child{border-right:0}.v17-trust-grid article:nth-child(even){transform:translateY(30px)}.v17-trust-grid article:hover{background:rgba(255,255,255,.18);transform:translateY(-6px)}.v17-trust-grid article:nth-child(even):hover{transform:translateY(20px)}.v17-trust-grid span{color:var(--v17-red);font-family:Georgia,serif;font-size:24px}.v17-trust-grid small{display:block;margin-top:18px;color:rgba(32,38,42,.48);font-size:7px;font-weight:700;letter-spacing:.17em}.v17-trust-grid h3{margin-top:clamp(68px,7vw,102px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(26px,2.8vw,43px);font-weight:400;line-height:1.05}.v17-trust-grid p{margin-top:20px;color:var(--v17-copy);font-size:12px;line-height:1.78}.v17-trust-grid i{position:absolute;left:clamp(22px,2.4vw,40px);bottom:28px;width:30px;height:1px;background:linear-gradient(90deg,var(--v17-red),transparent);transition:width .65s var(--v7-ease)}.v17-trust-grid article:hover i{width:92px}.v17-trust-cta{margin-top:74px!important;color:var(--v17-ink)!important}
html:lang(ko) .v17-trust-grid h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;letter-spacing:-.04em}

/* ABOUT — vision and operating principles are read as a single proposition. */
.v17-vision{position:relative;padding-block:clamp(112px,13vw,205px);background:linear-gradient(148deg,#ded9d0,#d2cfc8);color:var(--v17-ink);overflow:hidden}.v17-vision-head{display:grid;grid-template-columns:minmax(360px,.94fr) minmax(0,1.06fr);gap:clamp(60px,9vw,150px);align-items:center}.v17-vision-head figure{position:relative;aspect-ratio:1.15;padding:14px;background:#151a1e;box-shadow:0 34px 88px rgba(20,24,27,.20);overflow:hidden}.v17-vision-head img{width:100%;height:100%;object-fit:cover;filter:saturate(.58) contrast(1.05) brightness(.82)}.v17-vision-head figcaption{position:absolute;left:30px;bottom:28px;color:rgba(238,234,225,.66);font-size:7px;font-weight:700;letter-spacing:.16em}.v17-vision-head h2{max-width:930px;margin-top:28px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6.5vw,104px);font-weight:400;line-height:.93;letter-spacing:-.055em}.v17-vision-head>div>p:last-child{max-width:700px;margin-top:34px;color:var(--v17-copy);font-size:14px;line-height:1.9}
html:lang(ko) .v17-vision-head h2{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-size:clamp(46px,5.8vw,90px);font-weight:300;line-height:1.12;letter-spacing:-.072em}
.v17-principle-rail{display:grid;grid-template-columns:repeat(4,1fr);margin-top:clamp(82px,10vw,148px);border-top:1px solid var(--v17-line);border-bottom:1px solid var(--v17-line)}.v17-principle-rail article{position:relative;min-height:330px;padding:30px clamp(22px,2.4vw,40px) 40px;border-right:1px solid var(--v17-line);transition:background .65s var(--v7-ease),transform .65s var(--v7-ease)}.v17-principle-rail article:last-child{border-right:0}.v17-principle-rail article:hover{transform:translateY(-6px);background:rgba(255,255,255,.17)}.v17-principle-rail span{color:var(--v17-red);font-family:Georgia,serif;font-size:24px}.v17-principle-rail small{display:block;margin-top:18px;color:rgba(32,38,42,.48);font-size:7px;font-weight:700;letter-spacing:.17em}.v17-principle-rail h3{margin-top:clamp(66px,7vw,100px);font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3vw,46px);font-weight:400;line-height:1.05}.v17-principle-rail p{margin-top:18px;color:var(--v17-copy);font-size:12px;line-height:1.76}
html:lang(ko) .v17-principle-rail h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;font-weight:300;letter-spacing:-.04em}

/* Revised collection crops. */
.v7-asset-grid img[src*="collection-art"]{object-position:50% 36%!important}.v7-asset-grid img[src*="collection-gold"]{object-position:50% 48%!important}.v7-asset-grid img[src*="collection-textile"]{object-position:50% 49%!important}

@media(max-width:1180px){
  .v17-storage-layout,.v17-architecture-head,.v17-programmes-head,.v17-trust-head,.v17-vision-head{grid-template-columns:1fr 1fr;gap:54px}
  .v17-architecture-route,.v17-programme-grid{grid-template-columns:repeat(3,1fr)}
  .v17-architecture-route article:nth-child(3),.v17-programme-grid article:nth-child(3){border-right:0}
  .v17-architecture-route article:nth-child(n+4),.v17-programme-grid article:nth-child(n+4){border-top:1px solid var(--v17-line)}
  .v17-trust-grid,.v17-principle-rail{grid-template-columns:repeat(2,1fr)}
  .v17-trust-grid article:nth-child(2n),.v17-principle-rail article:nth-child(2n){border-right:0}
  .v17-trust-grid article:nth-child(n+3),.v17-principle-rail article:nth-child(n+3){border-top:1px solid var(--v17-line)}
  .v17-trust-grid article:nth-child(even){transform:none}.v17-trust-grid article:nth-child(even):hover{transform:translateY(-6px)}
}
@media(max-width:899px){
  .v11-section-bridge.is-hero-bridge{top:-70px!important;height:250px!important;opacity:.58!important}
  .v17-storage-layout,.v17-architecture-head,.v17-programmes-head,.v17-trust-head,.v17-vision-head{grid-template-columns:1fr;gap:58px}
  .v17-storage-media{order:2}.v17-storage-copy{order:1}.v17-storage-media figure{width:min(100%,640px)}
  .v17-architecture-media,.v17-programmes-head figure,.v17-trust-head figure,.v17-vision-head figure{max-width:720px;width:100%;justify-self:center}
  .v17-architecture-route,.v17-programme-grid{grid-template-columns:repeat(2,1fr)}
  .v17-architecture-route article:nth-child(n),.v17-programme-grid article:nth-child(n){border-right:1px solid var(--v17-line);border-top:1px solid var(--v17-line)}
  .v17-architecture-route article:nth-child(odd),.v17-programme-grid article:nth-child(odd){border-left:0}.v17-architecture-route article:nth-child(even),.v17-programme-grid article:nth-child(even){border-right:0}
  .v17-architecture-route::before{display:none}
  .v7-footer-visual-content{padding-top:clamp(116px,16vw,180px)!important}
  .v11-depth-canvas{opacity:.70!important}
}
@media(max-width:640px){
  .v11-section-bridge.is-hero-bridge{top:-52px!important;height:190px!important;opacity:.50!important}
  .v17-storage,.v17-architecture,.v17-programmes,.v17-trust,.v17-vision{padding-block:94px}
  .v17-storage-copy h2,html:lang(ko) .v17-storage-copy h2,.v17-architecture-copy h2,html:lang(ko) .v17-architecture-copy h2,.v17-programmes-head h2,html:lang(ko) .v17-programmes-head h2,.v17-trust-head h2,html:lang(ko) .v17-trust-head h2,.v17-vision-head h2,html:lang(ko) .v17-vision-head h2{font-size:clamp(41px,11.8vw,60px)}
  .v17-storage-principles>div{grid-template-columns:82px minmax(0,1fr);gap:16px}
  .v17-architecture-route,.v17-programme-grid,.v17-trust-grid,.v17-principle-rail{grid-template-columns:1fr}
  .v17-architecture-route article,.v17-programme-grid article,.v17-trust-grid article,.v17-principle-rail article{min-height:290px;border-right:0!important;border-top:1px solid var(--v17-line)!important}
  .v17-architecture-route article:first-child,.v17-programme-grid article:first-child,.v17-trust-grid article:first-child,.v17-principle-rail article:first-child{border-top:0!important}
  .v17-architecture-route h3,.v17-programme-grid h3,.v17-trust-grid h3,.v17-principle-rail h3{margin-top:58px}
  .v17-storage-media figure{aspect-ratio:.88;padding:10px}
  .v17-architecture-media,.v17-programmes-head figure,.v17-trust-head figure,.v17-vision-head figure{aspect-ratio:1.05}
  .v7-footer-visual-content{padding-top:118px!important}
  .v11-depth-canvas{opacity:.66!important}
}

/* LE FREEPORT KOREA V18 — live film colour, convergent depth and safe mobile control */
:root{
  --v18-bridge-depth:clamp(270px,31vw,470px);
  --v18-top-safe:calc(24px + env(safe-area-inset-bottom,0px));
}

/*
 * The actual composited film layer is reflected below the hero.  This means
 * the transition responds to the moving lower edge of the video, rather than
 * remembering a single poster colour.  V12's bridge remains the fallback on
 * engines without -webkit-box-reflect.
 */
.v18-reflection-supported .v7-hero.v18-live-hero{
  z-index:4!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.v18-reflection-supported .v18-live-hero>.v7-hero-media.v15-official-media{
  overflow:visible!important;
  -webkit-box-reflect:below 0 linear-gradient(180deg,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,.92) 9%,
    rgba(0,0,0,.68) 20%,
    rgba(0,0,0,.34) 34%,
    rgba(0,0,0,.10) 48%,
    transparent 63%);
}
.v18-reflection-supported .v18-live-hero>.v7-hero-lines,
.v18-reflection-supported .v18-live-hero>.v7-hero-content,
.v18-reflection-supported .v18-live-hero>.v7-scroll,
.v18-reflection-supported .v18-live-hero>.v7-hero-index{
  position:relative;
  z-index:7!important;
}
.v18-reflection-supported .v18-live-hero>.v7-hero-lines,
.v18-reflection-supported .v18-live-hero>.v7-scroll,
.v18-reflection-supported .v18-live-hero>.v7-hero-index{position:absolute!important}
.v18-live-bridge-blur{
  position:absolute;
  z-index:5;
  top:100%;
  left:0;
  right:0;
  height:var(--v18-bridge-depth);
  pointer-events:none;
  background:linear-gradient(180deg,
    rgba(11,15,18,.012) 0%,
    rgba(11,15,18,.07) 24%,
    rgba(11,15,18,.27) 61%,
    rgba(14,18,21,.88) 100%);
  -webkit-backdrop-filter:blur(54px) saturate(132%) contrast(.94);
  backdrop-filter:blur(54px) saturate(132%) contrast(.94);
  -webkit-mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.96) 14%,rgba(0,0,0,.72) 52%,transparent 100%);
  mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.96) 14%,rgba(0,0,0,.72) 52%,transparent 100%);
  opacity:.92;
}
.v18-live-colour-bridge{
  z-index:2!important;
  background:transparent!important;
  overflow:visible!important;
}
.v18-connected-base{
  position:absolute!important;
  z-index:0!important;
  inset:0!important;
  pointer-events:none;
  background:
    radial-gradient(ellipse at 17% 24%,rgba(92,105,114,.095),transparent 38%),
    radial-gradient(ellipse at 82% 74%,rgba(72,43,51,.055),transparent 42%),
    linear-gradient(155deg,#11171b 0%,#0e1317 48%,#13191d 100%);
  -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.12) 72px,rgba(0,0,0,.70) 230px,#000 390px);
  mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.12) 72px,rgba(0,0,0,.70) 230px,#000 390px);
}
.v18-live-colour-bridge>.v11-section-bridge.is-hero-bridge{display:none!important}
.v18-live-colour-bridge>.v18-connected-base~*:not(.v11-depth-canvas):not(.v11-section-bridge){position:relative;z-index:3}

/* Higher-density perspective field, still rendered as six batched strokes. */
.v11-depth-canvas{opacity:.87!important;filter:saturate(1.09) contrast(1.16)!important}

/* Editorial framing for the two new public-domain collection images. */
.v7-asset-grid img[src*="collection-jewellery"]{object-position:50% 45%!important}
.v7-asset-grid img[src*="collection-textile"]{object-position:50% 48%!important}

/* Designed mobile-safe top control, clear of iOS status and browser chrome. */
.v18-top-control{
  position:fixed;
  z-index:480;
  right:max(22px,env(safe-area-inset-right,0px));
  bottom:var(--v18-top-safe);
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  padding:0;
  border:1px solid rgba(222,216,207,.27);
  border-radius:50%;
  background:rgba(15,20,24,.54);
  color:rgba(226,220,211,.90);
  box-shadow:0 18px 48px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(24px) saturate(125%);
  backdrop-filter:blur(24px) saturate(125%);
  opacity:0;
  visibility:hidden;
  transform:translate3d(0,18px,0) scale(.90);
  pointer-events:none;
  transition:opacity .5s var(--v7-ease),transform .65s var(--v7-ease),border-color .3s ease,background .3s ease,visibility .5s;
}
.v18-top-control.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.v18-top-control span{font-size:18px;line-height:1;transform:translateY(1px)}
.v18-top-control small{position:absolute;bottom:9px;font-size:5px;font-weight:700;letter-spacing:.16em;opacity:.54}
.v18-top-control:hover,.v18-top-control:focus-visible{border-color:rgba(239,23,56,.62);background:rgba(22,25,28,.78);outline:none}

@media(max-width:899px){
  :root{--v18-bridge-depth:clamp(230px,46vw,330px)}
  .v18-live-bridge-blur{-webkit-backdrop-filter:blur(42px) saturate(124%);backdrop-filter:blur(42px) saturate(124%)}
  .v11-depth-canvas{opacity:.79!important}
  .v18-top-control{
    right:max(18px,env(safe-area-inset-right,0px));
    bottom:calc(86px + env(safe-area-inset-bottom,0px));
    width:54px;
    height:54px;
  }
}
@media(max-width:640px){
  .v18-reflection-supported .v18-live-hero>.v7-hero-media.v15-official-media{
    -webkit-box-reflect:below 0 linear-gradient(180deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.70) 22%,rgba(0,0,0,.20) 45%,transparent 64%);
  }
  .v18-connected-base{
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.18) 56px,rgba(0,0,0,.76) 170px,#000 285px);
    mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.18) 56px,rgba(0,0,0,.76) 170px,#000 285px);
  }
  .v7-asset-grid img[src*="collection-jewellery"]{object-position:50% 42%!important}
  .v7-asset-grid img[src*="collection-textile"]{object-position:50% 44%!important}
}
@media(prefers-reduced-motion:reduce){
  .v18-top-control{transition:none}
  .v18-live-bridge-blur{-webkit-backdrop-filter:blur(42px);backdrop-filter:blur(42px)}
}

/* V18.1 stacking correction: colour passes behind content, never over typography. */
.v11-section-bridge.is-hero-bridge{
  top:clamp(-92px,-6vw,-54px)!important;
  height:clamp(210px,22vw,340px)!important;
  opacity:.54!important;
  -webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.58) 18%,#000 36%,rgba(0,0,0,.58) 67%,transparent 100%)!important;
  mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.58) 18%,#000 36%,rgba(0,0,0,.58) 67%,transparent 100%)!important;
}
.v18-reflection-supported .v7-hero.v18-live-hero{z-index:1!important}
.v18-reflection-supported .v18-live-colour-bridge{z-index:2!important}
.v18-reflection-supported .v18-live-colour-bridge::before{content:none!important;display:none!important}
.v18-reflection-supported .v18-live-colour-bridge>.v11-depth-canvas{z-index:1!important}
.v18-reflection-supported .v18-live-colour-bridge>.v18-connected-base{z-index:0!important}
.v18-reflection-supported .v18-live-colour-bridge>.shell,
.v18-reflection-supported .v18-live-colour-bridge>[class*="grid"],
.v18-reflection-supported .v18-live-colour-bridge>[class*="path"]{position:relative;z-index:3}


/* LE FREEPORT KOREA V19 — performance bridge, graphite-red wordmark and tighter navigation */

/*
 * V18's full-screen -webkit-box-reflect and 54px backdrop blur duplicated the
 * moving iframe surface. Disable that expensive path and retain the static,
 * poster-derived V12 bridge. This removes a continuously repainted full-width
 * layer while preserving a soft colour handoff below every hero.
 */
.v18-reflection-supported .v7-hero.v18-live-hero{overflow:hidden!important;z-index:auto!important}
.v18-reflection-supported .v18-live-hero>.v7-hero-media.v15-official-media{-webkit-box-reflect:none!important}
.v18-live-bridge-blur,.v18-connected-base{display:none!important}
.v18-live-colour-bridge{background:inherit!important;overflow:hidden!important}
.v18-live-colour-bridge>.v11-section-bridge.is-hero-bridge{display:block!important}
.v11-section-bridge.is-hero-bridge{
  opacity:.48!important;
  height:clamp(196px,20vw,312px)!important;
  -webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.52) 20%,#000 39%,rgba(0,0,0,.48) 68%,transparent 100%)!important;
  mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.52) 20%,#000 39%,rgba(0,0,0,.48) 68%,transparent 100%)!important;
}
.v11-section-bridge.is-hero-bridge::before{
  filter:blur(34px) saturate(.72) contrast(.91)!important;
  opacity:.46!important;
  transform:scale(1.12)!important;
}

/* Graphite replaces white in the moving wordmark; the red focal band remains. */
.v7-footer-ghost span{
  background:linear-gradient(104deg,
    #747d81 0%,
    #8b9497 calc(var(--v11-footer-x) - 36%),
    #a2a6a5 calc(var(--v11-footer-x) - 23%),
    #c46a76 calc(var(--v11-footer-x) - 13%),
    #ef1738 calc(var(--v11-footer-x) - 3%),
    #ef1738 calc(var(--v11-footer-x) + 5%),
    #c96673 calc(var(--v11-footer-x) + 16%),
    #969da0 calc(var(--v11-footer-x) + 29%),
    #70797d calc(var(--v11-footer-x) + 43%),
    #626b70 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-stroke:.65px rgba(179,185,185,.16)!important;
}

/* Restore the official transparent white logo in every footer. */
.v7-footer-brand img[src*="le-freeport-logo-light.png"]{
  width:144px!important;
  height:auto!important;
  padding:0!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
}

/* A more compact scrolled header reveals additional page area. */
@media(min-width:1181px){
  .v7-header.is-scrolled{
    left:clamp(82px,10.5vw,190px)!important;
    right:clamp(82px,10.5vw,190px)!important;
    top:8px!important;
    height:56px!important;
    border-radius:16px!important;
  }
  .v7-header.is-scrolled .v11-official-logo{width:70px!important;height:35px!important}
  .v7-header.is-scrolled .v7-header-inner{padding-inline:clamp(13px,1.6vw,24px)!important;gap:clamp(14px,2vw,34px)!important}
  .v7-header.is-scrolled .v7-contact{height:36px!important}
}
@media(min-width:900px) and (max-width:1180px){
  .v7-header.is-scrolled{
    left:clamp(48px,7vw,82px)!important;
    right:clamp(48px,7vw,82px)!important;
    top:8px!important;
    height:54px!important;
    border-radius:15px!important;
  }
  .v7-header.is-scrolled .v11-official-logo{width:66px!important;height:33px!important}
}
@media(max-width:899px){
  .v7-header.is-scrolled{
    left:26px!important;
    right:26px!important;
    top:7px!important;
    height:52px!important;
    border-radius:15px!important;
  }
  .v7-header.is-scrolled .v11-official-logo{width:62px!important;height:31px!important}
  .v11-section-bridge.is-hero-bridge{height:188px!important;opacity:.43!important}
}
@media(max-width:640px){
  .v7-footer-brand img[src*="le-freeport-logo-light.png"]{width:126px!important}
  .v11-section-bridge.is-hero-bridge{height:164px!important;opacity:.40!important}
}

/* LE FREEPORT KOREA V20 — preblurred bridge, optical wordmark fit and minimum navigation */

/*
 * The film-to-content handoff now uses a tiny preblurred raster generated at
 * build time. No full-width CSS blur or transform animation is left running,
 * so scrolling does not continuously re-rasterise the bridge.
 */
.v20-preblurred-film-bridge .v11-section-bridge.is-hero-bridge{
  contain:paint!important;
  transform:translateZ(0);
}
.v20-preblurred-film-bridge .v11-section-bridge.is-hero-bridge::before{
  inset:-10px -2%!important;
  background-position:center 54%!important;
  background-size:cover!important;
  filter:none!important;
  animation:none!important;
  transform:scale(1.025)!important;
  opacity:.84!important;
  will-change:auto!important;
}
.v20-preblurred-film-bridge .v11-section-bridge.is-hero-bridge::after{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  opacity:.48!important;
}

/* Give the large footer lettering a complete glyph box on every edge. */
.v7-footer-visual-content{overflow:visible!important}
.v7-footer-ghost{
  z-index:6!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:100%!important;
  padding:0 clamp(18px,1.6vw,34px) .025em!important;
  box-sizing:border-box!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:.14em!important;
  line-height:.86!important;
  overflow:visible!important;
  font-kerning:normal;
  text-rendering:geometricPrecision;
}
.v7-footer-ghost span{
  display:block!important;
  flex:none!important;
  padding:.10em .018em .035em!important;
  background:linear-gradient(104deg,
    #5d6467 0%,
    #6f7679 calc(var(--v11-footer-x) - 36%),
    #828584 calc(var(--v11-footer-x) - 23%),
    #b45f6a calc(var(--v11-footer-x) - 13%),
    #ef1738 calc(var(--v11-footer-x) - 3%),
    #ef1738 calc(var(--v11-footer-x) + 5%),
    #b65b67 calc(var(--v11-footer-x) + 16%),
    #787e80 calc(var(--v11-footer-x) + 29%),
    #5a6164 calc(var(--v11-footer-x) + 43%),
    #4f565a 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-stroke:.62px rgba(151,158,159,.15)!important;
}
.v7-footer-ghost span:first-child{padding-left:.035em!important}
.v7-footer-ghost span:last-child{padding-right:.075em!important}
.v7-footer-info{position:relative;z-index:1}

/* Centre the header and shrink it to the minimum comfortable content width. */
.v7-header{
  left:0!important;
  right:0!important;
  width:calc(100vw - 36px)!important;
  margin-inline:auto!important;
  transform:none!important;
  transition:
    width .58s var(--v7-ease),height .52s var(--v7-ease),top .52s var(--v7-ease),
    border-radius .52s var(--v7-ease),background .45s var(--v7-ease),
    box-shadow .45s var(--v7-ease),border-color .45s var(--v7-ease)!important;
}
@media(min-width:1181px){
  .v7-header.is-scrolled{
    left:0!important;
    right:0!important;
    width:min(calc(100vw - 40px),1040px)!important;
    height:52px!important;
    top:7px!important;
    margin-inline:auto!important;
    transform:none!important;
    border-radius:15px!important;
  }
  .v7-header.is-scrolled .v7-header-inner{
    grid-template-columns:auto auto auto!important;
    justify-content:space-between!important;
    padding-inline:18px!important;
    gap:clamp(18px,2.2vw,34px)!important;
  }
  .v7-header.is-scrolled .v7-desktop-nav{gap:clamp(20px,2vw,32px)!important}
  .v7-header.is-scrolled .v7-header-actions{gap:10px!important}
  .v7-header.is-scrolled .v11-official-logo{width:66px!important;height:33px!important}
  .v7-header.is-scrolled .v7-contact{height:34px!important;padding-left:14px!important}
  .v7-header.is-scrolled .v7-contact i{width:29px!important;height:29px!important}
}
@media(min-width:900px) and (max-width:1180px){
  .v7-header.is-scrolled{
    left:0!important;
    right:0!important;
    width:min(calc(100vw - 36px),880px)!important;
    height:50px!important;
    top:7px!important;
    margin-inline:auto!important;
    transform:none!important;
    border-radius:14px!important;
  }
  .v7-header.is-scrolled .v7-header-inner{padding-inline:14px!important;gap:18px!important}
  .v7-header.is-scrolled .v11-official-logo{width:62px!important;height:31px!important}
}
@media(max-width:899px){
  .v7-header{width:calc(100vw - 20px)!important}
  .v7-header.is-scrolled{
    left:0!important;
    right:0!important;
    width:min(calc(100vw - 64px),420px)!important;
    height:48px!important;
    top:6px!important;
    margin-inline:auto!important;
    transform:none!important;
    border-radius:14px!important;
  }
  .v7-header.is-scrolled .v7-header-inner{padding:0 8px 0 12px!important;gap:10px!important}
  .v7-header.is-scrolled .v11-official-logo{width:58px!important;height:29px!important}
  .v7-header.is-scrolled .v7-menu-toggle{width:40px!important;height:40px!important}
  .v7-header.is-scrolled .v7-menu-toggle i{left:10px!important;width:20px!important}
}
@media(max-width:640px){
  .v7-footer-ghost{
    bottom:0!important;
    padding:0 14px .035em!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    text-align:left!important;
    gap:0!important;
    line-height:.79!important;
  }
  .v7-footer-ghost span{padding:.075em .02em .02em!important}
  .v7-footer-ghost span:last-child{padding-right:.045em!important;letter-spacing:-.078em!important}
}
@media(prefers-reduced-motion:reduce){
  .v7-header{transition:none!important}
}


/* LE FREEPORT KOREA V21 — optical flush wordmark, richer section systems and varied depth scenes */
:root{--v21-red:#ef1738;--v21-graphite:#0f1418;--v21-paper:#ded8cf}
.v11-korea-mark{font-size:8.6px!important;letter-spacing:.31em!important;color:rgba(222,216,207,.72)!important}
.v7-header.is-scrolled .v11-korea-mark{font-size:8px!important;letter-spacing:.28em!important}
@media(min-width:1181px){
  .v7-header.is-scrolled{width:min(calc(100vw - 42px),880px)!important;height:50px!important;top:6px!important;border-radius:14px!important}
  .v7-header.is-scrolled .v7-header-inner{padding-inline:14px!important;gap:clamp(11px,1.3vw,22px)!important}
  .v7-header.is-scrolled .v7-desktop-nav{gap:clamp(15px,1.5vw,25px)!important}
  .v7-header.is-scrolled .v7-contact{height:32px!important;padding:0 4px 0 12px!important;gap:9px!important}
  .v7-header.is-scrolled .v7-contact i{width:27px!important;height:27px!important}
  .v7-header.is-scrolled .v7-language{font-size:8px!important}
  .v7-header.is-scrolled .v11-official-logo{width:61px!important;height:30.5px!important}
}
@media(min-width:900px) and (max-width:1180px){
  .v7-header.is-scrolled{width:min(calc(100vw - 38px),760px)!important;height:48px!important;top:6px!important;border-radius:14px!important}
  .v7-header.is-scrolled .v7-header-inner{padding-inline:13px!important;gap:14px!important}
  .v7-header.is-scrolled .v7-desktop-nav{gap:18px!important}
  .v7-header.is-scrolled .v11-official-logo{width:58px!important;height:29px!important}
}
@media(max-width:899px){
  .v7-header.is-scrolled{width:min(calc(100vw - 74px),350px)!important;height:46px!important;top:6px!important;border-radius:14px!important}
  .v7-header.is-scrolled .v11-official-logo{width:54px!important;height:27px!important}
  .v7-header.is-scrolled .v11-korea-mark{font-size:7.7px!important;letter-spacing:.24em!important}
}

/* Flush footer wordmark: no side gaps, bottom locked to the footer seam. */
.v7-footer-visual{overflow:hidden!important;contain:layout paint}
.v7-footer-visual-content{padding-bottom:clamp(178px,14.5vw,250px)!important}
.v7-footer-ghost{
  left:50%!important;right:auto!important;bottom:-.02em!important;width:100vw!important;max-width:none!important;
  transform:translateX(-50%)!important;padding:0!important;box-sizing:border-box!important;
  justify-content:center!important;align-items:flex-end!important;gap:.155em!important;line-height:.735!important;
  letter-spacing:0!important;overflow:visible!important;z-index:6!important;text-align:center!important;
}
.v7-footer-ghost span{
  padding:.125em 0 0!important;margin:0!important;line-height:.735!important;filter:drop-shadow(0 14px 26px rgba(0,0,0,.22));
  background:linear-gradient(104deg,
    #3d4447 0%,
    #474f52 calc(var(--v11-footer-x) - 37%),
    #545b5e calc(var(--v11-footer-x) - 24%),
    #8c5159 calc(var(--v11-footer-x) - 14%),
    #ef1738 calc(var(--v11-footer-x) - 3%),
    #ef1738 calc(var(--v11-footer-x) + 5%),
    #8f4e57 calc(var(--v11-footer-x) + 16%),
    #555d60 calc(var(--v11-footer-x) + 29%),
    #41494c calc(var(--v11-footer-x) + 43%),
    #343b3f 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;
  -webkit-text-stroke:.54px rgba(122,130,132,.14)!important;
}
.v7-footer-ghost span:first-child{letter-spacing:-.064em!important}
.v7-footer-ghost span:last-child{letter-spacing:-.124em!important;margin-left:.005em!important}
.v7-footer-visual-grid{
  background:radial-gradient(ellipse 32% 86% at var(--v11-footer-x) 89%,rgba(96,101,103,.10),transparent 55%),
             conic-gradient(from 216deg at 52% 88%,transparent 0 36%,rgba(126,145,158,.042) 44%,transparent 53% 70%,rgba(217,213,205,.026) 78%,transparent 88% 100%)!important;
  filter:blur(32px) saturate(108%)!important;
  transform:scaleX(.62) scaleY(1.12)!important;
  transform-origin:var(--v11-footer-x) 88%!important;
}
.v7-footer-info{
  background:radial-gradient(ellipse 86% 92% at var(--v11-footer-x) -6%,rgba(239,23,56,.18),rgba(239,23,56,.063) 37%,transparent 72%),linear-gradient(155deg,#141a1f 0%,#0e1317 58%,#141a1e 100%)!important;
}
@media(max-width:640px){
  .v7-footer-visual-content{padding-bottom:clamp(150px,36vw,205px)!important}
  .v7-footer-ghost{left:50%!important;bottom:-.035em!important;width:100vw!important;align-items:flex-start!important;justify-content:flex-end!important;flex-direction:column!important;gap:0!important;line-height:.70!important;text-align:left!important}
  .v7-footer-ghost span{line-height:.70!important;padding:.095em 0 0!important}
  .v7-footer-ghost span:first-child{letter-spacing:-.070em!important}
  .v7-footer-ghost span:last-child{letter-spacing:-.128em!important;margin-left:0!important}
  .v7-footer-visual-grid{transform:scaleX(.55) scaleY(1.12)!important}
}

/* Secure architecture: a deeper controlled route, less card-like and more spatial. */
.v17-architecture{background:radial-gradient(ellipse at 78% 10%,rgba(239,23,56,.075),transparent 28%),radial-gradient(ellipse at 12% 82%,rgba(45,55,62,.14),transparent 36%),linear-gradient(148deg,#ded9d0 0%,#d4d1ca 56%,#cbc8c0 100%)!important}
.v17-architecture::before{content:"";position:absolute;inset:9% 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(239,23,56,.35),rgba(37,43,48,.15),transparent);opacity:.75}
.v17-architecture-head{align-items:stretch!important}
.v17-architecture-copy{position:relative;padding:clamp(16px,2vw,26px) 0}
.v17-architecture-copy::after{content:"";display:block;margin-top:clamp(38px,5vw,74px);width:clamp(120px,17vw,260px);height:1px;background:linear-gradient(90deg,var(--v17-red),rgba(32,38,42,.24),transparent);transition:width .7s var(--v7-ease)}
.v17-architecture:hover .v17-architecture-copy::after{width:clamp(190px,23vw,360px)}
.v17-architecture-media{border-radius:0 42px 0 0!important;clip-path:polygon(0 0,100% 0,100% 88%,82% 100%,0 100%);box-shadow:0 44px 100px rgba(22,27,31,.23),inset 0 0 0 1px rgba(255,255,255,.07)!important}
.v17-architecture-media::before{content:"";position:absolute;inset:14px;border:1px solid rgba(222,216,207,.14);z-index:2;pointer-events:none}
.v17-architecture-route{background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));box-shadow:0 30px 80px rgba(25,29,32,.10);border-top:1px solid rgba(33,39,44,.24)!important;border-bottom:1px solid rgba(33,39,44,.18)!important}
.v17-architecture-route::before{top:50%!important;background:linear-gradient(90deg,var(--v17-red),rgba(28,34,38,.18) 42%,transparent 100%)!important}
.v17-architecture-route article::before{content:"";position:absolute;right:18px;top:18px;width:72px;height:72px;border:1px solid rgba(239,23,56,.10);border-radius:50%;box-shadow:0 0 0 28px rgba(255,255,255,.055);transition:transform .8s var(--v7-ease),opacity .7s ease;opacity:.78}
.v17-architecture-route article:hover::before{transform:scale(1.25) rotate(12deg);opacity:1}
.v17-architecture-route article:hover{transform:translateY(-9px)!important;background:rgba(255,255,255,.22)!important}

/* Programmes: integrate the image into the motion field rather than a detached rectangle. */
.v17-programmes{background:radial-gradient(ellipse at 78% 20%,rgba(126,145,158,.10),transparent 34%),radial-gradient(ellipse at 18% 78%,rgba(239,23,56,.06),transparent 34%),#101519!important}
.v17-programmes-head{align-items:stretch!important}
.v17-programmes-head figure{isolation:isolate;border-radius:44px 0 44px 0!important;padding:0!important;border:1px solid rgba(222,216,207,.12)!important;box-shadow:0 36px 110px rgba(0,0,0,.30),inset 0 0 0 1px rgba(255,255,255,.045)}
.v17-programmes-head figure::before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(120deg,rgba(16,21,25,.15),rgba(16,21,25,.58) 62%,rgba(239,23,56,.16));mix-blend-mode:multiply;pointer-events:none}
.v17-programmes-head figure::after{content:"";position:absolute;z-index:3;left:28px;right:28px;bottom:58px;height:1px;background:linear-gradient(90deg,var(--v17-red),rgba(222,216,207,.30),transparent);pointer-events:none}
.v17-programmes-head img{filter:saturate(.62) contrast(1.08) brightness(.68)!important;transform:scale(1.045);transition:transform 1.2s var(--v7-ease),filter .8s ease}
.v17-programmes:hover .v17-programmes-head img{transform:scale(1.07);filter:saturate(.7) contrast(1.1) brightness(.72)!important}
.v17-programme-grid{background:linear-gradient(90deg,rgba(222,216,207,.12),rgba(239,23,56,.08),rgba(222,216,207,.12));gap:1px;border:0!important}
.v17-programme-grid article{background:linear-gradient(160deg,rgba(16,21,25,.96),rgba(20,26,31,.88));border:0!important}

/* Heritage rail: keep the axis and nodes clear of all text. */
.v16-heritage-axis{--v21-rail-x:clamp(180px,18vw,295px);border-top:1px solid rgba(222,216,207,.16)!important}
.v16-heritage-axis::before{left:var(--v21-rail-x)!important;background:linear-gradient(180deg,var(--v11-red),rgba(222,216,207,.13) 48%,transparent 100%)!important}
.v16-heritage-axis article{grid-template-columns:var(--v21-rail-x) minmax(0,1fr)!important;gap:clamp(74px,9vw,168px)!important;padding-left:0!important}
.v16-heritage-axis article>i{left:calc(var(--v21-rail-x) - 5px)!important;top:58px!important;box-shadow:0 0 0 13px rgba(239,23,56,.045)!important}
.v16-heritage-axis h3{max-width:820px}
@media(max-width:899px){
  .v16-heritage-axis{--v21-rail-x:28px}
  .v16-heritage-axis article{grid-template-columns:1fr!important;gap:26px!important;padding-left:70px!important}
  .v16-heritage-axis article>i{left:23px!important;top:46px!important}
}

/* Vision principles: more dimensional, less flat. */
.v17-vision{background:radial-gradient(ellipse at 16% 18%,rgba(239,23,56,.07),transparent 30%),radial-gradient(ellipse at 86% 78%,rgba(47,58,65,.12),transparent 38%),linear-gradient(148deg,#ded9d0 0%,#d3d0c8 56%,#c9c6bf 100%)!important}
.v17-vision-head figure{border-radius:0 0 54px 0!important;box-shadow:0 44px 105px rgba(20,24,27,.22)!important}
.v17-principle-rail{position:relative;background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,.05));box-shadow:0 28px 80px rgba(20,24,27,.10);border-color:rgba(32,38,42,.18)!important}
.v17-principle-rail::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,var(--v17-red),transparent 34%,rgba(32,38,42,.25),transparent)}
.v17-principle-rail article{overflow:hidden;background:linear-gradient(160deg,rgba(255,255,255,.05),transparent 62%)}
.v17-principle-rail article::after{content:"";position:absolute;right:-70px;bottom:-78px;width:210px;height:210px;border:1px solid rgba(239,23,56,.10);border-radius:50%;box-shadow:0 0 0 36px rgba(255,255,255,.05);transition:transform .8s var(--v7-ease)}
.v17-principle-rail article:hover::after{transform:scale(1.18) rotate(-10deg)}

/* Line field visibility and variable tone. */
.v11-depth-canvas{opacity:.92!important;filter:saturate(1.12) contrast(1.22)!important}
@media(max-width:640px){.v11-depth-canvas{opacity:.78!important}}


/* LE FREEPORT KOREA V22 — aligned trust matrix and genuinely distinct depth families */
:root{--v22-paper:#ddd8cf;--v22-paper-deep:#cfcac1;--v22-ink:#171c20;--v22-red:#ef1738}

/* PARTNERS: deterministic 2×2 mandate matrix, replacing the unintended stagger. */
.v17-trust-grid{
  position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:1px!important;margin-top:clamp(76px,9vw,132px)!important;padding:1px!important;
  border:0!important;border-radius:0 54px 0 54px!important;overflow:hidden!important;
  background:linear-gradient(135deg,rgba(28,34,38,.24),rgba(239,23,56,.16),rgba(28,34,38,.18))!important;
  box-shadow:0 34px 90px rgba(27,31,34,.12)!important;
}
.v17-trust-grid::before{content:"";position:absolute;z-index:3;left:50%;top:0;bottom:0;width:1px;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(239,23,56,.42) 28%,rgba(31,38,43,.18) 62%,transparent)}
.v17-trust-grid article{
  position:relative!important;display:flex!important;flex-direction:column!important;min-height:clamp(300px,29vw,430px)!important;
  padding:clamp(30px,3.4vw,54px)!important;border:0!important;transform:none!important;overflow:hidden!important;
  background:linear-gradient(145deg,rgba(239,236,230,.90),rgba(210,206,198,.96))!important;
  transition:background .7s var(--v7-ease),transform .7s var(--v7-ease),box-shadow .7s var(--v7-ease)!important;
}
.v17-trust-grid article:nth-child(2),.v17-trust-grid article:nth-child(3){background:linear-gradient(145deg,rgba(220,216,208,.97),rgba(195,193,187,.97))!important}
.v17-trust-grid article::before{content:"";position:absolute;right:clamp(-92px,-5vw,-48px);top:clamp(-110px,-6vw,-62px);width:clamp(190px,19vw,320px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(239,23,56,.13);box-shadow:0 0 0 34px rgba(34,41,46,.035),0 0 0 72px rgba(239,23,56,.025);transition:transform .9s var(--v7-ease),border-color .7s ease;pointer-events:none}
.v17-trust-grid article:hover{transform:translateY(-5px)!important;background:linear-gradient(145deg,#e6e1d8,#cecac2)!important;box-shadow:0 28px 64px rgba(25,30,34,.11)!important}
.v17-trust-grid article:hover::before{transform:scale(1.16) translate(-10px,10px);border-color:rgba(239,23,56,.30)}
.v22-trust-meta{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:22px;border-bottom:1px solid rgba(28,34,38,.15)}
.v22-trust-meta span{color:var(--v22-red)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(25px,2.5vw,38px)!important;line-height:1!important}
.v22-trust-meta small{margin:0!important;color:rgba(24,30,34,.48)!important;font-size:8px!important;font-weight:700!important;letter-spacing:.19em!important;text-align:right}
.v22-trust-copy{position:relative;z-index:2;display:flex;flex:1;flex-direction:column;justify-content:flex-end;padding-top:clamp(54px,7vw,106px)}
.v17-trust-grid h3{margin:0!important;max-width:13ch;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4.2vw,66px)!important;font-weight:400!important;line-height:.98!important;letter-spacing:-.045em!important}
html:lang(ko) .v17-trust-grid h3{font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif!important;font-size:clamp(34px,3.8vw,58px)!important;font-weight:300!important;line-height:1.08!important;letter-spacing:-.062em!important}
.v17-trust-grid p{max-width:430px;margin-top:24px!important;color:rgba(25,31,35,.58)!important;font-size:13px!important;line-height:1.82!important}
.v17-trust-grid i{left:clamp(30px,3.4vw,54px)!important;bottom:clamp(25px,2.6vw,38px)!important;width:44px!important;height:2px!important;background:linear-gradient(90deg,var(--v22-red),rgba(239,23,56,0))!important;transition:width .75s var(--v7-ease)!important}
.v17-trust-grid article:hover i{width:clamp(110px,14vw,220px)!important}

/* Each page now has a materially different procedural signature, not a rotated copy. */
.v11-depth-canvas.v22-depth-tidal{opacity:.82!important;filter:saturate(1.05) contrast(1.12)!important}
.v11-depth-canvas.v22-depth-vault{opacity:.90!important;filter:saturate(.92) contrast(1.22)!important}
.v11-depth-canvas.v22-depth-braid{opacity:.90!important;filter:saturate(1.10) contrast(1.18)!important}
.v11-depth-canvas.v22-depth-network{opacity:.88!important;filter:saturate(1.16) contrast(1.16)!important}
.v11-depth-canvas.v22-depth-contour{opacity:.90!important;filter:saturate(.98) contrast(1.18)!important}
.v11-depth-canvas.v22-depth-cage{opacity:.88!important;filter:saturate(1.02) contrast(1.20)!important}

@media(max-width:899px){
  .v17-trust-grid{grid-template-columns:1fr!important;border-radius:0 34px 0 34px!important}
  .v17-trust-grid::before{display:none}
  .v17-trust-grid article{min-height:310px!important}
}
@media(max-width:640px){
  .v17-trust-grid{margin-top:64px!important}
  .v17-trust-grid article{min-height:286px!important;padding:28px 22px 32px!important}
  .v22-trust-copy{padding-top:54px}
  .v17-trust-grid i{left:22px!important;bottom:24px!important}
}


/* LE FREEPORT KOREA V23 — red-only optical footer, sectional depth swaps and refined service/facility systems */
:root{--v23-red:#ef1738;--v23-ink:#151a1e;--v23-paper:#ddd8cf}

/* Footer wordmark: flush to both viewport edges, visible only where the red optical field passes. */
.v7-footer-visual-content{padding-bottom:clamp(184px,14.8vw,258px)!important}
.v7-footer-ghost{
  left:0!important;right:auto!important;bottom:-.014em!important;width:100vw!important;max-width:none!important;
  transform:none!important;padding:0!important;margin:0!important;box-sizing:border-box!important;
  display:flex!important;justify-content:flex-start!important;align-items:flex-end!important;gap:.125em!important;
  line-height:.705!important;letter-spacing:0!important;white-space:nowrap!important;overflow:visible!important;
  color:transparent!important;text-align:left!important;isolation:isolate!important;
}
.v7-footer-ghost span{
  position:relative!important;display:block!important;flex:none!important;margin:0!important;padding:.122em 0 0!important;
  line-height:.705!important;color:transparent!important;-webkit-text-stroke:0!important;text-shadow:none!important;filter:none!important;
  background:linear-gradient(103deg,
    transparent 0%,
    transparent calc(var(--v11-footer-x) - 21%),
    rgba(239,23,56,.16) calc(var(--v11-footer-x) - 16%),
    rgba(239,23,56,.62) calc(var(--v11-footer-x) - 9%),
    var(--v23-red) calc(var(--v11-footer-x) - 2%),
    var(--v23-red) calc(var(--v11-footer-x) + 4%),
    rgba(239,23,56,.58) calc(var(--v11-footer-x) + 11%),
    rgba(239,23,56,.12) calc(var(--v11-footer-x) + 17%),
    transparent calc(var(--v11-footer-x) + 22%),
    transparent 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
}
.v7-footer-ghost span:first-child{letter-spacing:-.078em!important}
.v7-footer-ghost span:last-child{letter-spacing:-.142em!important;margin-left:.018em!important}
.v7-footer-visual-grid{transform:scaleX(.48) scaleY(1.18)!important;opacity:.54!important;filter:blur(24px) saturate(112%)!important}
@media(max-width:640px){
  .v7-footer-visual-content{padding-bottom:clamp(160px,38vw,220px)!important}
  .v7-footer-ghost{left:0!important;bottom:-.022em!important;width:100vw!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-end!important;gap:0!important;line-height:.69!important;padding:0!important;text-align:left!important}
  .v7-footer-ghost span{line-height:.69!important;padding:.11em 0 0!important}
  .v7-footer-ghost span:first-child{letter-spacing:-.080em!important}
  .v7-footer-ghost span:last-child{letter-spacing:-.145em!important;margin-left:0!important}
}

/* Line field: closer foreground, longer vanishing reach, and lower far-field luminosity. */
.v11-depth-canvas{opacity:.95!important;filter:saturate(1.16) contrast(1.26)!important}
.v11-depth-canvas.v22-depth-tidal{opacity:.86!important}
.v11-depth-canvas.v22-depth-contour{opacity:.92!important}
@media(max-width:640px){.v11-depth-canvas{opacity:.82!important}}

/* Facility architecture: less awkward crop, more spatial tension. */
.v17-architecture{position:relative!important;overflow:hidden!important;background:radial-gradient(ellipse at 72% 12%,rgba(239,23,56,.085),transparent 31%),radial-gradient(ellipse at 18% 80%,rgba(52,61,66,.12),transparent 42%),linear-gradient(142deg,#ded9d0 0%,#d3d0c7 58%,#c8c4bb 100%)!important}
.v17-architecture-head{display:grid!important;grid-template-columns:minmax(0,.94fr) minmax(320px,.78fr)!important;gap:clamp(42px,6vw,118px)!important;align-items:center!important}
.v17-architecture-media{align-self:center!important;justify-self:end!important;width:min(100%,560px)!important;min-height:clamp(440px,42vw,650px)!important;border-radius:42px 0 42px 0!important;clip-path:none!important;background:#101519!important;overflow:hidden!important;box-shadow:0 44px 105px rgba(22,27,31,.20),inset 0 0 0 1px rgba(255,255,255,.08)!important}
.v17-architecture-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(.66) contrast(1.08) brightness(.72)!important;transform:scale(1.02)!important}
.v17-architecture-media figcaption{position:absolute!important;left:26px!important;right:26px!important;bottom:24px!important;display:flex!important;justify-content:space-between!important;gap:16px!important;padding-top:16px!important;border-top:1px solid rgba(222,216,207,.24)!important;color:rgba(222,216,207,.72)!important;font-size:8px!important;letter-spacing:.14em!important}
.v17-architecture-route{position:relative!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;margin-top:clamp(70px,8vw,130px)!important;background:transparent!important;border:1px solid rgba(30,36,41,.20)!important;box-shadow:0 36px 90px rgba(27,31,34,.08)!important}
.v17-architecture-route::before{content:""!important;position:absolute!important;left:clamp(34px,3vw,54px)!important;right:clamp(34px,3vw,54px)!important;top:clamp(56px,5vw,76px)!important;height:1px!important;background:linear-gradient(90deg,rgba(239,23,56,.72),rgba(35,42,47,.22) 48%,transparent)!important;transform-origin:left center!important;transition:transform .8s var(--v7-ease),opacity .7s ease!important;opacity:.85!important}
.v17-architecture-route:hover::before{transform:scaleX(.98)!important;opacity:1!important}
.v17-architecture-route article{position:relative!important;min-height:clamp(320px,28vw,440px)!important;padding:clamp(34px,3.4vw,54px)!important;background:linear-gradient(160deg,rgba(238,234,225,.34),rgba(221,216,207,.08))!important;border-right:1px solid rgba(30,36,41,.16)!important;transition:transform .65s var(--v7-ease),background .65s var(--v7-ease)!important}
.v17-architecture-route article:last-child{border-right:0!important}
.v17-architecture-route article span{position:relative!important;z-index:2!important;display:inline-grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:50%!important;background:#d7d2c9!important;color:var(--v23-red)!important;font-size:11px!important;font-weight:700!important;box-shadow:0 0 0 1px rgba(239,23,56,.24),0 0 0 12px rgba(239,23,56,.035)!important;transition:transform .65s var(--v7-ease),box-shadow .65s var(--v7-ease)!important}
.v17-architecture-route article:hover span{transform:translateY(-5px) scale(1.08)!important;box-shadow:0 0 0 1px rgba(239,23,56,.46),0 0 0 20px rgba(239,23,56,.055)!important}
.v17-architecture-route small{display:block!important;margin-top:clamp(44px,5vw,76px)!important;color:rgba(24,30,34,.52)!important;font-size:8px!important;letter-spacing:.18em!important}
.v17-architecture-route h3{margin-top:20px!important;font-size:clamp(27px,2.7vw,42px)!important;line-height:1.08!important}
.v17-architecture-route p{margin-top:18px!important;color:rgba(22,28,32,.58)!important;line-height:1.72!important}
.v17-architecture-route i{left:clamp(34px,3.4vw,54px)!important;bottom:clamp(26px,3vw,44px)!important;width:34px!important;height:2px!important;background:linear-gradient(90deg,var(--v23-red),rgba(239,23,56,0))!important;transition:width .7s var(--v7-ease)!important}
.v17-architecture-route article:hover i{width:clamp(94px,9vw,160px)!important}
@media(max-width:980px){.v17-architecture-head{grid-template-columns:1fr!important}.v17-architecture-media{justify-self:stretch!important;width:100%!important;min-height:52svh!important}.v17-architecture-route{grid-template-columns:1fr!important}.v17-architecture-route::before{left:44px!important;right:auto!important;top:42px!important;bottom:42px!important;width:1px!important;height:auto!important;background:linear-gradient(180deg,rgba(239,23,56,.72),rgba(35,42,47,.24) 55%,transparent)!important}.v17-architecture-route article{min-height:280px!important;border-right:0!important;border-bottom:1px solid rgba(30,36,41,.16)!important}.v17-architecture-route small{margin-top:38px!important}}

/* Service journey now carries the former programme image as an integrated operational plate. */
.v16-journey-layout{position:relative!important;display:grid!important;grid-template-columns:minmax(0,.86fr) minmax(300px,.64fr)!important;gap:clamp(42px,6vw,104px)!important;align-items:start!important}
.v23-journey-media{position:sticky!important;top:clamp(100px,12vw,150px)!important;grid-column:2!important;grid-row:1 / span 2!important;min-height:clamp(420px,48vw,680px)!important;overflow:hidden!important;border-radius:0 44px 0 44px!important;background:#0d1216!important;box-shadow:0 42px 115px rgba(0,0,0,.32),inset 0 0 0 1px rgba(222,216,207,.10)!important}
.v23-journey-media img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.62) contrast(1.08) brightness(.66)!important;transform:scale(1.045)!important;transition:transform 1.1s var(--v7-ease),filter .8s ease!important}
.v23-journey-media:hover img{transform:scale(1.075)!important;filter:saturate(.70) contrast(1.1) brightness(.72)!important}
.v23-journey-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,18,22,.08),rgba(13,18,22,.62)),radial-gradient(ellipse at 28% 72%,rgba(239,23,56,.16),transparent 38%);pointer-events:none}
.v23-journey-media figcaption{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;padding-top:18px;border-top:1px solid rgba(222,216,207,.22);color:rgba(222,216,207,.74);font-size:8px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.v16-journey-track{grid-column:1!important}
.v16-journey-head{grid-column:1!important}
@media(max-width:980px){.v16-journey-layout{grid-template-columns:1fr!important}.v23-journey-media{position:relative!important;top:auto!important;grid-column:1!important;grid-row:auto!important;min-height:46svh!important}.v16-journey-track,.v16-journey-head{grid-column:1!important}}

/* V23 line profiles are intentionally assigned per-section, not just per-page. */
.v16-world .v11-depth-canvas{mix-blend-mode:screen}.v16-heritage .v11-depth-canvas{mix-blend-mode:screen}.v17-programmes .v11-depth-canvas{opacity:.94!important}.v11-partner-intro .v11-depth-canvas{opacity:.92!important}

/* LE FREEPORT KOREA V24 — mobile tap-driven depth and unified optical footer */
:root{--v24-red-rgb:239,23,56;--v24-red-soft:rgba(239,23,56,.70)}

/* Desktop: render LE FREEPORT as one continuous optical text surface so the red light does not move separately over LE and FREEPORT. */
@media(min-width:641px){
  .v7-footer-ghost{position:absolute!important;left:0!important;right:auto!important;width:100vw!important;overflow:visible!important;}
  .v7-footer-ghost span{opacity:0!important;pointer-events:none!important;}
  .v7-footer-ghost::before{
    content:"LE FREEPORT";
    position:absolute;left:0;right:0;bottom:0;
    display:block;width:100vw;white-space:nowrap;
    font:inherit;line-height:.705;letter-spacing:-.118em;word-spacing:.115em;
    color:transparent;-webkit-text-stroke:0;text-shadow:none;
    background:linear-gradient(103deg,
      transparent 0%,
      transparent calc(var(--v11-footer-x) - 26%),
      rgba(var(--v24-red-rgb),.10) calc(var(--v11-footer-x) - 22%),
      rgba(var(--v24-red-rgb),.34) calc(var(--v11-footer-x) - 15%),
      rgba(var(--v24-red-rgb),.70) calc(var(--v11-footer-x) - 5%),
      rgba(var(--v24-red-rgb),.70) calc(var(--v11-footer-x) + 6%),
      rgba(var(--v24-red-rgb),.32) calc(var(--v11-footer-x) + 16%),
      rgba(var(--v24-red-rgb),.09) calc(var(--v11-footer-x) + 22%),
      transparent calc(var(--v11-footer-x) + 27%),
      transparent 100%);
    -webkit-background-clip:text;background-clip:text;
    will-change:background;
  }
}

/* Mobile keeps the two-line composition, with a broader and slightly toned-down red optical field. */
@media(max-width:640px){
  .v7-footer-ghost span{
    background:linear-gradient(103deg,
      transparent 0%,
      transparent calc(var(--v11-footer-x) - 26%),
      rgba(var(--v24-red-rgb),.10) calc(var(--v11-footer-x) - 22%),
      rgba(var(--v24-red-rgb),.34) calc(var(--v11-footer-x) - 15%),
      rgba(var(--v24-red-rgb),.70) calc(var(--v11-footer-x) - 5%),
      rgba(var(--v24-red-rgb),.70) calc(var(--v11-footer-x) + 6%),
      rgba(var(--v24-red-rgb),.32) calc(var(--v11-footer-x) + 16%),
      rgba(var(--v24-red-rgb),.09) calc(var(--v11-footer-x) + 22%),
      transparent calc(var(--v11-footer-x) + 27%),
      transparent 100%)!important;
    -webkit-background-clip:text!important;background-clip:text!important;
  }
}


/* V25 mobile navigation refinement */
.v25-mobile-language{display:none}
.v25-menu-language{align-items:center}
.v25-menu-language div{display:inline-flex;align-items:center;gap:14px}
.v25-menu-language a,.v25-menu-language span[aria-current="true"]{font-size:8px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(238,234,225,.70)}
.v25-menu-language span[aria-current="true"]{color:#fff}
.v7-mobile-menu nav a::after{content:none!important}
.v7-mobile-meta{justify-content:flex-start!important}
.v18-top-control span{transform:translateY(-3px)!important}
.v18-top-control small{bottom:8px!important}
@media(max-width:899px){
  .v25-mobile-language{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 10px;border:1px solid rgba(238,234,225,.18);border-radius:999px;background:rgba(238,234,225,.035);font-size:8px;font-weight:700;letter-spacing:.13em;color:rgba(238,234,225,.55)}
  .v25-mobile-language a{color:rgba(238,234,225,.66)}
  .v25-mobile-language span[aria-current="true"]{color:#fff}
  .v7-header-actions{gap:8px!important}
  .v7-menu-toggle{width:40px!important;height:40px!important}
  .v7-menu-toggle i{left:10px!important;width:20px!important}
  .v7-mobile-menu-inner{padding-top:calc(var(--v7-header-h) + 58px)!important}
}
@media(max-width:370px){.v25-mobile-language{gap:6px;padding-inline:8px;font-size:7px}.v7-header-inner{padding-left:14px!important}}


/* V30 legal footer refinement */
.v7-footer-column .v7-footer-representative{margin-top:12px;padding-top:12px;border-top:1px solid rgba(218,212,203,.16);color:rgba(218,212,203,.74)}
.v7-footer-column .v7-footer-representative + a{margin-top:18px}

/* V30 legal entity refinement */
.v7-footer-column .v30-representative{margin-top:10px;color:rgba(238,234,225,.78);}
html:lang(en) .v7-footer-column .v30-representative{letter-spacing:.01em;}
@media(max-width:640px){.v7-footer-column .v30-representative{margin-top:12px;}}

/* V30 legal entity presentation */
.v7-footer-column .v7-footer-representative{margin-top:14px;padding-top:14px;border-top:1px solid rgba(218,212,203,.16);color:rgba(218,212,203,.78)}
.v7-footer-column .v7-footer-representative + a{margin-top:18px}
html:lang(ko) .v7-footer-column .v7-footer-representative{letter-spacing:-.02em}
@media(max-width:640px){.v7-footer-column .v7-footer-representative{margin-top:12px;padding-top:12px}}


/* V31 — contact copy update and service journey overlap fix */
.v7-services-flow.v16-journey{position:relative;overflow:hidden;padding-block:clamp(108px,12vw,190px)!important;background:
  radial-gradient(ellipse at 18% 14%,rgba(239,23,56,.045),transparent 32%),
  linear-gradient(115deg,#e2ddd3 0%,#d8d3ca 48%,#e8e3d9 100%)!important}
.v7-services-flow.v16-journey::before{content:"";position:absolute;inset:0;pointer-events:none;background:
  linear-gradient(90deg,rgba(20,23,24,.12) 1px,transparent 1px),
  linear-gradient(180deg,rgba(20,23,24,.10) 1px,transparent 1px);background-size:33.333% 100%,100% 42%;opacity:.42;mask-image:linear-gradient(180deg,transparent,black 18%,black 86%,transparent)}
.v7-services-flow .v16-journey-layout{position:relative!important;z-index:1;display:grid!important;grid-template-columns:minmax(0,1.04fr) minmax(330px,.56fr)!important;grid-template-areas:"head media" "track media"!important;gap:clamp(42px,6.5vw,118px)!important;align-items:start!important}
.v7-services-flow .v16-journey-head{position:relative!important;top:auto!important;grid-area:head!important;padding-bottom:clamp(24px,3vw,42px)!important;border-bottom:1px solid rgba(20,23,24,.18)}
.v7-services-flow .v16-journey-head h2{max-width:900px!important;font-size:clamp(50px,6.2vw,94px)!important;line-height:1.02!important;letter-spacing:-.065em!important}
html:lang(ko) .v7-services-flow .v16-journey-head h2{font-size:clamp(46px,5.8vw,84px)!important;line-height:1.14!important;letter-spacing:-.078em!important}
.v7-services-flow .v16-journey-head>p{max-width:680px!important;margin-top:26px!important;color:rgba(31,35,37,.64)!important;font-size:clamp(14px,1.05vw,17px)!important;line-height:1.85!important}
.v7-services-flow .v16-journey-key{max-width:680px!important;margin-top:34px!important}
.v7-services-flow .v16-journey-track{grid-area:track!important;position:relative!important;margin-top:0!important;border:1px solid rgba(20,23,24,.16)!important;border-radius:0 34px 0 34px!important;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(20,23,24,.026))!important;box-shadow:0 28px 90px rgba(20,23,24,.08)!important;overflow:hidden!important}
.v7-services-flow .v16-journey-track::before{left:56px!important;top:0!important;bottom:0!important;background:linear-gradient(180deg,var(--v11-red),rgba(20,23,24,.18) 55%,transparent 100%)!important}
.v7-services-flow .v16-journey-track article{display:grid!important;grid-template-columns:128px minmax(0,1fr)!important;gap:clamp(18px,3vw,48px)!important;min-height:0!important;padding:clamp(30px,3.8vw,48px) clamp(24px,4vw,58px) clamp(32px,4vw,54px) 0!important;border-bottom:1px solid rgba(20,23,24,.15)!important;align-items:start!important;isolation:isolate!important}
.v7-services-flow .v16-journey-track article:last-child{border-bottom:0!important}
.v7-services-flow .v16-journey-track article::before{left:50px!important;top:clamp(34px,4vw,54px)!important;width:13px!important;height:13px!important;background:#e7e1d7!important;box-shadow:0 0 0 12px rgba(239,23,56,.045),0 0 28px rgba(239,23,56,.14)!important;transition:box-shadow .45s var(--v7-ease),transform .45s var(--v7-ease)!important}
.v7-services-flow .v16-journey-track article:hover::before{transform:scale(1.14)!important;box-shadow:0 0 0 18px rgba(239,23,56,.07),0 0 38px rgba(239,23,56,.2)!important}
.v7-services-flow .v16-journey-index{padding-left:76px!important;gap:10px!important}
.v7-services-flow .v16-journey-index span{font-size:clamp(22px,2.2vw,34px)!important;line-height:1!important}.v7-services-flow .v16-journey-index small{font-size:7px!important;letter-spacing:.18em!important}
.v7-services-flow .v16-journey-track h3{max-width:760px!important;font-size:clamp(34px,4.1vw,66px)!important;line-height:1.02!important;letter-spacing:-.045em!important}
html:lang(ko) .v7-services-flow .v16-journey-track h3{font-size:clamp(32px,3.8vw,58px)!important;line-height:1.12!important;letter-spacing:-.06em!important}
.v7-services-flow .v16-journey-track p{max-width:720px!important;margin-top:18px!important;color:rgba(31,35,37,.58)!important;font-size:clamp(13px,1vw,16px)!important;line-height:1.8!important}
.v7-services-flow .v23-journey-media{grid-area:media!important;grid-column:auto!important;grid-row:auto!important;position:sticky!important;top:clamp(92px,10vw,128px)!important;min-height:clamp(480px,58vw,760px)!important;border-radius:42px 0 42px 0!important;background:#101418!important;overflow:hidden!important;box-shadow:0 52px 130px rgba(20,23,24,.28),inset 0 0 0 1px rgba(255,255,255,.08)!important}
.v7-services-flow .v23-journey-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(.58) contrast(1.1) brightness(.68)!important;transform:scale(1.035)!important}
.v7-services-flow .v23-journey-media figcaption{left:30px!important;right:30px!important;bottom:30px!important}
@media(max-width:980px){.v7-services-flow .v16-journey-layout{grid-template-columns:1fr!important;grid-template-areas:"head" "media" "track"!important}.v7-services-flow .v23-journey-media{position:relative!important;top:auto!important;min-height:52svh!important;border-radius:30px 0 30px 0!important}.v7-services-flow .v16-journey-track{margin-top:0!important}}
@media(max-width:640px){.v7-services-flow.v16-journey{padding-block:86px!important}.v7-services-flow .v16-journey-track{border-radius:0 24px 0 24px!important}.v7-services-flow .v16-journey-track::before{left:34px!important}.v7-services-flow .v16-journey-track article{grid-template-columns:86px minmax(0,1fr)!important;padding:30px 22px 34px 0!important}.v7-services-flow .v16-journey-track article::before{left:28px!important}.v7-services-flow .v16-journey-index{padding-left:52px!important}.v7-services-flow .v16-journey-track h3{font-size:clamp(30px,9.2vw,44px)!important}.v7-services-flow .v16-journey-track p{font-size:13px!important}.v7-services-flow .v16-journey-key{display:none!important}}


/* V32 — service journey editorial reset and contact copy release */
.v7-services-flow.v16-journey{
  padding-block:clamp(96px,11vw,168px)!important;
  background:
    radial-gradient(ellipse at 16% 18%,rgba(255,255,255,.35),transparent 30%),
    radial-gradient(ellipse at 82% 12%,rgba(239,23,56,.035),transparent 32%),
    linear-gradient(180deg,#e7e1d7 0%,#ded8ce 100%)!important;
}
.v7-services-flow.v16-journey::before{
  opacity:.52!important;
  background:
    linear-gradient(90deg,rgba(20,23,24,.12) 1px,transparent 1px),
    linear-gradient(180deg,rgba(20,23,24,.09) 1px,transparent 1px)!important;
  background-size:50% 100%,100% 132px!important;
}
.v7-services-flow .v16-journey-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,440px)!important;
  grid-template-areas:"head media" "track track"!important;
  gap:clamp(44px,6vw,90px) clamp(42px,6vw,102px)!important;
  align-items:end!important;
}
.v7-services-flow .v16-journey-head{
  grid-area:head!important;
  position:relative!important;
  top:auto!important;
  padding:0!important;
  border:0!important;
}
.v7-services-flow .v16-journey-head .eyebrow{
  margin-bottom:clamp(28px,4vw,58px)!important;
}
.v7-services-flow .v16-journey-head h2{
  max-width:880px!important;
  font-size:clamp(50px,6vw,92px)!important;
  line-height:.98!important;
  letter-spacing:-.068em!important;
}
html:lang(ko) .v7-services-flow .v16-journey-head h2{
  max-width:780px!important;
  font-size:clamp(44px,5.45vw,78px)!important;
  line-height:1.13!important;
  letter-spacing:-.078em!important;
}
.v7-services-flow .v16-journey-head>p{
  max-width:700px!important;
  margin-top:28px!important;
  color:rgba(31,35,37,.62)!important;
  font-size:clamp(14px,1.05vw,17px)!important;
  line-height:1.85!important;
}
.v7-services-flow .v16-journey-key{
  max-width:700px!important;
  margin-top:38px!important;
  padding-bottom:22px!important;
  border-bottom:1px solid rgba(20,23,24,.16)!important;
}
.v7-services-flow .v23-journey-media{
  grid-area:media!important;
  grid-column:auto!important;
  grid-row:auto!important;
  position:relative!important;
  top:auto!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:4/5!important;
  align-self:end!important;
  border-radius:38px 0 38px 0!important;
  overflow:hidden!important;
  background:#101418!important;
  box-shadow:0 38px 92px rgba(20,23,24,.22),inset 0 0 0 1px rgba(255,255,255,.09)!important;
}
.v7-services-flow .v23-journey-media img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(.62) contrast(1.09) brightness(.70)!important;
  transform:scale(1.02)!important;
}
.v7-services-flow .v23-journey-media::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:18px;
  border:1px solid rgba(222,216,207,.16);
  pointer-events:none;
}
.v7-services-flow .v23-journey-media::after{
  content:""!important;
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(13,18,22,.04),rgba(13,18,22,.62)),radial-gradient(ellipse at 22% 78%,rgba(239,23,56,.12),transparent 38%)!important;
  pointer-events:none!important;
}
.v7-services-flow .v23-journey-media figcaption{
  z-index:3!important;
  left:30px!important;
  right:30px!important;
  bottom:28px!important;
}
.v7-services-flow .v16-journey-track{
  grid-area:track!important;
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  margin-top:0!important;
  border:1px solid rgba(20,23,24,.15)!important;
  border-radius:0 36px 0 36px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(20,23,24,.026))!important;
  box-shadow:0 30px 84px rgba(20,23,24,.075)!important;
}
.v7-services-flow .v16-journey-track::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  bottom:auto!important;
  width:auto!important;
  height:2px!important;
  background:linear-gradient(90deg,var(--v11-red),rgba(20,23,24,.20) 54%,rgba(20,23,24,.08))!important;
  transform-origin:left center!important;
  transform:scaleX(.32)!important;
  transition:transform .7s var(--v7-ease)!important;
}
.v7-services-flow .v16-journey-track:hover::before{transform:scaleX(1)!important}
.v7-services-flow .v16-journey-track article{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:clamp(300px,25vw,390px)!important;
  padding:clamp(28px,3vw,44px)!important;
  border:0!important;
  border-right:1px solid rgba(20,23,24,.14)!important;
  gap:0!important;
  isolation:isolate!important;
}
.v7-services-flow .v16-journey-track article:last-child{border-right:0!important}
.v7-services-flow .v16-journey-track article::before{display:none!important}
.v7-services-flow .v16-journey-track article::after{
  content:"";
  position:absolute;
  left:clamp(28px,3vw,44px);
  bottom:clamp(28px,3vw,44px);
  width:34px;
  height:1px;
  background:var(--v11-red);
  transform-origin:left center;
  transition:width .45s var(--v7-ease),opacity .45s var(--v7-ease);
  opacity:.72;
}
.v7-services-flow .v16-journey-track article:hover::after{width:86px;opacity:1}
.v7-services-flow .v16-journey-index{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  padding:0!important;
  margin:0 0 auto!important;
  color:var(--v11-red)!important;
}
.v7-services-flow .v16-journey-index span{
  font-family:Georgia,serif!important;
  font-size:clamp(24px,2.4vw,38px)!important;
  line-height:1!important;
}
.v7-services-flow .v16-journey-index small{
  margin-top:6px!important;
  font-size:7px!important;
  font-weight:700!important;
  letter-spacing:.17em!important;
}
.v7-services-flow .v16-journey-track article>div:last-child{
  margin-top:clamp(76px,8vw,124px)!important;
}
.v7-services-flow .v16-journey-track h3{
  max-width:480px!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(32px,3.3vw,52px)!important;
  line-height:1.02!important;
  letter-spacing:-.052em!important;
}
html:lang(ko) .v7-services-flow .v16-journey-track h3{
  font-family:"Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif!important;
  font-size:clamp(30px,3vw,46px)!important;
  font-weight:300!important;
  line-height:1.16!important;
  letter-spacing:-.06em!important;
}
.v7-services-flow .v16-journey-track p{
  max-width:440px!important;
  margin-top:22px!important;
  color:rgba(31,35,37,.60)!important;
  font-size:clamp(13px,1vw,15px)!important;
  line-height:1.8!important;
}
@media(max-width:1120px){
  .v7-services-flow .v16-journey-layout{grid-template-columns:1fr!important;grid-template-areas:"head" "media" "track"!important}
  .v7-services-flow .v23-journey-media{width:min(100%,620px)!important;aspect-ratio:16/10!important;justify-self:start!important}
  .v7-services-flow .v16-journey-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .v7-services-flow .v16-journey-track article:nth-child(2n){border-right:0!important}
  .v7-services-flow .v16-journey-track article:nth-child(-n+2){border-bottom:1px solid rgba(20,23,24,.14)!important}
}
@media(max-width:640px){
  .v7-services-flow.v16-journey{padding-block:82px!important}
  .v7-services-flow .v16-journey-head h2,html:lang(ko) .v7-services-flow .v16-journey-head h2{font-size:clamp(40px,12vw,58px)!important}
  .v7-services-flow .v23-journey-media{aspect-ratio:1.05!important;border-radius:28px 0 28px 0!important}
  .v7-services-flow .v16-journey-track{grid-template-columns:1fr!important;border-radius:0 26px 0 26px!important}
  .v7-services-flow .v16-journey-track article{min-height:250px!important;border-right:0!important;border-bottom:1px solid rgba(20,23,24,.14)!important;padding:30px 26px!important}
  .v7-services-flow .v16-journey-track article:last-child{border-bottom:0!important}
  .v7-services-flow .v16-journey-track article>div:last-child{margin-top:64px!important}
  .v7-services-flow .v16-journey-track h3{font-size:clamp(30px,9vw,42px)!important}
  .v7-services-flow .v16-journey-key{display:none!important}
}


/* V34 company notices and print archive */
.v7-footer-column a.v34-footer-link{border-bottom:0!important;text-decoration:none!important;margin-top:16px}
.v7-footer-column a.v34-footer-link + a.v34-footer-link{margin-top:4px}
.v34-notices-section{padding-block:clamp(88px,10vw,150px)}
.v34-notices-layout{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(36px,6vw,96px);align-items:start}.v34-notices-intro{position:sticky;top:120px}.v34-notices-intro h2{max-width:640px;margin-top:24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(40px,5vw,78px);font-weight:400;line-height:.98;letter-spacing:-.052em}.v34-notices-intro p:last-child{max-width:560px;margin-top:28px;color:rgba(28,32,34,.62);font-size:15px;line-height:1.8}.v34-notice-board{border-top:1px solid rgba(12,14,15,.22)}.v34-notice-row{display:grid;grid-template-columns:130px minmax(0,1fr) auto;gap:clamp(20px,3vw,48px);align-items:center;padding:34px 0;border-bottom:1px solid rgba(12,14,15,.18);color:#24292b;text-decoration:none!important}.v34-notice-date{font-size:10px;font-weight:700;letter-spacing:.14em;color:#ee1738}.v34-notice-main strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3.2vw,50px);font-weight:400;line-height:1.04;letter-spacing:-.04em}.v34-notice-main em{display:block;margin-top:12px;color:rgba(28,32,34,.58);font-style:normal;font-size:14px;line-height:1.7}.v34-notice-action{justify-self:end;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#24292b}.v34-notice-row:hover .v34-notice-main strong{color:#0b0d0e}.v34-notice-row:hover .v34-notice-action{color:#ee1738}


/* V34 company-notice list and printable detail pages */
.v34-notices-section{padding-block:clamp(92px,10vw,156px)}
.v34-notices-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(36px,6vw,104px);align-items:start}.v34-notices-intro{position:sticky;top:128px}.v34-notices-intro h2{max-width:680px;margin-top:24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,82px);font-weight:400;line-height:.98;letter-spacing:-.052em}.v34-notices-intro p:last-child{max-width:590px;margin-top:28px;color:rgba(28,32,34,.62);font-size:15px;line-height:1.85}.v34-notice-board{border-top:1px solid rgba(12,14,15,.22)}.v34-notice-row{position:relative;display:grid;grid-template-columns:170px minmax(0,1fr) auto;gap:clamp(20px,3vw,48px);align-items:center;padding:38px 0;border-bottom:1px solid rgba(12,14,15,.18);color:#24292b;text-decoration:none!important}.v34-notice-row:before{content:"";position:absolute;left:0;bottom:-1px;width:36px;height:1px;background:#ee1738;transition:width .42s cubic-bezier(.22,1,.36,1)}.v34-notice-row:hover:before{width:min(260px,40%)}.v34-notice-row time{font-size:10px;font-weight:700;letter-spacing:.12em;color:#ee1738}.v34-notice-main strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.4vw,54px);font-weight:400;line-height:1.02;letter-spacing:-.045em}.v34-notice-main em{display:block;margin-top:12px;color:rgba(28,32,34,.58);font-style:normal;font-size:14px;line-height:1.7}.v34-notice-action{justify-self:end;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#24292b;white-space:nowrap}.v34-notice-row:hover .v34-notice-action{color:#ee1738}
.v34-notice-detail-section{padding-block:clamp(80px,10vw,148px)}.v34-notice-detail-layout{display:grid;grid-template-columns:minmax(220px,.38fr) minmax(0,1.62fr);gap:clamp(36px,6vw,92px);align-items:start}.v34-notice-side{position:sticky;top:126px}.v34-notice-side h2{margin-top:20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4vw,58px);font-weight:400;letter-spacing:-.045em}.v34-notice-side p:not(.eyebrow){margin-top:18px;color:rgba(28,32,34,.62);font-size:14px;line-height:1.8}.v34-print-button{margin-top:30px;border:1px solid rgba(22,25,26,.24);border-radius:999px;background:#171a1b;color:#eeeae1;padding:14px 22px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.v34-print-button:hover{background:#ee1738;border-color:#ee1738}.v34-print-area{min-width:0}.v34-print-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(12,14,15,.16);margin-bottom:28px}.v34-print-meta-bottom{grid-template-columns:1fr;margin-top:28px;margin-bottom:0}.v34-print-meta div{background:#f4f1e9;padding:14px 16px}.v34-print-meta strong{display:block;margin-bottom:6px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#ee1738}.v34-print-meta span{display:block;word-break:break-all;font-size:11px;color:rgba(22,25,26,.72)}.v34-notice-paper{max-width:920px;margin-inline:auto;padding:clamp(42px,6vw,76px);background:#fff;color:#111;border:1px solid rgba(0,0,0,.18);box-shadow:0 34px 90px rgba(24,24,20,.08);font-family:"Times New Roman","Batang",serif}.v34-document-titleblock{text-align:center;margin-bottom:34px}.v34-document-titleblock p{font-family:Arial,sans-serif;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#ee1738}.v34-notice-paper h1{font-size:30px;letter-spacing:.22em;margin:10px 0 0}.v34-notice-paper h2{text-align:center;font-size:17px;margin:30px 0 16px}.v34-notice-paper p{font-size:16px;line-height:1.9}.v34-notice-paper table{width:100%;border-collapse:collapse;margin:14px 0 24px;font-size:15px}.v34-notice-paper th,.v34-notice-paper td{border:1px solid #222;padding:10px 12px;text-align:left;vertical-align:top}.v34-notice-paper th{width:34%;font-weight:700;background:#f7f7f7}.v34-notice-paper thead th{text-align:center}.v34-document-signature{margin-top:46px;text-align:center}.v34-document-signature p{margin:6px 0;font-size:17px;line-height:1.7}
@media(max-width:900px){.v34-notices-layout,.v34-notice-detail-layout{grid-template-columns:1fr}.v34-notices-intro,.v34-notice-side{position:static}.v34-notice-row{grid-template-columns:1fr;gap:14px}.v34-notice-action{justify-self:start}.v34-print-meta{grid-template-columns:1fr}.v34-notice-paper{padding:36px 24px}.v34-notice-paper h1{font-size:24px}}


/* V35: printable company notices use a white PDF/page background. */
@media print{
  @page{size:A4;margin:14mm;background:#fff;}
  html,body,body.v34-notice-detail-page,body.v34-notice-detail-page.v7-site{
    background:#fff!important;
    background-image:none!important;
    color:#000!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    -webkit-print-color-adjust:exact!important;
    print-color-adjust:exact!important;
  }
  body.v34-notice-detail-page{margin:0!important;padding:0!important;}
  body.v34-notice-detail-page::before,
  body.v34-notice-detail-page::after,
  body.v34-notice-detail-page .page-noise,
  body.v34-notice-detail-page .site-header,
  body.v34-notice-detail-page .v7-footer,
  body.v34-notice-detail-page .page-hero,
  body.v34-notice-detail-page #content,
  body.v34-notice-detail-page .v34-notice-side,
  body.v34-notice-detail-page [data-notice-root],
  body.v34-notice-detail-page canvas,
  body.v34-notice-detail-page .depth-canvas,
  body.v34-notice-detail-page .v7-depth-canvas,
  body.v34-notice-detail-page .v7-section-seam,
  body.v34-notice-detail-page .v7-ambient-layer{display:none!important;}
  body.v34-notice-detail-page main,
  body.v34-notice-detail-page .v34-notice-detail-section,
  body.v34-notice-detail-page .v34-notice-detail-layout,
  body.v34-notice-detail-page .shell,
  body.v34-notice-detail-page .v34-print-area{
    display:block!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:#fff!important;
    background-image:none!important;
    color:#000!important;
    overflow:visible!important;
    visibility:visible!important;
  }
  body.v34-notice-detail-page main>:not(.v34-notice-detail-section){display:none!important;}
  body.v34-notice-detail-page .v34-print-area,
  body.v34-notice-detail-page .v34-print-area *{visibility:visible!important;}
  body.v34-notice-detail-page .v34-print-meta{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    margin:0 0 7mm!important;
    border:1px solid #d0d0d0!important;
    background:#fff!important;
    break-inside:avoid!important;
    page-break-inside:avoid!important;
  }
  body.v34-notice-detail-page .v34-print-meta-bottom{grid-template-columns:1fr!important;margin:7mm 0 0!important;}
  body.v34-notice-detail-page .v34-print-meta div{
    background:#fff!important;
    border-right:1px solid #d0d0d0!important;
    padding:5mm!important;
  }
  body.v34-notice-detail-page .v34-print-meta div:last-child{border-right:0!important;}
  body.v34-notice-detail-page .v34-print-meta strong{color:#b90024!important;font-size:8pt!important;letter-spacing:.06em!important;}
  body.v34-notice-detail-page .v34-print-meta span{color:#111!important;font-size:8.5pt!important;word-break:break-all!important;}
  body.v34-notice-detail-page .v34-notice-paper{
    display:block!important;
    background:#fff!important;
    color:#111!important;
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    border:0!important;
    box-shadow:none!important;
    padding:7mm 3mm 3mm!important;
    break-inside:auto!important;
    page-break-inside:auto!important;
  }
  body.v34-notice-detail-page .v34-notice-paper h1{font-size:22pt!important;color:#111!important;}
  body.v34-notice-detail-page .v34-notice-paper h2{font-size:12.5pt!important;color:#111!important;}
  body.v34-notice-detail-page .v34-notice-paper p,
  body.v34-notice-detail-page .v34-notice-paper table{font-size:11pt!important;color:#111!important;}
  body.v34-notice-detail-page .v34-notice-paper th{background:#f2f2f2!important;color:#111!important;}
  body.v34-notice-detail-page .v34-notice-paper th,
  body.v34-notice-detail-page .v34-notice-paper td{border-color:#111!important;}
}


/* V35.0.1 — footer privacy-link placement */
.v7-footer-column a.v7-footer-enquiry{margin-top:16px;border-bottom:1px solid currentColor}
.v7-footer-column a.v7-footer-privacy{margin-top:0;border-bottom:0;text-decoration:none}
