@charset "UTF-8";
:root{--ink:#242820;--muted:#667066;--paper:#fffdf8;--accent:#e9473d;--soft:#f3eee4;--line:#dcded4;--radius:24px;font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;line-height:1.75;word-break:keep-all}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}img{display:block;max-width:100%;height:auto}svg{max-width:100%}p{margin:0 0 1.3em}h1,h2,h3,h4{line-height:1.2;letter-spacing:-.045em;margin:0}h1{font-size:clamp(40px,5.3vw,78px);font-weight:800}h2{font-size:clamp(29px,3.6vw,48px);font-weight:750}h3{font-size:25px}small,.fine{font-size:13px;color:var(--muted)}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #277ca6;outline-offset:5px}.wrap{width:min(1200px,calc(100% - 80px));margin:auto}.skip{position:fixed;top:-100px;left:20px;z-index:20;background:#fff;padding:12px}.skip:focus{top:10px}.topline{padding:7px 40px;background:#253d34;color:#fff;font-size:11px;display:flex;justify-content:space-between;letter-spacing:.05em}.topline a{font-size:10px}header{background:rgba(255,253,248,.97);position:sticky;top:0;z-index:9;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:88px}.brand{flex-shrink:0}.brand img{width:116px;height:70px;object-fit:contain;mix-blend-mode:multiply}.wordmark{font-size:24px;font-weight:850;letter-spacing:-.06em}.wordmark small{display:block;font-size:8px;letter-spacing:.13em;color:var(--ink);line-height:1.5}nav{display:flex;gap:28px}.nav-link{font-size:14px;font-weight:650;padding:10px 0;white-space:nowrap}.nav-link:hover{color:var(--accent)}.header-cta{font-size:12px;border:1px solid var(--ink);padding:9px 17px;border-radius:30px;font-weight:700;white-space:nowrap}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;margin-bottom:19px;color:var(--accent)}.section{padding:96px 0}.section-head{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:35px}.section-head p{margin:0;max-width:440px;color:var(--muted)}.section-head .eyebrow{margin-bottom:15px;color:var(--accent)}.section-intro{max-width:680px;margin-top:24px;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:15px;background:var(--ink);color:#fff;padding:14px 23px;border:1px solid var(--ink);border-radius:100px;min-height:49px;font-size:14px;font-weight:750;line-height:1.4}.btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.btn.secondary{background:transparent;color:var(--ink)}.text-link{display:inline-block;padding:9px 0;font-weight:750;font-size:14px;border-bottom:1px solid currentColor}.hero{padding:52px 0 66px}.hero-top{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}.hero-top .intro{max-width:380px;font-size:16px;color:var(--muted);padding-bottom:5px}.hero-top h1 em{font-style:normal;color:var(--accent)}.panorama{height:450px;overflow:hidden;border-radius:8px 120px 8px 8px;position:relative}.panorama img{width:100%;height:100%;object-fit:cover}.panorama:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,50,44,.42),transparent 50%)}.panorama .caption{position:absolute;bottom:30px;left:36px;z-index:1;color:#fff;font-size:13px;letter-spacing:.06em}.round-note{position:absolute;right:35px;bottom:26px;z-index:1;background:#ffe389;width:115px;height:115px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);font-size:12px;font-weight:800;text-align:center;line-height:1.55;transform:rotate(10deg)}.journey-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.journey-strip a{display:flex;align-items:center;gap:18px;padding:24px 30px;border-right:1px solid var(--line)}.journey-strip a:last-child{border:0}.journey-strip small{display:block;font-size:10px;letter-spacing:.08em}.journey-strip strong{font-size:17px}.journey-strip .num{font-size:12px;color:var(--accent)}.journey-strip .arrow{margin-left:auto}.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.brand-card{background:#f1f5ee;border-radius:var(--radius);overflow:hidden;transition:transform .25s}.brand-card:hover{transform:translateY(-4px)}.brand-card img{width:100%;height:320px;object-fit:cover}.brand-card .card-copy{padding:30px;display:grid;grid-template-columns:1fr auto;gap:15px}.card-copy p{font-size:14px;margin:12px 0 0;color:var(--muted);max-width:400px}.card-copy .eyebrow{margin:0 0 10px;font-size:10px}.card-arrow{border:1px solid var(--ink);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;align-self:center}.brand-card.coco{background:#fce4eb}.brand-card.sweet{background:#f8e9cf}.brand-card.travel-card{grid-column:span 2;display:grid;grid-template-columns:1.2fr 1fr;background:#e4f2f1}.travel-card img{height:350px}.travel-card .card-copy{padding:50px;align-content:center}.coming-row{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:26px}.coming-card{padding:30px;background:#f2f3e8;border:1px solid var(--line);border-radius:20px;display:flex;align-items:center;gap:25px}.coming-card p{margin:9px 0 0;font-size:14px;color:var(--muted)}.coming-card h3{font-size:22px}.coming-card small{display:inline-block;letter-spacing:.13em;font-size:9px;margin-bottom:8px}.coming-icon{font-size:38px;font-family:Georgia,serif}.manifesto{background:#f3efe6}.manifesto .wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;align-items:start}.manifesto p{font-size:19px;line-height:1.9}.tape{height:8px;background:repeating-linear-gradient(90deg,#ef433b 0 9%,transparent 9% 11%,#f2cd51 11% 20%,transparent 20% 22%,#3693af 22% 31%,transparent 31% 33%);margin-bottom:50px}.big-quote{font-size:clamp(32px,4vw,55px);line-height:1.4;letter-spacing:-.06em}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split>div>p:not(.eyebrow){color:var(--muted);margin-top:26px}.split>img,.split>div>img{width:100%;max-height:590px;object-fit:cover;border-radius:20px}.callout{padding:60px;background:#f6e1e2;border-radius:30px;display:flex;align-items:center;justify-content:space-between;gap:30px}.callout p{margin:15px 0 0}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature{padding:30px;background:var(--soft);border-radius:20px}.feature>span{font-size:12px;color:var(--accent);display:block;margin-bottom:32px}.feature p{font-size:15px;color:var(--muted);margin:18px 0 0}.page-head{padding:70px 0 55px;max-width:950px}.page-head h1{font-size:clamp(37px,4.5vw,62px)}.page-head>p:last-child{color:var(--muted);font-size:18px;max-width:700px;margin:25px 0 0}.article{max-width:800px}.article h2{font-size:30px;margin:55px 0 24px}.article h3{margin:32px 0 16px}.article p{font-size:17px;color:#50594e}.article a{border-bottom:1px solid}.article ul{padding-left:23px}.article img{border-radius:15px;margin:30px 0;max-height:560px;width:100%;object-fit:cover}.note{padding:20px 24px;border-left:3px solid var(--accent);background:var(--soft);font-size:14px;color:var(--muted)}.places-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 24px}.place-card img{width:100%;height:250px;object-fit:cover;border-radius:18px}.place-card h3{margin:23px 0 14px}.place-card p{font-size:15px;color:var(--muted)}.place-card small{display:block;margin-top:20px;font-size:10px;letter-spacing:.1em}.route-list{counter-reset:route;display:grid;gap:0}.route-list article{padding:30px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:55px 1fr;gap:20px;counter-increment:route}.route-list article:before{content:counter(route,decimal-leading-zero);color:var(--accent);font-size:16px;font-weight:750}.route-list article p{margin:12px 0 0;color:var(--muted)}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-weight:700;line-height:1.5}details p{margin:18px 0 0;color:var(--muted)}footer{padding:65px 0 20px;background:#243c32;color:#f2f4eb;margin-top:80px;font-size:13px}footer strong{font-size:26px}footer p{color:#d0dbd0;margin-top:16px}footer a:hover{text-decoration:underline}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:60px}.family{display:grid;grid-template-columns:1fr 1fr;gap:10px}.family p{grid-column:span 2;margin-top:0;letter-spacing:.12em;font-size:10px}.family span{opacity:.6}.legal{display:flex;justify-content:space-between;border-top:1px solid #4b6257;margin-top:40px;padding-top:25px;font-size:10px;color:#b9c9be}.mobile-bar{display:none}.travel{--accent:#147c91;--soft:#eaf3ed;--paper:#f9fbf7}.travel .topline{background:#155b61}.travel .travel-hero{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding:65px 0}.travel-hero h1{font-size:clamp(40px,5.3vw,72px)}.travel-hero p:not(.eyebrow){max-width:410px;color:var(--muted);margin-top:28px}.travel-hero img{height:430px;object-fit:cover;width:100%;border-radius:50% 50% 8px 8px}.travel .section#map{padding-top:20px}.travel-map-layout{display:grid;grid-template-columns:1.08fr 1fr;gap:30px;align-items:start}.map-panel{background:#e2f1f2;border:1px solid #c5dddd;border-radius:22px;overflow:hidden}.map-panel svg{display:block;width:100%;height:auto}.map-land{fill:#eff1d7;stroke:#a0bcb5;stroke-width:1}.map-road{fill:none;stroke:#fff;stroke-width:2}.map-route{fill:none;stroke:#e69b78;stroke-width:3;stroke-dasharray:5 4}.map-pin{fill:#1e655f;stroke:#fff;stroke-width:3}.map-number{fill:#fff;font:bold 14px sans-serif;pointer-events:none}.map-north{fill:#1d635e;font:bold 18px sans-serif}.map-panel a[aria-current=true] .map-pin{fill:#e9473d}.map-tools{padding:10px 20px;display:flex;gap:15px;align-items:center}.map-tools button{font-size:12px;min-height:42px;padding:9px 15px}.map-tools span,.credits{font-size:10px;color:#4d6a69}.credits{padding:5px 20px 15px;margin:0}.credits a{text-decoration:underline}.user-position{fill:#187bda;stroke:white;stroke-width:3}.spot-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.spot-tabs a{font-size:12px;background:#eef3ea;padding:9px 12px;border-radius:30px;border:1px solid #d5ded0}.spot-tabs a[aria-current=true]{background:#1e655f;color:#fff;border-color:#1e655f}.spot-tabs span{opacity:.65;margin-right:5px}.spot-cards article{border-radius:20px;border:1px solid var(--line);background:#fff;overflow:hidden}.spot-cards img{width:100%;height:245px;object-fit:cover}.spot-cards article>div{padding:23px}.spot-cards p:not(.eyebrow){font-size:14px;color:var(--muted);margin:18px 0 0}.spot-cards article[hidden]{display:none}.ferry-panel{border:1px solid #aecbc2;border-radius:22px;padding:30px;background:#edf4e9}.ferry-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.ferry-top strong{font-size:15px}.ferry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0}.ferry-grid small{display:block}.ferry-grid strong{font-size:28px;letter-spacing:-.06em}.ferry-panel p{font-size:13px;margin:13px 0 0}.ferry-panel button{font-size:12px;padding:6px 14px;border:1px solid #b4c2b2;border-radius:30px;background:white}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:15px}th,td{padding:17px;text-align:left;border-bottom:1px solid var(--line)}th{background:var(--soft)}caption{text-align:left;font-size:13px;margin:18px 0}.dalkom{--accent:#a25d27;--paper:#fffcf5;--soft:#f2e8d5;--ink:#292720}.dalkom .topline{background:#28251f}.dalkom .wordmark{font-size:27px}.dalkom .hero{padding:55px 0 80px}.sweet-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.sweet-hero h1{font-size:clamp(43px,5vw,71px)}.sweet-hero .hero-intro{max-width:410px;margin:27px 0;color:var(--muted)}.photo-frame{padding:14px;background:#fff;border:2px solid var(--ink);border-radius:2px;box-shadow:9px 9px 0 #e8d6b1;transform:rotate(2deg);position:relative}.photo-frame img{height:500px;width:100%;object-fit:cover}.photo-frame:before{content:"HANDMADE IN UDO";font-size:11px;font-weight:700;letter-spacing:.1em;position:absolute;top:-16px;left:35px;background:#f0d177;padding:8px 20px;transform:rotate(-5deg)}.handwritten{font-family:Georgia,serif;font-style:italic;font-weight:400}.sweet-strip{padding:24px;text-align:center;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);font-size:clamp(17px,2vw,26px);font-weight:700;letter-spacing:.06em}.sweet-strip span{padding:0 24px;color:#ac7436}.dalkom .feature{background:#fff;border:1.5px solid var(--ink);border-radius:2px;box-shadow:4px 4px 0 #dfd4bd}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.menu-item{padding:33px;border:1px solid var(--ink);border-radius:3px;position:relative;background:#f6e6c5}.menu-item.orange{background:#f9dcc6}.menu-item h3{font-size:29px;margin-bottom:20px}.menu-item p{max-width:450px;font-size:15px}.price{font-size:27px;font-weight:800;display:block;margin-top:27px}.flavor{font-size:55px;line-height:1;position:absolute;right:26px;bottom:25px}.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.visit-card{border:1px solid var(--line);padding:32px;border-radius:18px}.visit-card h3{margin-bottom:20px}.visit-card dt{font-size:12px;color:var(--muted);margin-top:20px}.visit-card dd{margin:6px 0;font-weight:650}.peanut{--accent:#638044;--soft:#edf0df}.coming-hero{min-height:630px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:60px;padding:70px 0}.coming-hero p:not(.eyebrow){margin-top:27px;max-width:460px;color:var(--muted)}.seed-art{border-radius:50%;aspect-ratio:1;max-width:400px;width:100%;background:#e8edd8;display:grid;place-items:center;position:relative;overflow:hidden}.seed-art svg{width:65%}.seed-art small{position:absolute;bottom:45px;letter-spacing:.17em;font-size:10px}.cafe{--accent:#a8643f;--ink:#345344;--paper:#f4f1e7;--soft:#e8e1ce}.cafe .topline{background:#b2593d;color:white}.cafe .brand{font-family:Georgia,serif}.cafe .wordmark{font-weight:500}.cafe-hero{text-align:center;padding:70px 0 40px}.cafe-hero h1{font-size:clamp(43px,6.5vw,89px);font-weight:500;letter-spacing:-.05em}.cafe-hero p{max-width:540px;margin:25px auto;color:var(--muted)}.coffee-window{min-height:470px;background-color:#dce1cc;background-image:linear-gradient(#bec8b733 1px,transparent 1px),linear-gradient(90deg,#bec8b733 1px,transparent 1px);background-size:40px 40px;border-radius:240px 240px 5px 5px;border:12px solid #e4dcc9;max-width:820px;margin:40px auto 0;display:grid;place-items:center}.coffee-window svg{max-height:340px;max-width:90%}.swatches{display:flex;gap:14px;margin-top:30px}.swatches span{width:60px;height:60px;border-radius:50%;border:1px solid #0001}.draft-tag{display:inline-block;padding:6px 15px;font-size:11px;border:1px solid var(--ink);border-radius:30px}.cafe footer{margin-top:40px}
@media(min-width:761px){.only-mobile{display:none}}
@media(max-width:1000px){.header-inner{gap:20px}nav{gap:18px}.header-cta{display:none}.hero-top .intro{max-width:310px}.travel-card .card-copy{padding:30px}.wrap{width:calc(100% - 48px)}}
@media(max-width:760px){html{scroll-padding-top:128px}.wrap{width:calc(100% - 36px)}.topline{padding:7px 18px;font-size:9px}.topline a{font-size:8px}.header-inner{display:grid;grid-template-columns:1fr;gap:0;min-height:100px;padding-top:6px}.brand img{width:87px;height:50px}.brand{width:max-content}.wordmark{font-size:21px}.wordmark small{font-size:7px}nav{gap:24px;width:100%;overflow-x:auto;scrollbar-width:none}.nav-link{font-size:12px;padding:10px 0}.hero{padding:34px 0}.hero-top{display:block;margin-bottom:28px}.hero-top .intro{max-width:95%;margin-top:23px;font-size:14px}.eyebrow{font-size:9px;margin-bottom:16px}h1{font-size:43px;line-height:1.22}h2{font-size:31px}h3{font-size:22px}.panorama{height:280px;border-radius:4px 70px 4px 4px}.panorama .caption{left:20px;bottom:20px;font-size:10px;max-width:170px}.round-note{width:85px;height:85px;right:18px;bottom:18px;font-size:9px}.journey-strip{grid-template-columns:1fr}.journey-strip a{padding:17px 18px;border-right:0;border-bottom:1px solid var(--line)}.journey-strip strong{font-size:15px}.journey-strip small{font-size:9px}.section{padding:60px 0}.section-head{display:block;margin-bottom:26px}.section-head>p{margin-top:20px;font-size:14px}.brand-grid{grid-template-columns:1fr;gap:20px}.brand-card.travel-card{grid-column:auto;display:block}.brand-card img,.travel-card img{height:240px}.brand-card .card-copy,.travel-card .card-copy{padding:24px}.card-copy p{font-size:13px}.coming-row{grid-template-columns:1fr;gap:16px;margin-top:20px}.coming-card{padding:23px}.coming-card p{font-size:12px}.manifesto .wrap{display:block}.manifesto h2{margin-bottom:30px}.manifesto p{font-size:16px}.tape{margin-bottom:34px}.split{grid-template-columns:1fr;gap:30px}.split>img,.split>div>img{max-height:380px}.three-grid,.places-grid{grid-template-columns:1fr;gap:22px}.feature{padding:27px}.feature>span{margin-bottom:22px}.feature p{font-size:14px}.callout{display:block;padding:30px 24px}.callout h2{font-size:27px}.callout p{font-size:14px}.page-head{padding:45px 0 35px}.page-head>p:last-child{font-size:15px}.article h2{font-size:27px}.article p{font-size:15px}.article img{max-height:380px}.place-card img{height:245px}.place-card h3{margin:20px 0 10px}.place-card p{font-size:14px}.footer-grid{grid-template-columns:1fr;gap:40px}footer{margin-top:35px;padding:45px 0 100px;font-size:11px}footer strong{font-size:23px}.legal{gap:20px;flex-wrap:wrap;font-size:9px}.legal>span:last-child{display:none}.mobile-bar{position:fixed;bottom:0;left:0;right:0;padding:10px 18px max(10px,env(safe-area-inset-bottom));background:rgba(255,253,248,.97);border-top:1px solid var(--line);z-index:10;display:block}.mobile-bar .btn{display:flex;width:100%;font-size:13px;padding:12px;min-height:46px}.travel .travel-hero{display:block;padding:38px 0}.travel-hero h1{font-size:46px}.travel-hero p:not(.eyebrow){font-size:15px;margin-top:22px}.travel-hero img{height:275px;border-radius:90px 90px 5px 5px;margin-top:32px}.travel-map-layout{grid-template-columns:1fr;gap:22px}.map-panel svg{max-height:390px}.map-tools{flex-wrap:wrap;gap:8px}.map-tools span{font-size:10px}.spot-tabs{gap:6px}.spot-tabs a{font-size:11px;padding:8px 10px}.spot-cards img{height:210px}.ferry-panel{padding:23px 20px}.ferry-grid{gap:12px}.ferry-grid strong{font-size:21px}.ferry-grid small{font-size:10px}.ferry-top strong{font-size:13px}.ferry-panel p{font-size:12px}.table-scroll{margin:0 -4px}th,td{padding:13px 12px;font-size:13px}.sweet-hero{display:block}.sweet-hero h1{font-size:46px}.sweet-hero .hero-intro{font-size:15px}.dalkom .hero{padding:38px 0 48px}.photo-frame{margin:40px 8px 0;transform:rotate(1.5deg)}.photo-frame img{height:335px}.sweet-strip{font-size:14px;padding:20px 10px;letter-spacing:0}.sweet-strip span{padding:0 8px}.menu-grid,.visit-grid{grid-template-columns:1fr;gap:22px}.menu-item{padding:26px}.menu-item h3{font-size:25px}.menu-item p{font-size:14px;padding-right:30px}.visit-card{padding:25px}.coming-hero{grid-template-columns:1fr;gap:35px;padding:48px 0}.seed-art{width:85%;margin:auto;max-width:310px}.coming-hero h1{font-size:42px}.coming-hero p:not(.eyebrow){font-size:15px}.coffee-window{min-height:310px;border-width:8px;border-radius:180px 180px 4px 4px}.coffee-window svg{max-height:250px}.cafe-hero{padding-top:43px}.cafe-hero p{font-size:14px}.cafe-hero h1{font-size:52px}.cafe .topline{font-size:8px}.cafe .topline a{display:none}.cafe .wordmark{font-size:23px}.btn{padding:12px 20px;font-size:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* September 2026: six brands, independent visual identities. */
body{overflow-wrap:break-word}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{cursor:pointer}img{max-width:100%}[hidden]{display:none!important}.media-credit{font-size:11px;color:#6b6b6b;padding:24px 0}.section{padding:110px 0}.btn,.header-cta{transition:background .2s,transform .2s}.btn:hover{transform:translateY(-2px)}.wordmark small{letter-spacing:.12em}.round-link{display:grid;place-items:center;width:70px;height:70px;border:1px solid;border-radius:50%;font-size:30px;flex-shrink:0}.brand-mosaic a:focus-visible,.tour-pick-grid a:focus-visible{outline-offset:6px}.panorama-toggle{position:absolute;right:30px;bottom:26px;z-index:3;border:1px solid #ffffff88;background:#172b3399;color:#fff;border-radius:30px;padding:10px 16px;font-size:11px}.cinema-image{animation:pan-island 20s ease-in-out infinite alternate}.motion-paused .cinema-image{animation-play-state:paused}@keyframes pan-island{from{transform:scale(1.01)}to{transform:scale(1.12) translateX(-1%)}}.brand-link-active{color:var(--accent)}
/* Signature — cinematic, editorial, oversized type. */
.signature{--paper:#fff;--ink:#141414;--accent:#f1473b;--muted:#5a5a5a;--soft:#f4f4f4;background:#fff}.signature .topline{display:none}.signature header{background:#fff;border:0}.signature .header-inner{height:94px;max-width:1440px;width:calc(100% - 100px)}.signature .brand img{width:112px;height:68px}.signature nav{gap:45px}.signature .nav-link{font-size:15px;font-weight:800}.signature .header-cta{background:#f3433a;border:0;color:white}.signature-cinema{height:min(780px,calc(100svh - 94px));min-height:590px;position:relative;isolation:isolate;overflow:hidden;background:#187383}.cinema-image,.cinema-image img,.cinema-shade{position:absolute;inset:0;width:100%;height:100%}.cinema-image img{object-fit:cover}.cinema-shade{background:linear-gradient(90deg,#051b24b3,#071a1926 80%),linear-gradient(0deg,#0b2b2a80,transparent 60%)}.cinema-copy{position:absolute;left:6%;right:6%;bottom:60px;color:#fff}.cinema-copy>p{font-size:24px;font-weight:800;letter-spacing:.01em;margin-bottom:16px}.cinema-copy h1{font-size:17px;letter-spacing:0;display:flex;flex-direction:column-reverse;gap:13px}.cinema-copy h1 span{font-size:clamp(80px,9.8vw,160px);font-weight:900;letter-spacing:-.07em;line-height:.88;display:block}.cinema-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:25px;max-width:90%}.cinema-bottom p{font-size:16px;margin:0;line-height:1.6}.cinema-bottom a{font-size:12px;font-weight:800;letter-spacing:.08em;display:flex;align-items:center;gap:35px}.cinema-bottom a span{display:grid;place-items:center;width:50px;height:50px;border:1px solid #fff9;border-radius:50%;font-size:25px}.signature-intro{max-width:1050px;padding:145px 0}.signature-intro h2{font-size:clamp(45px,6.2vw,86px);font-weight:850;line-height:1.17;letter-spacing:-.065em}.signature em{font-style:normal;color:#f1473b}.intro-bottom{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-top:35px}.intro-bottom p{font-size:19px;line-height:1.9;margin:0}.signature .eyebrow{color:#f1473b;font-size:12px;letter-spacing:.1em}.brand-universe{background:#f4f4f4}.brand-universe h2{font-size:clamp(40px,5vw,64px)}.brand-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:24px}.universe-card{min-width:0;position:relative;overflow:hidden;border-radius:0;min-height:500px}.universe-card img{width:100%;height:290px;object-fit:cover;transition:transform .5s}.universe-card:hover img{transform:scale(1.04)}.universe-info{padding:36px;position:relative;z-index:1}.universe-info small{font-size:10px;letter-spacing:.12em}.universe-info h3{font-size:38px;margin-top:13px}.universe-info p{margin:12px 0 16px;font-size:15px}.universe-info>span{font-size:12px;font-weight:750}.universe-coco{background:#ffe4ed}.universe-sweet{background:#ffdc83}.universe-seed{background:#f7ce43;min-height:380px}.universe-coffee{background:#293d32;color:#fffbdb;min-height:380px}.seed-word{font-size:80px;line-height:.85;font-weight:900;letter-spacing:-.07em;display:block;position:absolute;bottom:-8px;right:22px;color:#492912}.coffee-word{font-family:Georgia,serif;position:absolute;right:32px;bottom:15px;font-size:72px;line-height:.9;letter-spacing:-.07em}.coffee-word i{font-size:50px;font-weight:400}.universe-tour{grid-column:span 2;min-height:320px;display:grid;grid-template-columns:1.2fr 1fr;background:#c0dbdf;align-items:center}.universe-tour img{height:360px}.signature-manifesto{background:#161616;color:white}.signature-manifesto h2{font-size:clamp(42px,5.7vw,78px);line-height:1.22}.manifesto-three{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:80px}.manifesto-three article{border-top:1px solid #ffffff55;padding-top:27px}.manifesto-three span{font-size:11px;letter-spacing:.1em;color:#aaa}.manifesto-three h3{font-size:24px;margin:26px 0 20px}.manifesto-three p{font-size:15px;color:#bbb;line-height:1.85}.signature-outro{text-align:center;background:#f3473d;color:#fff;padding:110px 25px}.signature-outro>p{font-size:11px;letter-spacing:.15em}.signature-outro h2{font-size:clamp(32px,5vw,64px);margin:25px 0 35px}.signature-outro .btn{background:#fff;color:#171717;border:0}.signature footer{margin:0;background:#fff;color:#191919;border-top:1px solid #ddd}.signature footer p{color:#666}.signature .legal{color:#666;border-color:#ddd}.signature .family{font-weight:700}.signature .mobile-bar{display:none}
/* Dalkom Ajae — a dessert shop, drawn in black ink and warm color. */
.dalkom{--paper:#fff9ef;--ink:#2d2521;--accent:#ca642d;--muted:#6f6055;--soft:#f6e3ce;background:var(--paper)}.dalkom .topline{background:#332821}.dalkom header{background:#fff9efee;border-bottom:1px solid #d6c7b5}.dalkom .header-inner{min-height:108px}.dalkom .wordmark{font-size:34px;font-weight:900;letter-spacing:-.08em}.dalkom .wordmark small{font-size:8px;margin-top:3px;letter-spacing:.08em}.dalkom nav{gap:34px}.dalkom .nav-link{font-size:15px;font-weight:800}.dalkom .header-cta{border:2px solid}.sweet-announcement{background:#fad0a5;text-align:center;padding:15px 24px;font-size:12px;font-weight:900;letter-spacing:.1em;color:#6b4029}.sweet-announcement span{margin-left:28px;font-size:11px;letter-spacing:0}.scoop-stage{padding:40px max(30px,calc((100% - 1380px)/2)) 0;background:#fff2de}.scoop-frame{position:relative;border:7px solid #d29360;border-radius:110px 12px 110px 12px;display:grid;grid-template-columns:.9fr 1.1fr;background:#ffd891;overflow:visible;min-height:520px;isolation:isolate}.scoop-copy{padding:66px 15px 60px 55px;z-index:1}.scoop-copy h1{font-size:clamp(37px,4.3vw,68px);line-height:1.17;font-weight:900;color:#582f20;letter-spacing:-.065em}.scoop-copy h1 em{font-style:normal;color:#a34822}.scoop-copy>p:not(.eyebrow){font-size:15px;line-height:1.75;margin-top:22px;color:#61462d}.scoop-copy .btn{background:#5c3423;border:0;margin-top:3px}.scoop-visual{border-radius:0 5px 102px 0;position:relative;overflow:hidden;min-width:0}.scoop-visual>img{width:100%;height:100%;object-fit:cover}.scoop-stamp{position:absolute;right:22px;top:24px;display:grid;place-items:center;width:104px;height:104px;line-height:1.6;border-radius:50%;background:#fff9d9;border:2px dashed #66401f;transform:rotate(12deg);font-size:11px;text-align:center;font-weight:900}.frame-name{position:absolute;top:-22px;left:50%;transform:translateX(-50%);background:#d29360;border-radius:24px 24px 0 0;padding:7px 23px;font-size:12px;font-weight:900;letter-spacing:.08em;color:#fffaf0;white-space:nowrap}.scoop-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:33px 15px}.scoop-shortcuts a{font-size:11px;font-weight:800;border-right:1px solid #d8bba1}.scoop-shortcuts a:last-child{border:0}.scoop-shortcuts span{color:#c28e62;margin-right:10px}.scoop-shortcuts b{display:block;margin:7px 0 0 26px;font-size:14px}.sweet-heading{text-align:center;margin-bottom:45px}.sweet-heading .eyebrow{margin-bottom:14px}.sweet-heading h2{font-family:Georgia,'Apple SD Gothic Neo',serif;font-size:clamp(44px,5.4vw,74px);letter-spacing:-.05em;font-weight:800;color:#8b542f;line-height:1.1}.sweet-heading>p:last-child{margin:20px 0 0;color:#6b594a;font-size:15px}.flavor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.flavor-card{border:2px solid #705342;border-radius:100px 100px 15px 15px;padding:18px;background:#fff1d7;box-shadow:5px 5px 0 #eed4b6;transition:transform .25s}.flavor-card:hover{transform:translateY(-6px)}.flavor-card>div{height:270px;position:relative}.flavor-card img{width:100%;height:100%;object-fit:cover;border-radius:80px 80px 12px 12px}.flavor-number{position:absolute;bottom:-15px;right:8px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#fff8e9;border:2px solid #705342;font-weight:850;font-size:15px}.flavor-card>p{font-size:9px;letter-spacing:.08em;margin:30px 0 10px;color:#775741}.flavor-card h3{font-size:23px}.flavor-price{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:750;margin:24px 0 3px}.flavor-price b{font-size:23px}.orange-flavor{background:#ffd9b0}.handmade-flavor{background:#f8efdc}.sweet-menu>.fine{margin:28px 0 0;font-size:11px}.sketch-room{background-color:#fffef9;background-image:linear-gradient(#342e2110 1px,transparent 1px),linear-gradient(90deg,#342e2110 1px,transparent 1px);background-size:42px 42px;border-top:3px solid #30251b;border-bottom:3px solid #30251b;position:relative}.sketch-room .sweet-heading h2{color:#302b24}.sketch-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:center}.sketch-photo{border:3px solid #24221d;padding:15px;background:#fff;transform:rotate(-2deg);box-shadow:8px 8px 0 #30271f}.sketch-photo img{height:420px;width:100%;object-fit:cover}.sketch-photo>span{display:block;text-align:center;font-size:11px;letter-spacing:.13em;font-weight:800;margin:18px 0 6px}.sketch-story{padding:20px}.sketch-story h3{font-size:34px;line-height:1.3}.sketch-story p{font-size:16px;line-height:1.85;margin-top:24px}.hand-star{font-size:75px;line-height:1;display:block;margin-bottom:25px}.care-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px}.care-steps article{border-top:2px solid #543821;padding-top:25px}.care-steps article>span{font-size:48px;font-family:Georgia,serif;color:#b68557}.care-steps h3{font-size:25px;margin:18px 0}.care-steps p{font-size:14px;color:#746050;line-height:1.8}.sweet-duo{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:80px}.sweet-duo>a{background:#ffdcc8;padding:45px;border-radius:20px}.sweet-duo>a:last-child{background:#d6e9e5}.sweet-duo p{font-size:10px;font-weight:850;letter-spacing:.1em}.sweet-duo h2{font-size:32px;line-height:1.4;margin:20px 0 30px}.sweet-duo em{font-style:normal;color:#a64f2f}.sweet-duo span{font-size:12px;font-weight:750}.dalkom footer{background:#352820;margin-top:0}.dalkom .page-head{text-align:center;max-width:1050px}.dalkom .page-head p:last-child{margin:24px auto 0}.dalkom .menu-item{border-radius:25px;border-width:2px;box-shadow:5px 5px 0 #dec5a4}.dalkom .visit-card{background:#fff3df;border:2px solid #645041}.dalkom .split>div>img{border-radius:80px 5px 80px 5px}.dalkom .mobile-bar .btn{background:#693f24;border-color:#693f24}
/* Udo travel — search, scenic campaigns, destinations and a usable island map. */
.travel{--paper:#fff;--ink:#20272c;--accent:#195dae;--muted:#59646e;--soft:#f0f5fa;background:#fff}.travel .topline{background:#ecf4fa;color:#315679}.travel header{background:#fff}.travel .header-inner{min-height:132px;display:grid;grid-template-columns:auto 1fr auto;column-gap:50px;row-gap:8px;padding-top:20px;padding-bottom:12px}.travel .wordmark{color:#165baa;font-size:31px;letter-spacing:-.07em}.travel .wordmark small{color:#59885b;font-size:9px}.travel header nav{grid-row:2;grid-column:1/-1;justify-content:center;gap:65px;border-top:1px solid #e8edf2;padding-top:3px}.travel .nav-link{font-size:16px;font-weight:800}.travel .header-cta{font-size:11px}.tour-search{position:relative;display:flex;max-width:650px;margin:auto;width:100%;background:#f2f5f8;border:1px solid #e3e9ef;border-radius:50px;padding:6px 8px 6px 22px}.tour-search input{width:100%;min-width:0;border:0;outline:0;background:none;font-size:14px;padding:8px}.tour-search button{background:#226cd1;color:#fff;border:0;border-radius:30px;padding:7px 22px;font-size:12px}.tour-banner{background:#123b51}.tour-slides{position:relative}.tour-slide{position:relative;min-height:490px;overflow:hidden;color:#fff}.tour-image,.tour-image img{position:absolute;inset:0;width:100%;height:100%}.tour-image img{object-fit:cover}.tour-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#072e48c9,#0b445733 75%)}.tour-copy{position:relative;padding:70px 0 70px;z-index:1}.tour-copy>p:first-child{font-size:11px;letter-spacing:.17em;font-weight:850;margin-bottom:22px}.tour-copy h1,.tour-copy h2{font-size:clamp(42px,4.9vw,68px);line-height:1.25;font-weight:850;letter-spacing:-.05em}.tour-copy em{font-style:normal;color:#fff7b8}.tour-copy>p:not(:first-child){font-size:16px;margin-top:22px}.tour-copy .btn{background:#fff;color:#164063;border:0;font-size:13px;margin-top:4px}.tour-controls{background:#122633;color:white}.tour-controls>.wrap{display:flex;align-items:center;gap:16px;min-height:70px}.tour-controls span{font-size:13px;font-weight:850;background:#2476da;padding:7px 20px;border-radius:30px}.tour-controls p{font-size:14px;margin:0 auto 0 5px}.tour-controls button{border:1px solid #ffffff66;border-radius:30px;width:38px;height:38px;background:transparent;color:#fff}.tour-controls button[data-autoplay]{width:auto;padding:0 15px;font-size:11px}.tour-quick{display:grid;grid-template-columns:repeat(6,1fr);padding:38px 0;border-bottom:1px solid #e1e6ec}.tour-quick a{text-align:center;border-right:1px solid #e1e6ec}.tour-quick a:last-child{border:0}.tour-quick span{margin:auto auto 12px;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#eef5ff;color:#246ab9;font-size:29px}.tour-quick strong{display:block;font-size:15px}.tour-quick small{font-size:11px;display:block;margin-top:4px}.tour-pick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.tour-pick-grid>a{border-radius:22px;overflow:hidden;position:relative;min-height:365px}.tour-pick-grid img{width:100%;height:100%;object-fit:cover;position:absolute;transition:transform .4s}.tour-pick-grid>a:hover img{transform:scale(1.06)}.tour-pick-grid>a:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#001f35cc)}.tour-pick-grid span{position:absolute;z-index:1;left:28px;bottom:30px;color:white}.tour-pick-grid small{color:#fff;font-size:12px}.tour-pick-grid h3{font-size:32px;margin-top:10px}.tour-map-band{background:#eef5f9;padding:70px 0}.tour-map-band #map{padding-bottom:0}.travel .map-panel{background:#deebf6;border-radius:16px}.travel .spot-tabs a[aria-current=true]{background:#226bc5;border-color:#226bc5}.travel .map-pin{fill:#226bc5}.travel .ferry-panel{border-radius:12px;background:#f4f8fd;border-color:#c5d7ec}.travel .ferry-grid strong{color:#245b96}.tour-route-banner{padding:85px 0;background:#dce9cc}.tour-route-banner h2{font-size:clamp(34px,4vw,55px);line-height:1.35;color:#224a35}.tour-route-banner .btn{margin-top:30px;background:#235a41;border:0}.travel .places-grid{gap:35px}.travel .place-card{background:#f8fafc;border:1px solid #e5eaf0;border-radius:18px;overflow:hidden;padding:0 0 22px}.travel .place-card img{border-radius:0}.travel .place-card>:not(img){margin-left:22px;margin-right:22px}.travel footer{background:#1f3546;margin-top:0}.search-summary{background:#eaf2fc;border-radius:12px;padding:18px 25px;margin:15px auto;font-size:15px}.search-summary a{text-decoration:underline;margin-left:15px}
/* Udo Seed — a bold, playful peanut world, clearly coming soon. */
.peanut{--ink:#38231c;--paper:#fff8e9;--accent:#90452e;--soft:#f5e5c6;background:#fff8e9}.peanut .topline{background:#3a2115;color:#fff2c6}.peanut header{background:#fff9e9;border-color:#60452d}.peanut .wordmark{font-weight:950;font-size:32px}.peanut .nav-link{font-size:15px;font-weight:800}.peanut .header-cta{background:#f5ce4a;border:1px solid #6b472a}.peanut-stage{background:repeating-linear-gradient(90deg,#f9d44f 0 28px,#ffdf62 28px 52px);padding:0 5% 50px}.peanut-hero{min-height:600px;position:relative;border:1px solid #3b271b;border-top:0;background:#fffcf0;border-radius:0 0 95px 95px;overflow:hidden;display:grid;place-items:center}.peanut-heading{text-align:center;position:relative;z-index:2;padding:75px 20px 80px}.peanut-heading>p:first-child{font-size:11px;font-weight:850;letter-spacing:.12em}.peanut-heading h1{font-size:clamp(47px,6vw,88px);font-weight:950;letter-spacing:-.07em;line-height:1.15;margin:20px 0}.peanut-heading em{font-style:normal;color:#a34e2c}.peanut-heading .seed-korean{font-weight:750;font-size:18px}.coming-label{font-size:12px;font-weight:800;display:inline-block;padding:9px 21px;border:1px solid #563626;border-radius:30px;background:#ffe498}.peanut-heading .btn{display:flex;width:max-content;margin:24px auto 0;border-radius:0;background:#392217;border:0;font-size:13px}.peanut-mascot{position:absolute;bottom:-58px;width:28%;max-width:340px;z-index:1}.peanut-mascot.left{left:-20px;transform:rotate(-18deg)}.peanut-mascot.right{right:-20px;transform:rotate(20deg)}.peanut-mascot svg{width:100%;height:auto;display:block}.vertical-type{position:absolute;top:40px;writing-mode:vertical-rl;letter-spacing:7px;font-size:15px;font-weight:850;border-radius:25px;background:#3c291b;color:#fbe779;padding:18px 8px}.vertical-type.left{left:20px}.vertical-type.right{right:20px}.seed-marquee{background:#3a2319;color:#ffe573;padding:23px 24px;font-size:clamp(15px,2.1vw,29px);font-weight:900;text-align:center;letter-spacing:-.025em;overflow:hidden}.seed-marquee span{padding:0 25px}.seed-story{text-align:center}.seed-story h2{font-size:clamp(45px,6vw,80px);font-weight:900;line-height:1.18}.seed-story>p:not(.eyebrow){font-size:18px;line-height:1.9;margin:32px 0}.seed-hand{display:block;font-family:Georgia,serif;font-style:italic;font-size:27px;color:#ad6a3b;transform:rotate(-4deg);margin-top:45px}.seed-values{background:#e9b75b;padding:75px 0}.seed-values>.wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.seed-values article{border:2px solid #593520;padding:30px;border-radius:65px 65px 12px 12px;background:#fff4d5;box-shadow:7px 7px 0 #986d32;text-align:center}.seed-values span{font-size:50px;font-family:Georgia,serif}.seed-values h3{font-size:27px;margin:20px 0}.seed-values p{font-size:14px;line-height:1.8}.seed-news{text-align:center}.seed-news h2{margin:30px 0;font-size:clamp(31px,4vw,52px)}.seed-news p{font-size:16px;line-height:1.9}.seed-news .actions{justify-content:center}.peanut footer{margin:0;background:#3a261b}.peanut .mobile-bar{display:none}
/* Kiekee — full-screen photographic chapters and a quiet vertical masthead. */
.cafe{--paper:#fffef1;--ink:#30382f;--accent:#6c7046;--muted:#64715e;--soft:#e9ecde;background:#fffef1}.cafe .topline{height:32px;position:relative;z-index:12;background:#314434;color:#fffbe5;justify-content:center;font-size:10px}.cafe .topline a{margin-left:30px}.cafe>header{position:fixed;left:0;top:32px;bottom:0;width:220px;background:#fffef1f5;border-right:1px solid #d7d9c6;border-bottom:0;z-index:10}.cafe .header-inner{height:100%;min-height:0;padding:58px 28px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:55px;width:100%}.cafe .brand{font-family:Georgia,serif}.cafe .wordmark{font-size:28px;font-weight:500;letter-spacing:-.055em}.cafe .wordmark:before{content:"kiekee";display:block;font-size:49px;font-style:italic;letter-spacing:-.07em;line-height:1;margin-bottom:18px}.cafe .wordmark small{font-size:8px;letter-spacing:.15em;margin-top:10px}.cafe nav{flex-direction:column;gap:15px;align-items:flex-start}.cafe .nav-link{font-size:12px;font-weight:550;padding:10px 0;border-bottom:1px solid transparent}.cafe .nav-link:hover{border-color:currentColor}.cafe .header-cta{font-size:11px;border-radius:0;white-space:normal;padding:12px 16px;margin-top:auto}.cafe main,.cafe footer{margin-left:220px}.cafe main{min-height:80vh}.cafe .mobile-bar{display:none}.kiekee-hero{height:calc(100svh - 32px);min-height:650px;position:relative;isolation:isolate;color:#fff;overflow:hidden}.kiekee-hero-photo,.kiekee-hero-photo img,.kiekee-overlay{position:absolute;inset:0;width:100%;height:100%}.kiekee-hero-photo img{object-fit:cover;object-position:center 56%}.kiekee-overlay{background:linear-gradient(0deg,#10221bc9,transparent 80%)}.kiekee-hero-copy{position:absolute;bottom:90px;left:7%;right:7%}.kiekee-hero-copy>p:first-child{font-size:11px;letter-spacing:.18em;margin-bottom:24px}.kiekee-hero-copy h1{font-size:18px;font-weight:500;letter-spacing:-.02em}.kiekee-hero-copy h1 span{display:block;font-family:Georgia,serif;font-size:clamp(55px,6vw,86px);font-weight:400;line-height:1.04;letter-spacing:-.06em;margin-top:18px}.kiekee-hero-copy>p:not(:first-child){margin-top:28px;font-size:15px}.kiekee-outline{display:inline-block;border:1px solid currentColor;padding:13px 24px;margin-top:15px;font-size:12px}.kiekee-outline:hover{background:#fffef1;color:#253b2d}.kiekee-photo-note{position:absolute;bottom:22px;right:26px;font-size:10px;opacity:.9}.kiekee-chapter{display:grid;grid-template-columns:1fr 1fr;min-height:660px}.kiekee-chapter-copy{padding:85px 13%;align-self:center}.kiekee-chapter h2{font-size:clamp(36px,3.7vw,53px);line-height:1.3;font-weight:500;letter-spacing:-.055em}.kiekee-chapter-copy>p:not(.eyebrow){font-size:14px;line-height:2.1;margin:30px 0}.kiekee-chapter figure{margin:0;position:relative;min-width:0}.kiekee-chapter img{height:100%;width:100%;object-fit:cover}.kiekee-chapter figcaption{position:absolute;bottom:0;left:0;right:0;padding:11px 20px;background:#1a2f22bb;color:#fff;font-size:10px}.coffee-chapter{background:#e3e7d5}.kiekee-opening{text-align:center;position:relative;padding:100px 30px;background:#314534;color:#fffbe0}.kiekee-opening .eyebrow{color:#d4d8bc}.kiekee-opening h2{font-family:Georgia,serif;font-size:clamp(65px,8vw,110px);font-weight:400;line-height:.96;margin:25px 0 35px}.kiekee-opening h2 em{font-weight:400}.opening-sun{font-size:65px;color:#e8cf78}.kiekee-opening .opening-status{font-size:15px;letter-spacing:.1em}.kiekee-opening p{font-size:14px;line-height:1.9}.cafe footer{margin-top:0;background:#fffef1;color:#30382f;border-top:1px solid #dddcca}.cafe footer p,.cafe .legal{color:#626851}.cafe .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.cafe footer .wrap{width:calc(100% - 70px)}.cafe .legal{border-color:#cccdb9;flex-wrap:wrap;gap:15px}.cafe footer strong{font-weight:500;font-size:22px}
@media(max-width:1050px){.signature .header-inner{width:calc(100% - 50px)}.signature nav{gap:25px}.scoop-copy{padding:55px 20px 45px 36px}.scoop-frame{min-height:480px}.scoop-copy h1{font-size:48px}.scoop-visual{min-height:480px}.flavor-card>div{height:220px}.flavor-card h3{font-size:20px}.travel .header-inner{column-gap:28px}.travel .header-cta{display:none}.tour-search{grid-column:2/4}.cafe>header{width:180px}.cafe .header-inner{padding:50px 23px}.cafe main,.cafe footer{margin-left:180px}.cafe .wordmark{font-size:24px}.kiekee-chapter-copy{padding:60px 10%}.kiekee-chapter h2{font-size:35px}.peanut-mascot{width:25%;bottom:-25px}.peanut-hero{min-height:560px}.sketch-grid{gap:35px}.sketch-story{padding:8px}}
@media(max-width:760px){
 .section{padding:70px 0}.media-credit{font-size:10px}.round-link{width:48px;height:48px;font-size:23px}.signature .header-inner{height:auto;min-height:95px;width:calc(100% - 36px);padding:4px 0 0;display:grid}.signature .brand img{width:90px;height:52px}.signature nav{gap:28px}.signature .nav-link{font-size:12px}.signature-cinema{min-height:560px;height:calc(90svh - 95px);max-height:740px}.cinema-image img{object-position:62% center}.cinema-copy{left:24px;right:24px;bottom:73px}.cinema-copy>p{font-size:16px;margin-bottom:17px}.cinema-copy h1{font-size:14px;gap:16px}.cinema-copy h1 span{font-size:clamp(58px,13vw,90px);line-height:.94;letter-spacing:-.06em}.cinema-bottom{display:block;margin-top:26px}.cinema-bottom p{font-size:13px}.cinema-bottom a{margin-top:24px;width:max-content;gap:20px;font-size:10px}.cinema-bottom a span{width:32px;height:32px;font-size:19px}.panorama-toggle{right:20px;bottom:18px;font-size:10px;padding:8px 12px}.signature-intro{padding:80px 0}.signature-intro h2{font-size:45px}.intro-bottom{align-items:center;gap:18px}.intro-bottom p{font-size:14px;line-height:1.85}.intro-bottom p br{display:none}.brand-universe h2{font-size:39px}.brand-mosaic{grid-template-columns:1fr;gap:22px}.universe-info{padding:26px}.universe-info h3{font-size:32px}.universe-info p{font-size:14px}.universe-card{min-height:0}.universe-card img{height:250px}.universe-seed,.universe-coffee{min-height:335px}.universe-tour{grid-column:auto;display:flex;flex-direction:column}.universe-tour img{height:235px}.universe-tour .universe-info{width:100%}.seed-word{font-size:66px;right:25px;bottom:0}.coffee-word{font-size:67px;bottom:15px}.signature-manifesto h2{font-size:40px}.manifesto-three{grid-template-columns:1fr;gap:30px;margin-top:45px}.manifesto-three h3{font-size:23px;margin:20px 0 15px}.manifesto-three p{font-size:14px;margin-bottom:0}.signature-outro{padding:75px 20px}.signature-outro h2{font-size:35px}.signature footer{padding-bottom:35px}
 .dalkom .header-inner{min-height:102px;padding-top:13px;gap:8px}.dalkom .wordmark{font-size:26px}.dalkom nav{gap:26px}.dalkom .nav-link{font-size:12px}.sweet-announcement{font-size:10px;padding:13px 12px;letter-spacing:.03em}.sweet-announcement span{display:none}.scoop-stage{padding:30px 14px 0}.scoop-frame{display:flex;flex-direction:column;border-width:5px;border-radius:70px 10px 60px 10px;min-height:0}.scoop-copy{padding:45px 23px 25px;text-align:center}.scoop-copy h1{font-size:44px;line-height:1.12}.scoop-copy h1 br:first-of-type{display:none}.scoop-copy .eyebrow{font-size:10px}.scoop-copy>p:not(.eyebrow){font-size:13px;margin:18px 0}.scoop-copy .btn{font-size:12px;padding:11px 17px;min-height:42px}.scoop-visual{height:260px;min-height:0;border-radius:0 0 54px 5px}.scoop-visual>img{object-position:center 75%}.scoop-stamp{width:75px;height:75px;font-size:8px;right:17px;top:15px}.frame-name{font-size:10px;top:-19px;padding:6px 20px}.scoop-shortcuts{gap:8px;padding:22px 3px}.scoop-shortcuts a{font-size:8px;padding-right:6px}.scoop-shortcuts span{margin-right:4px}.scoop-shortcuts b{font-size:10px;margin-left:0;margin-top:8px;line-height:1.4}.sweet-heading{margin-bottom:33px}.sweet-heading h2{font-size:48px}.sweet-heading>p:last-child{font-size:13px;max-width:290px;margin:17px auto 0}.flavor-grid{grid-template-columns:1fr 1fr;gap:17px}.flavor-card{padding:10px;border-radius:65px 65px 10px 10px;box-shadow:3px 3px 0 #eed4b6}.flavor-card>div{height:190px}.flavor-card img{border-radius:55px 55px 8px 8px}.flavor-card:last-child{grid-column:span 2;border-radius:15px;display:grid;grid-template-columns:42% 1fr;gap:0 18px}.flavor-card:last-child>div{grid-row:1/4;height:185px}.flavor-card:last-child img{border-radius:8px}.flavor-card:last-child>p{margin-top:22px}.flavor-card h3{font-size:17px;line-height:1.35}.flavor-card>p{font-size:8px;margin:27px 0 9px;line-height:1.5}.flavor-price{font-size:11px;margin-top:16px;gap:5px}.flavor-price b{font-size:18px}.flavor-number{width:36px;height:36px;font-size:11px;right:4px}.sweet-menu>.fine{font-size:10px}.sketch-grid{grid-template-columns:1fr;gap:38px}.sketch-photo{margin:0 8px;box-shadow:5px 5px 0 #30271f;padding:10px}.sketch-photo img{height:300px}.sketch-story{padding:0 10px}.sketch-story h3{font-size:29px}.sketch-story p{font-size:14px}.hand-star{font-size:55px;margin-bottom:20px}.care-steps{grid-template-columns:1fr;gap:25px}.care-steps article{display:grid;grid-template-columns:56px 1fr;gap:0 15px;padding-top:22px}.care-steps span{grid-row:1/3}.care-steps h3{font-size:23px;margin:6px 0 16px}.care-steps p{grid-column:2;font-size:13px}.sweet-duo{grid-template-columns:1fr;gap:20px;margin-bottom:50px}.sweet-duo>a{padding:30px}.sweet-duo h2{font-size:29px}.dalkom .page-head h1{font-size:36px}.dalkom .split>div>img{border-radius:50px 5px 50px 5px}
 .travel .topline{font-size:8px}.travel .header-inner{min-height:135px;display:grid;grid-template-columns:auto 1fr;gap:9px 17px;padding:13px 0 0}.travel .wordmark{font-size:24px}.travel .wordmark small{font-size:7px}.tour-search{grid-column:2;max-width:220px;padding:3px 4px 3px 8px}.tour-search input{font-size:11px;padding:7px 2px}.tour-search button{font-size:10px;padding:5px 10px}.travel header nav{grid-row:2;justify-content:flex-start;gap:25px;padding-top:3px}.travel .nav-link{font-size:12px}.tour-slide{min-height:480px}.tour-copy{padding:60px 0}.tour-copy h1,.tour-copy h2{font-size:39px}.tour-copy>p:first-child{font-size:9px;letter-spacing:.1em}.tour-copy>p:not(:first-child){font-size:14px}.tour-copy .btn{font-size:12px}.tour-controls>.wrap{min-height:64px;gap:10px}.tour-controls p{display:none}.tour-controls span{padding:5px 13px;font-size:11px;margin-right:auto}.tour-controls button{width:32px;height:32px}.tour-controls button[data-autoplay]{font-size:10px;padding:0 11px}.tour-quick{grid-template-columns:repeat(3,1fr);gap:25px 0;padding:28px 0}.tour-quick a:nth-child(3){border:0}.tour-quick span{width:46px;height:46px;font-size:25px;margin-bottom:10px}.tour-quick strong{font-size:13px}.tour-quick small{font-size:10px}.tour-pick-grid{grid-template-columns:1fr;gap:18px}.tour-pick-grid>a{min-height:260px}.tour-pick-grid span{left:23px;bottom:23px}.tour-pick-grid h3{font-size:28px}.tour-map-band{padding:45px 0}.tour-route-banner{padding:60px 0}.tour-route-banner h2{font-size:30px}.travel .places-grid{gap:24px}.search-summary{font-size:13px;padding:15px}
 .peanut .header-inner{padding-top:10px;min-height:105px;gap:4px}.peanut .wordmark{font-size:26px}.peanut .nav-link{font-size:12px}.peanut-stage{padding:0 13px 28px}.peanut-hero{border-radius:0 0 55px 55px;min-height:650px;align-items:start}.peanut-heading{padding:55px 17px 0}.peanut-heading>p:first-child{font-size:8px;max-width:230px;margin:auto;line-height:1.7}.peanut-heading h1{font-size:49px;margin:22px 0}.peanut-heading .seed-korean{font-size:13px}.coming-label{font-size:10px;padding:7px 16px}.peanut-heading .btn{font-size:11px;margin-top:18px;padding:12px 17px;min-height:42px}.peanut-mascot{width:42%;bottom:-55px;max-width:180px}.peanut-mascot.left{left:3px}.peanut-mascot.right{right:3px}.vertical-type{display:none}.seed-marquee{font-size:15px;line-height:1.8;padding:17px}.seed-marquee span{padding:0 6px}.seed-story h2{font-size:44px}.seed-story>p:not(.eyebrow){font-size:14px;line-height:1.95}.seed-hand{font-size:20px}.seed-values{padding:60px 0}.seed-values>.wrap{grid-template-columns:1fr;gap:28px}.seed-values article{border-radius:40px 40px 12px 12px;padding:25px}.seed-values h3{font-size:25px}.seed-values p{font-size:13px;max-width:240px;margin:auto}.seed-values span{font-size:40px}.seed-news h2{font-size:30px;line-height:1.4}.seed-news p{font-size:14px}.seed-news p br{display:none}.seed-news .actions{display:grid;justify-content:stretch}.peanut footer{padding-bottom:35px}
 .cafe .topline{position:relative;height:29px;font-size:8px}.cafe>header{position:sticky;top:0;width:auto;height:auto;bottom:auto;border-right:0;border-bottom:1px solid #ccc}.cafe .header-inner{padding:12px 20px 0;display:block;min-height:100px}.cafe .wordmark{font-family:inherit;font-size:18px;display:flex;align-items:center;gap:12px}.cafe .wordmark:before{font-family:Georgia,serif;font-size:30px;display:inline-block;margin:0}.cafe .wordmark small{display:none}.cafe nav{display:flex;flex-direction:row;gap:25px;width:100%;margin-top:9px}.cafe .nav-link{font-size:11px;padding:10px 0}.cafe .header-cta{display:none}.cafe main,.cafe footer{margin-left:0}.kiekee-hero{min-height:590px;height:calc(90svh - 100px);max-height:760px}.kiekee-hero-photo img{object-position:52% center}.kiekee-hero-copy{left:25px;right:25px;bottom:70px}.kiekee-hero-copy>p:first-child{font-size:9px}.kiekee-hero-copy h1{font-size:15px}.kiekee-hero-copy h1 span{font-size:53px}.kiekee-hero-copy>p:not(:first-child){font-size:13px}.kiekee-photo-note{font-size:9px;right:15px;bottom:18px}.kiekee-outline{font-size:11px;padding:11px 18px}.kiekee-chapter{grid-template-columns:1fr;min-height:0}.kiekee-chapter-copy{padding:65px 28px}.kiekee-chapter h2{font-size:38px}.kiekee-chapter-copy>p:not(.eyebrow){font-size:14px;margin:25px 0}.kiekee-chapter figure{height:480px}.coffee-chapter figure{order:2;height:420px}.kiekee-chapter figcaption{font-size:9px;padding:10px 17px}.kiekee-opening{padding:70px 25px}.kiekee-opening h2{font-size:80px}.kiekee-opening p{font-size:13px}.cafe footer{padding:45px 0 30px}.cafe .footer-grid{grid-template-columns:1fr}.cafe footer .wrap{width:calc(100% - 42px)}
}
@media(max-width:374px){.scoop-copy h1{font-size:37px}.flavor-card>div{height:150px}.flavor-card h3{font-size:15px}.tour-copy h1,.tour-copy h2{font-size:34px}.tour-search input{width:90px}.kiekee-hero-copy h1 span{font-size:46px}.peanut-heading h1{font-size:44px}}
@media(prefers-reduced-motion:reduce){.cinema-image{animation:none}.universe-card img,.tour-pick-grid img,.flavor-card,.btn{transition:none}.panorama-toggle{display:none}}

@media(max-width:760px){.scoop-copy h1 br:first-of-type{display:initial}}
