/*
Theme Name: Nudelschlemmerei Küste
Description: Individueller Startseitenentwurf in Küstenblau und Goldgelb. Alle Inhalte als bearbeitbare WordPress-Blöcke. Benötigt Twenty Twenty-Five.
Author: Die Nudelschlemmerei
Version: 0.2.0
Template: twentytwentyfive
Requires at least: 6.7
Requires PHP: 8.2
Text Domain: nudelschlemmerei-kueste
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
:root { --ns-navy:#06243d; --ns-gold:#ffb000; --ns-pale:#eaf4fa; }
html { scroll-behavior:smooth; }
body { margin:0; }
* { box-sizing:border-box; }
.wp-site-blocks { padding:0; }
.wp-site-blocks > * { margin-block-start:0; }
.ns-main > * { margin-block-start:0; }
.ns-wrap { width:min(1180px, calc(100% - 64px)); margin-inline:auto; }
.ns-section { padding-block:88px; }
.ns-header { display:flex; align-items:center; justify-content:space-between; gap:28px; padding-block:25px; }
.ns-header .wp-block-site-title { font-size:1.2rem; font-weight:800; line-height:1.25; max-width:230px; margin:0; }
.ns-header .wp-block-site-title a { text-decoration:none; }
.ns-header .wp-block-navigation { font-size:.9375rem; font-weight:600; margin:0; }
.ns-header .wp-block-navigation__container { gap:22px; }
.ns-header .wp-block-navigation-item__content { text-decoration:none; }
.ns-header .wp-block-navigation-item__content:hover { text-decoration:underline; text-underline-offset:6px; }
.ns-hero-surface { background:var(--ns-navy); color:#fff; border-bottom:8px solid var(--ns-gold); }
.ns-hero { display:grid; grid-template-columns:1.12fr 1fr; align-items:center; gap:48px; padding-block:78px; }
.ns-hero h1 { font-size:clamp(2.5rem,4.5vw,4rem); line-height:1.09; letter-spacing:-.04em; margin-block:22px; color:inherit; }
.ns-lead { font-size:1.2rem; line-height:1.65; max-width:730px; }
.ns-eyebrow { font-size:.875rem; font-weight:700; letter-spacing:.11em; line-height:1.5; margin-top:0; }
.ns-hero .ns-eyebrow { color:var(--ns-gold); }
.ns-logo-panel { background:#fff; border-radius:12px; padding:14px; margin:0; box-shadow:0 18px 48px #0003; transform:rotate(2deg); }
.ns-logo { margin:0; }
.ns-logo img { width:100%; height:auto; display:block; }
.ns-intro { max-width:700px; }
.ns-main h2 { font-size:clamp(2rem,3.4vw,3.1rem); margin-block:16px 24px; }
.ns-main h3 { font-size:clamp(1.4rem,2.2vw,1.85rem); margin-block:16px; }
.ns-main p { overflow-wrap:break-word; }
.ns-grid { display:grid; gap:24px; margin-top:38px; }
.ns-three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.ns-two { grid-template-columns:repeat(2,minmax(0,1fr)); }
.ns-card { padding:30px; border:1px solid #cfdee7; border-top:4px solid var(--ns-gold); border-radius:0 0 8px 8px; margin:0; }
.ns-card .ns-eyebrow { font-size:.8125rem; letter-spacing:.075em; }
.ns-card p:last-child { margin-bottom:0; }
.ns-card a { font-weight:700; text-underline-offset:4px; }
.ns-pale-surface { background:var(--ns-pale); }
.ns-split { display:grid; grid-template-columns:1.25fr 1fr; gap:90px; align-items:center; }
.ns-section-copy { max-width:650px; }
.ns-offer { padding:38px; background:var(--ns-gold); color:var(--ns-navy); border-radius:10px; margin:0; }
.ns-offer h3 { font-size:clamp(2.2rem,3.3vw,3rem); }
.ns-offer .ns-price { font-size:4.5rem; font-weight:800; line-height:1.1; margin-block:24px; }
.ns-market-note { border-left:6px solid var(--ns-gold); padding:24px 0 24px 35px; margin:0; }
.ns-market-note h3 { font-size:clamp(2rem,3vw,2.9rem); }
.ns-navy-surface { color:#fff; background:var(--ns-navy); }
.ns-navy-surface .ns-eyebrow { color:var(--ns-gold); }
.ns-navy-surface h2,.ns-navy-surface h3 { color:inherit; }
.ns-navy-surface .ns-card { border-color:#587185; border-top-color:var(--ns-gold); }
.ns-steps { border-top:4px solid var(--ns-gold); padding:18px 30px; background:var(--ns-pale); border-radius:0 0 8px 8px; margin:0; }
.ns-steps h3 { font-size:1.25rem; margin-top:26px; }
.ns-contact-actions { margin:0; }
.ns-main .wp-block-buttons { display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.ns-main .wp-block-button { margin:0; }
.ns-main .wp-block-button__link { background:var(--ns-gold); color:var(--ns-navy); font-size:1rem; font-weight:700; line-height:1.35; border:2px solid var(--ns-gold); border-radius:6px; padding:14px 21px; text-decoration:none; }
.ns-main .is-style-outline .wp-block-button__link { background:transparent; color:var(--ns-navy); border-color:var(--ns-navy); }
.ns-hero .is-style-outline .wp-block-button__link { color:#fff; border-color:#fff; }
.ns-main .wp-block-button__link:hover { filter:brightness(.94); }
a:focus-visible,button:focus-visible { outline:3px solid #277aaf; outline-offset:5px; }
.ns-hero a:focus-visible,.ns-navy-surface a:focus-visible { outline-color:#fff; }
section[id] { scroll-margin-top:28px; }
.ns-footer { display:flex; justify-content:space-between; gap:30px; padding-block:35px; font-size:.9375rem; }
.ns-footer p { margin:0; }
.ns-footer a { text-underline-offset:4px; }
@media(max-width:1050px) {
 .ns-header { align-items:flex-start; }
 .ns-header .wp-block-navigation__container { gap:14px; }
 .ns-header .wp-block-navigation { max-width:600px; }
 .ns-hero { gap:30px; }
 .ns-split { gap:40px; }
 .ns-card { padding:23px; }
}
@media(max-width:780px) {
 .ns-wrap { width:calc(100% - 40px); }
 .ns-hero { grid-template-columns:1fr; padding-block:48px; }
 .ns-hero-copy { max-width:650px; }
 .ns-logo-panel { max-width:460px; transform:none; }
 .ns-three,.ns-two,.ns-split { grid-template-columns:1fr; }
 .ns-section { padding-block:56px; }
 .ns-split { gap:30px; }
 .ns-grid { gap:18px; }
 .ns-footer { flex-direction:column; gap:20px; }
 .ns-header { align-items:center; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }

/* Version 0.2: opening phase, hours, menu and original photographs. */
.ns-opening-note { border-left:3px solid var(--ns-gold); padding-left:16px; font-size:1rem; line-height:1.5; }
.ns-hours-strip { background:var(--ns-gold); color:var(--ns-navy); }
.ns-hours-inner { display:flex; align-items:center; justify-content:space-between; gap:12px 26px; padding-block:12px; flex-wrap:wrap; }
.ns-hours-inner p { margin:0; font-size:.9375rem; line-height:1.5; }
.ns-hours-inner a { font-weight:700; color:var(--ns-navy); text-underline-offset:3px; }
.ns-header .wp-block-navigation { max-width:820px; }
.ns-header .wp-block-navigation__container { gap:16px; }
.ns-photo-panel { margin:0; }
.ns-real-photo { margin:0; }
.ns-real-photo img { display:block; width:100%; height:auto; border-radius:10px; }
.ns-photo-caption { font-size:.9375rem; margin-top:12px; }
.ns-production-photo { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; margin-top:36px; }
.ns-production-photo .ns-real-photo { max-width:430px; }
.ns-photo-copy h3 { font-size:2rem; }
.ns-menu-category { border-bottom:1px solid #c7d8e3; padding:0; margin-top:0; }
.ns-menu-category summary { cursor:pointer; padding:22px 8px; font-size:1.25rem; font-weight:700; }
.ns-menu-category summary:hover { color:#256080; }
.ns-menu-category summary:focus-visible { outline:3px solid #277aaf; outline-offset:2px; }
.ns-menu-category[open] { padding-bottom:22px; }
.ns-menu-item { padding:15px 8px; margin:0; }
.ns-menu-item + .ns-menu-item { border-top:1px solid #e2eaf0; }
.ns-menu-line { display:flex; justify-content:space-between; gap:16px; margin:0; align-items:baseline; }
.ns-menu-line p { margin:0; }
.ns-menu-price { white-space:nowrap; font-weight:700; }
.ns-menu-description { margin:5px 0 0; color:#3c5568; font-size:1rem; }
.ns-menu-note { font-size:1rem; }
@media(min-width:600px) and (max-width:1000px) {
 .ns-header { flex-wrap:wrap; }
 .ns-header .wp-block-navigation { max-width:none; width:100%; }
 .ns-header .wp-block-navigation__container { justify-content:flex-start; }
}
@media(max-width:780px) {
 .ns-production-photo { grid-template-columns:1fr; gap:22px; }
 .ns-photo-panel { max-width:440px; }
}
@media(max-width:400px) {
 .ns-menu-line { flex-wrap:wrap; gap:4px; }
 .ns-hours-inner { gap:6px; }
}
