@font-face { font-family: "Olajbogyo Serif"; src: local("Georgia"); font-display: swap; }
:root { color-scheme: light; --ob-page: #fcfaf4; --ob-surface: #fff; --ob-soft: #f6f1e5; --ob-brand-soft: #f3f7eb; --ob-text: #171a14; --ob-muted: #454a3d; --ob-subtle: #6d7365; --ob-border: #e2d9c7; --ob-primary: #40582a; --ob-primary-hover: #304421; --ob-primary-text: #fff; --ob-accent: #b95f3c; --ob-dark: #223218; --ob-radius: 24px; --ob-shadow: 0 18px 52px rgba(23,33,15,.12); --ob-container: 1280px; }
[data-theme="dark"] { color-scheme: dark; --ob-page: #11170d; --ob-surface: #1b2416; --ob-soft: #232e1c; --ob-brand-soft: #293820; --ob-text: #f8f5ea; --ob-muted: #d2d9c7; --ob-subtle: #aab49f; --ob-border: #3a4831; --ob-primary: #aabe86; --ob-primary-hover: #cad8ad; --ob-primary-text: #17210f; --ob-accent: #e09670; --ob-dark: #17210f; --ob-shadow: 0 18px 52px rgba(0,0,0,.28); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ob-text); background: var(--ob-page); font-family: Manrope, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.olajbogyo-container { width: min(calc(100% - 40px), var(--ob-container)); margin-inline: auto; }
.olajbogyo-skip { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; border-radius: 10px; color: #fff; background: #17210f; transform: translateY(-150%); }
.olajbogyo-skip:focus { transform: translateY(0); }
.olajbogyo-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--ob-page) 88%, transparent); backdrop-filter: blur(16px); transition: box-shadow .2s ease, border-color .2s ease; }
.olajbogyo-header.is-scrolled { border-color: var(--ob-border); box-shadow: 0 10px 34px rgba(23,33,15,.09); }
.olajbogyo-header__inner { width: min(calc(100% - 40px), 1380px); min-height: 78px; margin-inline: auto; display: flex; align-items: center; gap: 34px; }
.olajbogyo-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.olajbogyo-brand img { width: 44px; height: 44px; }
.olajbogyo-brand span { display: grid; line-height: 1.05; }
.olajbogyo-brand strong { font-family: "Olajbogyo Serif", Georgia, serif; font-size: 24px; letter-spacing: -.03em; }
.olajbogyo-brand small { margin-top: 5px; color: var(--ob-subtle); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.olajbogyo-desktop-nav { display: flex; align-items: center; justify-content: center; gap: 7px; margin-left: auto; }
.olajbogyo-desktop-nav a { padding: 9px 12px; border-radius: 999px; color: var(--ob-muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.olajbogyo-desktop-nav a:hover, .olajbogyo-desktop-nav a.is-active { color: var(--ob-primary); background: var(--ob-brand-soft); }
.olajbogyo-header__actions { display: flex; align-items: center; gap: 8px; }
.olajbogyo-icon-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ob-border); border-radius: 50%; color: var(--ob-text); background: var(--ob-surface); font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.olajbogyo-icon-btn:hover { border-color: var(--ob-primary); }
.olajbogyo-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 19px; border: 1px solid transparent; border-radius: 15px; font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.olajbogyo-button:hover { transform: translateY(-2px); }
.olajbogyo-button:focus-visible, .olajbogyo-icon-btn:focus-visible, .olajbogyo-site input:focus-visible, .olajbogyo-site textarea:focus-visible, .olajbogyo-site a:focus-visible { outline: 3px solid color-mix(in srgb, var(--ob-primary) 38%, transparent); outline-offset: 3px; }
.olajbogyo-button--primary { color: var(--ob-primary-text); background: var(--ob-primary); box-shadow: 0 12px 26px color-mix(in srgb, var(--ob-primary) 25%, transparent); }
.olajbogyo-button--primary:hover { background: var(--ob-primary-hover); }
.olajbogyo-button--secondary { border-color: var(--ob-border); color: var(--ob-primary); background: var(--ob-surface); }
.olajbogyo-button--quiet { color: var(--ob-text); background: transparent; }
.olajbogyo-button--light { color: #17210f; background: #f8f5ea; }
.olajbogyo-daily-hero { position: relative; overflow: hidden; padding: 64px 0 76px; background: radial-gradient(circle at 10% 10%, color-mix(in srgb, #cad8ad 42%, transparent), transparent 32%), linear-gradient(180deg, var(--ob-page), var(--ob-soft)); }
.olajbogyo-daily-hero::after { content: ""; position: absolute; right: -160px; bottom: -220px; width: 520px; height: 520px; border: 1px solid color-mix(in srgb, var(--ob-primary) 18%, transparent); border-radius: 50%; }
.olajbogyo-daily-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 64px; }
.olajbogyo-daily-hero__copy { min-width: 0; }
.olajbogyo-daily-hero__topline { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.olajbogyo-eyebrow { color: var(--ob-primary); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.olajbogyo-open-status { display: inline-flex; align-items: center; gap: 8px; color: var(--ob-muted); font-size: 12px; font-weight: 800; }
.olajbogyo-open-status i { width: 9px; height: 9px; border-radius: 50%; background: #b8433e; box-shadow: 0 0 0 4px rgba(184,67,62,.1); }
.olajbogyo-open-status.is-open i { background: #2e6a43; box-shadow: 0 0 0 4px rgba(46,106,67,.12); }
.olajbogyo-daily-hero h1, .olajbogyo-page-hero h1, .olajbogyo-section h2, .olajbogyo-food-card h3, .olajbogyo-day-section h2 { font-family: "Olajbogyo Serif", Georgia, serif; font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }
.olajbogyo-daily-hero h1 { max-width: 720px; margin: 18px 0 24px; font-size: clamp(46px, 6.3vw, 82px); }
.olajbogyo-lead { max-width: 610px; color: var(--ob-muted); font-size: 19px; }
.olajbogyo-daily-list { display: grid; gap: 9px; margin: 24px 0; }
.olajbogyo-daily-list > div { display: grid; grid-template-columns: minmax(90px,.4fr) minmax(0,1.6fr) auto; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--ob-border); }
.olajbogyo-daily-list span { color: var(--ob-subtle); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.olajbogyo-daily-list strong { font-size: 17px; }
.olajbogyo-daily-list b { color: var(--ob-primary); }
.olajbogyo-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.olajbogyo-daily-hero__visual { position: relative; min-width: 0; aspect-ratio: 4 / 3; }
.olajbogyo-daily-hero__visual > img, .olajbogyo-hero-placeholder { width: 100%; height: 100%; object-fit: cover; border-radius: 36px 36px 120px 36px; box-shadow: var(--ob-shadow); }
.olajbogyo-hero-placeholder { display: grid; place-items: center; align-content: center; gap: 18px; color: #cad8ad; background: linear-gradient(145deg, #223218, #526f35); }
.olajbogyo-hero-placeholder img { width: 150px; filter: brightness(0) invert(1); opacity: .9; }
.olajbogyo-hero-placeholder span { font-family: Georgia, serif; font-size: 32px; }
.olajbogyo-hero-badge { position: absolute; right: -22px; bottom: 30px; max-width: 280px; display: grid; gap: 4px; padding: 17px 20px; border: 1px solid var(--ob-border); border-radius: 18px; color: var(--ob-text); background: var(--ob-surface); box-shadow: var(--ob-shadow); }
.olajbogyo-hero-badge span { color: var(--ob-subtle); font-size: 12px; }
.olajbogyo-section { padding: 92px 0; background: var(--ob-surface); }
.olajbogyo-section--soft { background: var(--ob-brand-soft); }
.olajbogyo-section--dark { color: #f8f5ea; background: #223218; }
.olajbogyo-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.olajbogyo-section-heading h2 { max-width: 760px; margin: 8px 0 0; font-size: clamp(34px, 4.5vw, 58px); }
.olajbogyo-section-heading > a { color: var(--ob-primary); font-weight: 800; text-decoration: none; }
.olajbogyo-week-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.olajbogyo-week-strip article { min-width: 0; min-height: 210px; padding: 20px; border: 1px solid var(--ob-border); border-radius: 20px; background: var(--ob-surface); }
.olajbogyo-week-strip article.is-today { color: #f8f5ea; background: #40582a; transform: translateY(-8px); box-shadow: var(--ob-shadow); }
.olajbogyo-week-strip span { color: var(--ob-subtle); font-size: 11px; font-weight: 800; }
.olajbogyo-week-strip .is-today span, .olajbogyo-week-strip .is-today p { color: #dce7c6; }
.olajbogyo-week-strip h3 { margin: 7px 0 14px; font-family: Georgia, serif; font-size: 24px; }
.olajbogyo-week-strip ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.olajbogyo-week-strip p { color: var(--ob-subtle); font-size: 13px; }
.olajbogyo-reviews { background: var(--ob-surface); }
.olajbogyo-reviews__layout { display: grid; grid-template-columns: .45fr 1.55fr; align-items: center; gap: clamp(34px, 7vw, 100px); padding: clamp(34px, 6vw, 70px); border: 1px solid var(--ob-border); border-radius: 34px 34px 100px 34px; background: linear-gradient(135deg, var(--ob-brand-soft), var(--ob-surface)); box-shadow: var(--ob-shadow); }
.olajbogyo-reviews__score { display: grid; justify-items: center; padding: 24px; border-right: 1px solid var(--ob-border); text-align: center; }
.olajbogyo-reviews__score > strong { margin: 8px 0 0; color: var(--ob-dark); font-family: "Olajbogyo Serif", Georgia, serif; font-size: clamp(70px, 9vw, 112px); font-weight: 600; line-height: .9; }
.olajbogyo-stars { position: relative; color: var(--ob-accent); font-size: clamp(22px, 3vw, 30px); letter-spacing: .08em; }
.olajbogyo-reviews__score small { margin-top: 4px; color: var(--ob-subtle); font-weight: 750; }
.olajbogyo-reviews__copy h2 { max-width: 760px; margin: 10px 0 18px; font-size: clamp(34px, 4.6vw, 60px); }
.olajbogyo-reviews__copy p { max-width: 680px; margin: 0 0 25px; color: var(--ob-muted); font-size: 17px; }
.olajbogyo-food-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.olajbogyo-food-card { min-width: 0; overflow: hidden; border: 1px solid var(--ob-border); border-radius: var(--ob-radius); background: var(--ob-surface); box-shadow: 0 10px 32px rgba(23,33,15,.07); }
.olajbogyo-food-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ob-brand-soft); }
.olajbogyo-food-card__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.olajbogyo-food-card:hover .olajbogyo-food-card__media > img { transform: scale(1.025); }
.olajbogyo-food-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle, var(--ob-soft), var(--ob-brand-soft)); }
.olajbogyo-food-card__placeholder img { opacity: .55; }
.olajbogyo-status { display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.olajbogyo-food-card__media .olajbogyo-status { position: absolute; top: 14px; right: 14px; }
.olajbogyo-status.is-orderable { color: #225437; background: #e1f1e5; }
.olajbogyo-status.is-sold-out { color: #842f2b; background: #f9e2df; }
.olajbogyo-food-card.is-sold-out .olajbogyo-food-card__media > img { filter: grayscale(.75); opacity: .65; }
.olajbogyo-food-card__body { display: grid; gap: 9px; padding: 21px; }
.olajbogyo-food-card h3 { margin: 0; font-size: 27px; }
.olajbogyo-food-card p { margin: 0; color: var(--ob-muted); font-size: 14px; }
.olajbogyo-food-card__meta { display: flex; flex-wrap: wrap; gap: 6px; }
.olajbogyo-food-card__meta span { padding: 5px 8px; border-radius: 8px; color: var(--ob-subtle); background: var(--ob-soft); font-size: 10px; font-weight: 750; }
.olajbogyo-price { margin-top: 5px; color: var(--ob-primary); font-size: 20px; }
.olajbogyo-about-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; }
.olajbogyo-about-grid h2 { max-width: 760px; margin: 12px 0 22px; font-size: clamp(38px, 5vw, 64px); }
.olajbogyo-about-grid p { max-width: 650px; color: #d2d9c7; font-size: 18px; }
.olajbogyo-section--dark .olajbogyo-eyebrow { color: #cad8ad; }
.olajbogyo-contact-card { display: grid; gap: 13px; padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.07); }
.olajbogyo-contact-card strong { font-size: 20px; }
.olajbogyo-contact-card a { color: #cad8ad; font-weight: 800; text-decoration: none; }
.olajbogyo-page-hero { position: relative; overflow: hidden; padding: 78px 0; background: radial-gradient(circle at 80% 10%, color-mix(in srgb, #cad8ad 30%, transparent), transparent 34%), var(--ob-brand-soft); }
.olajbogyo-page-hero h1 { max-width: 900px; margin: 13px 0 18px; font-size: clamp(46px, 7vw, 84px); }
.olajbogyo-page-hero p { max-width: 680px; margin: 0; color: var(--ob-muted); font-size: 19px; }
.olajbogyo-week-page { display: grid; gap: 50px; }
.olajbogyo-day-section { padding: 24px; border: 1px solid var(--ob-border); border-radius: 28px; background: var(--ob-page); }
.olajbogyo-day-section.is-today { border-color: var(--ob-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ob-primary) 12%, transparent); }
.olajbogyo-day-section__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.olajbogyo-day-section__head h2 { margin: 3px 0 0; font-size: 36px; }
.olajbogyo-day-section__head > div > span { color: var(--ob-subtle); font-size: 12px; font-weight: 800; }
.olajbogyo-empty { min-height: 240px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 30px; border: 1px dashed var(--ob-border); border-radius: 22px; color: var(--ob-muted); text-align: center; background: var(--ob-soft); }
.olajbogyo-empty img { opacity: .5; }
.olajbogyo-contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.olajbogyo-contact-details { display: grid; gap: 14px; align-content: start; }
.olajbogyo-contact-details article { display: grid; gap: 10px; padding: 23px; border: 1px solid var(--ob-border); border-radius: 20px; background: var(--ob-soft); }
.olajbogyo-contact-details article > span { color: var(--ob-subtle); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.olajbogyo-contact-details article > a { color: var(--ob-primary); font-size: 18px; font-weight: 800; text-decoration: none; }
.olajbogyo-contact-details article > div { display: flex; flex-wrap: wrap; gap: 8px; }
.olajbogyo-contact-form { display: grid; gap: 16px; padding: 28px; border: 1px solid var(--ob-border); border-radius: 26px; background: var(--ob-surface); box-shadow: var(--ob-shadow); }
.olajbogyo-form-notice { margin-top: 28px; padding: 16px 20px; border: 1px solid var(--ob-border); border-radius: 16px; font-weight: 800; }
.olajbogyo-form-notice.is-success { border-color: color-mix(in srgb, var(--ob-primary) 45%, transparent); background: color-mix(in srgb, var(--ob-primary) 12%, var(--ob-surface)); color: var(--ob-primary); }
.olajbogyo-form-notice.is-error { border-color: color-mix(in srgb, #b42318 45%, transparent); background: color-mix(in srgb, #b42318 8%, var(--ob-surface)); color: #b42318; }
.olajbogyo-contact-form label { display: grid; gap: 7px; color: var(--ob-muted); font-size: 13px; font-weight: 750; }
.olajbogyo-contact-form input, .olajbogyo-contact-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--ob-border); border-radius: 13px; color: var(--ob-text); background: var(--ob-page); }
.olajbogyo-contact-form textarea { min-height: 150px; resize: vertical; }
.olajbogyo-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.olajbogyo-check { grid-template-columns: auto 1fr; align-items: center; }
.olajbogyo-check input { width: 19px; min-height: 19px; }
.olajbogyo-honeypot { position: absolute; left: -9999px; }
.olajbogyo-legal { max-width: 820px; }
.olajbogyo-legal h2 { margin-top: 36px; font-size: 32px; }
.olajbogyo-legal dl { display: grid; grid-template-columns: 190px 1fr; gap: 8px 20px; }
.olajbogyo-legal dt { color: var(--ob-subtle); font-weight: 750; }
.olajbogyo-legal dd { margin: 0; }
.olajbogyo-footer { padding: 70px 0 110px; color: #f8f5ea; background: #17210f; }
.olajbogyo-footer__grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 60px; }
.olajbogyo-brand--footer small { color: #aab49f; }
.olajbogyo-brand--footer img { filter: brightness(0) invert(1); }
.olajbogyo-footer__grid > div { display: grid; align-content: start; gap: 10px; }
.olajbogyo-footer__grid p, .olajbogyo-footer__grid span { color: #aab49f; }
.olajbogyo-footer__grid a { color: #d2d9c7; text-decoration: none; }
.olajbogyo-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #89947e; font-size: 12px; }
.olajbogyo-mobile-nav { display: none; }
@media (max-width: 1050px) { .olajbogyo-desktop-nav { display: none; } .olajbogyo-header__actions { margin-left: auto; } .olajbogyo-daily-hero__grid { grid-template-columns: 1fr .9fr; gap: 34px; } .olajbogyo-week-strip { grid-template-columns: repeat(3, minmax(0,1fr)); } .olajbogyo-week-strip article:nth-child(n+4) { min-height: 170px; } .olajbogyo-food-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 820px) { body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); } .olajbogyo-container, .olajbogyo-header__inner { width: min(calc(100% - 28px), var(--ob-container)); } .olajbogyo-header__inner { min-height: 68px; } .olajbogyo-brand img { width: 38px; height: 38px; } .olajbogyo-brand strong { font-size: 21px; } .olajbogyo-brand small { display: none; } .olajbogyo-header__order { display: none; } .olajbogyo-daily-hero { padding: 42px 0 52px; } .olajbogyo-daily-hero__grid, .olajbogyo-about-grid, .olajbogyo-contact-layout, .olajbogyo-reviews__layout { grid-template-columns: 1fr; } .olajbogyo-daily-hero__copy { order: 2; } .olajbogyo-daily-hero__visual { order: 1; max-height: 480px; } .olajbogyo-hero-badge { right: 10px; bottom: 15px; } .olajbogyo-section { padding: 66px 0; } .olajbogyo-section-heading { align-items: flex-start; flex-direction: column; gap: 13px; } .olajbogyo-week-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 2px 18px; } .olajbogyo-week-strip article { min-width: min(78vw,290px); scroll-snap-align: start; } .olajbogyo-week-strip article.is-today { transform: none; } .olajbogyo-reviews__score { border-right: 0; border-bottom: 1px solid var(--ob-border); } .olajbogyo-reviews__copy { text-align: center; } .olajbogyo-reviews__copy p { margin-inline: auto; } .olajbogyo-footer { padding-bottom: 36px; } .olajbogyo-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px; } .olajbogyo-mobile-nav { position: fixed; z-index: 200; left: 10px; right: 10px; bottom: max(9px, env(safe-area-inset-bottom)); min-height: 64px; display: grid; grid-template-columns: repeat(5,1fr); padding: 6px; border: 1px solid color-mix(in srgb,var(--ob-border) 80%,transparent); border-radius: 22px; background: color-mix(in srgb,var(--ob-surface) 94%,transparent); box-shadow: 0 16px 45px rgba(23,33,15,.2); backdrop-filter: blur(18px); } .olajbogyo-mobile-nav a { min-width: 0; display: grid; place-items: center; align-content: center; gap: 2px; border-radius: 15px; color: var(--ob-subtle); font-size: 9px; font-weight: 800; text-decoration: none; } .olajbogyo-mobile-nav i { font-size: 19px; font-style: normal; } .olajbogyo-mobile-nav a.is-order { color: var(--ob-primary-text); background: var(--ob-primary); } }
@media (max-width: 560px) { .olajbogyo-header__actions { gap: 5px; } .olajbogyo-icon-btn { width: 39px; height: 39px; } .olajbogyo-daily-hero h1 { font-size: clamp(40px,13vw,58px); } .olajbogyo-daily-hero__visual { aspect-ratio: 4 / 3; } .olajbogyo-daily-hero__visual > img, .olajbogyo-hero-placeholder { border-radius: 26px 26px 70px 26px; } .olajbogyo-hero-placeholder img { width: 105px; } .olajbogyo-hero-badge { max-width: 220px; padding: 12px 14px; } .olajbogyo-daily-list > div { grid-template-columns: 1fr auto; } .olajbogyo-daily-list span { grid-column: 1 / -1; } .olajbogyo-hero-actions, .olajbogyo-hero-actions .olajbogyo-button { width: 100%; } .olajbogyo-food-grid { grid-template-columns: 1fr; } .olajbogyo-page-hero { padding: 56px 0; } .olajbogyo-page-hero h1 { font-size: clamp(42px,14vw,65px); } .olajbogyo-day-section { padding: 15px; border-radius: 20px; } .olajbogyo-form-grid { grid-template-columns: 1fr; } .olajbogyo-contact-form { padding: 19px; } .olajbogyo-footer__grid { grid-template-columns: 1fr; } .olajbogyo-footer__bottom { flex-direction: column; } .olajbogyo-legal dl { grid-template-columns: 1fr; } .olajbogyo-legal dd { margin-bottom: 12px; } }
@media (max-width: 360px) { .olajbogyo-brand strong { font-size: 18px; } .olajbogyo-brand img { width: 34px; height: 34px; } .olajbogyo-icon-btn { width: 36px; height: 36px; } .olajbogyo-mobile-nav { left: 5px; right: 5px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms; animation-iteration-count: 1; transition-duration: .01ms; } }
@media print { .olajbogyo-header, .olajbogyo-mobile-nav, .olajbogyo-footer, .olajbogyo-hero-actions { display: none; } body { padding: 0; color: #000; background: #fff; } .olajbogyo-section, .olajbogyo-page-hero { padding: 20px 0; background: #fff; } }
