:root {
    --bg: #f7f1e7;
    --paper: #fffaf1;
    --ink: #1f1712;
    --muted: #6b5d51;
    --brand: #7a431e;
    --brand-dark: #3b1f11;
    --accent: #c9974a;
    --line: #e0d2bf;
    --success-bg: #eaf7ec;
    --success-ink: #21572a;
    --error-bg: #fff0ef;
    --error-ink: #8f241c;
    --shadow: 0 18px 45px rgba(59, 31, 17, .13);
    --radius: 22px;
    --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 100%; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.65; font-size: 1rem; }
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration-thickness: 2px; text-underline-offset: 4px; }
a:hover { color: var(--brand-dark); }
.hero-grid > *, .split > *, .prose-grid > *, .contact-grid > *, .service-intro-card > *, .video-card > *, .account-entry-grid > *, .account-dashboard-grid > *, .payment-settings-grid > *, .footer-brand-ring > * { min-width: 0; }
.prose-card, .fact-card, .contact-card, .admin-card, .payment-provider-card, td, dd { overflow-wrap: anywhere; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 720px; }
.skip-link { position: absolute; left: 12px; top: -48px; background: var(--ink); color: white; padding: 8px 12px; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 250, 241, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(10px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 98px; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; }
.brand-logo { width: 78px; height: 78px; flex: 0 0 auto; }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: .02em; }
.brand small { display: block; color: var(--muted); font-size: .82rem; margin-top: 1px; }
.primary-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.primary-nav a { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; padding: 10px 12px; border-radius: 999px; font-weight: 700; font-size: .9rem; }
.primary-nav a:hover, .primary-nav a.active { background: var(--brand-dark); color: white; }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 999px; padding: 10px 14px; font-weight: 700; }
.hero, .page-hero { padding: 76px 0; background: radial-gradient(circle at 20% 10%, rgba(201, 151, 74, .28), transparent 32%), linear-gradient(135deg, #fff7e7, #ead7be); border-bottom: 1px solid var(--line); }
.page-hero.compact { padding: 54px 0; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: center; }
.eyebrow { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; color: var(--brand); }
h1, h2, h3 { line-height: 1.12; margin: 0 0 14px; }
h1 { font-size: clamp(2.15rem, 1.5rem + 3vw, 4.5rem); letter-spacing: -.045em; overflow-wrap: break-word; }
h2 { font-size: clamp(1.65rem, 1.4rem + 1.3vw, 2.65rem); letter-spacing: -.03em; overflow-wrap: break-word; }
h3 { font-size: clamp(1.2rem, 1.12rem + .35vw, 1.4rem); overflow-wrap: break-word; }
.lead { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--muted); max-width: 780px; }
.hero-copy .lead { max-width: 650px; }
.hero-actions, .callout-inner { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; border-radius: 999px; padding: 12px 18px; font-weight: 800; text-decoration: none; line-height: 1.2; }
.button.primary { background: var(--brand-dark); color: white; }
.button.secondary, .button.small, .button { background: var(--paper); border: 1px solid var(--line); color: var(--brand-dark); }
.button.small { padding: 8px 12px; font-size: .85rem; }
.hero-card, .contact-card, .map-card, .prose-card, .fact-card, .checklist-box, .gallery-card, .card, .admin-card, .video-card, .video-preview-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.hero-card img { width: 100%; }
.hero-card .medieval-workshop-sign { aspect-ratio: 16 / 9; object-fit: cover; object-position: center; background: var(--brand-dark); }
.card-note { padding: 18px; display: grid; gap: 4px; }
.card-note span { color: var(--muted); }
.section { padding: 68px 0; }
.section.contrast { background: #efe0cd; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.callout { padding: 42px 0 70px; }
.section-heading { max-width: 790px; margin-bottom: 28px; }
.cards { display: grid; gap: 20px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { padding: 28px; }
.card .icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: #f2dfbf; border-radius: 14px; margin-bottom: 16px; color: var(--brand-dark); }
.funiture-section { background: #fffaf1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.funiture-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: end; margin-bottom: 24px; }
.funiture-intro p:last-child { margin: 0; color: var(--muted); font-size: 1.08rem; }
.funiture-brand { display: grid; gap: 14px; }
.funiture-brand img { width: min(100%, 460px); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 34px rgba(59, 31, 17, .09); }
.funiture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.funiture-piece { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #f7f1e7; box-shadow: 0 14px 34px rgba(59, 31, 17, .09); }
.funiture-piece span { display: inline-flex; margin-bottom: 14px; color: var(--brand); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.funiture-piece p { color: var(--muted); margin-bottom: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.checklist-box { padding: 28px; }
.checklist { padding-left: 0; list-style: none; margin: 0; }
.checklist li { padding: 10px 0 10px 30px; position: relative; border-bottom: 1px solid var(--line); }
.checklist li::before { content: '✓'; position: absolute; left: 0; top: 10px; color: var(--brand); font-weight: 900; }
.callout-inner { justify-content: space-between; background: var(--brand-dark); color: white; padding: 32px; border-radius: var(--radius); box-shadow: var(--shadow); }
.callout-inner .eyebrow { color: var(--accent); }
.callout-inner h2 { color: white; }
.callout-inner .button.primary { background: white; color: var(--brand-dark); }
.callout-centered { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; text-align: left; position: relative; overflow: hidden; }
.callout-centered::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: calc(var(--radius) - 8px); pointer-events: none; }
.callout-badge { position: relative; z-index: 1; width: 64px; height: 64px; border-radius: 22px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; color: var(--accent); font-size: 1.8rem; font-weight: 900; }
.callout-copy { position: relative; z-index: 1; max-width: 760px; }
.callout-copy p:last-child { margin: 0; color: #f4dfc3; font-size: 1.04rem; }
.callout-centered .button { position: relative; z-index: 1; text-align: center; }
.prose-grid, .contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.prose-card, .fact-card, .contact-card, .map-card { padding: 28px; }
.fact-card dl { margin: 0; display: grid; gap: 14px; }
.fact-card div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.fact-card dt { font-weight: 800; }
.fact-card dd { margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps article { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.steps span { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand-dark); color: white; font-weight: 900; margin-bottom: 14px; }
.service-intro-card { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: end; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); margin-bottom: 24px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); display: flex; flex-direction: column; min-height: 300px; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; right: -42px; top: -42px; width: 130px; height: 130px; border-radius: 50%; background: rgba(201, 151, 74, .16); }
.service-card.featured { grid-column: 1 / -1; min-height: 260px; padding: 34px; background: linear-gradient(135deg, #fffaf1, #f1dec1); }
.service-card-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 20px; position: relative; z-index: 1; }
.service-number { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 16px; background: var(--brand-dark); color: white; font-weight: 900; }
.service-kicker { color: var(--brand); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.service-card h2, .service-card p, .service-card a { position: relative; z-index: 1; }
.service-card p { color: var(--muted); font-size: 1.02rem; }
.service-card-link { margin-top: auto; font-weight: 900; text-decoration: none; color: var(--brand-dark); }
.service-card-link.secondary { color: var(--muted); }
.service-card-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: auto; position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 16px; color: rgba(255, 255, 255, .78); font-weight: 800; }
.breadcrumb a { color: #fff; text-decoration: none; }
.service-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: 28px; align-items: start; }
.service-detail-main { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.service-detail-main p { color: var(--muted); }
.service-detail-aside { margin: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #f0dec4; }
.gallery-card div { padding: 20px; }
.gallery-card span { color: var(--brand); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.mini-list { margin: 12px 0; padding-left: 18px; color: var(--muted); }
.form-shell, .quote-form, .quote-steps { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
label { display: grid; gap: 6px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; font: inherit; background: white; color: var(--ink); }
button, input, select, textarea { font-size: max(1rem, 16px); }
textarea { resize: vertical; }
.notice, .flash { border-radius: 18px; padding: 16px 18px; margin: 16px auto; border: 1px solid var(--line); }
.notice.success, .flash.success { background: var(--success-bg); color: var(--success-ink); border-color: #bce6c3; }
.notice.error, .flash.error { background: var(--error-bg); color: var(--error-ink); border-color: #f1bbb7; }
.map-placeholder { min-height: 240px; border-radius: 18px; background: linear-gradient(135deg, #ddc29b, #f6eddd); display: flex; align-items: center; justify-content: center; color: var(--brand-dark); font-size: 1.3rem; font-weight: 900; text-align: center; padding: 20px; }
.local-map { position: relative; flex-direction: column; gap: 8px; isolation: isolate; overflow: hidden; border: 1px solid rgba(59, 31, 17, .16); background: linear-gradient(135deg, rgba(122, 67, 30, .2), rgba(201, 151, 74, .35)), linear-gradient(90deg, rgba(59, 31, 17, .08) 1px, transparent 1px), linear-gradient(0deg, rgba(59, 31, 17, .08) 1px, transparent 1px), #f6eddd; background-size: auto, 42px 42px, 42px 42px, auto; }
.local-map::before { content: ''; width: 34px; height: 34px; border: 8px solid var(--brand-dark); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--paper); box-shadow: 0 10px 24px rgba(59, 31, 17, .22); }
.local-map span { font-size: 1.45rem; }
.local-map small { display: block; max-width: 320px; color: var(--muted); font-size: .88rem; line-height: 1.35; font-weight: 800; }
.map-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.video-grid { display: grid; gap: 24px; }
.video-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; }
.video-copy { padding: 24px; }
.embed-wrap { position: relative; width: 100%; aspect-ratio: 16/9; background: #1f1712; }
.embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-preview-box { padding: 22px; }
.center-link { text-align: center; margin-top: 22px; }
.muted { color: var(--muted); }
.site-footer { background: radial-gradient(circle at center top, rgba(201,151,74,.18), transparent 36%), var(--brand-dark); color: #f8ead5; padding-top: 54px; }
.site-footer a { color: white; }
.footer-wrap { display: grid; gap: 28px; justify-items: center; }
.footer-brand-ring { width: 100%; display: grid; grid-template-columns: minmax(180px, 1fr) minmax(260px, 420px) minmax(180px, 1fr); align-items: center; gap: 24px; }
.footer-logo-card { text-align: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 32px; padding: 28px 26px; box-shadow: 0 22px 55px rgba(0,0,0,.16); }
.footer-logo { width: 132px; height: 132px; margin: 0 auto 14px; }
.footer-logo-card h2 { margin-bottom: 8px; }
.footer-logo-card p { margin: 0 auto 6px; color: #f8ead5; font-weight: 800; }
.footer-logo-card span { color: #e3cba8; }
.footer-panel { min-height: 150px; display: flex; flex-direction: column; justify-content: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 26px; padding: 24px; }
.footer-panel-left { text-align: right; }
.footer-panel-right { text-align: left; }
.footer-panel p { margin: 0 0 8px; }
.footer-label { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 900; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.footer-links a { display: inline-flex; padding: 9px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; text-decoration: none; font-weight: 800; background: rgba(255,255,255,.06); }
.footer-links a:hover { background: rgba(255,255,255,.14); color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); margin-top: 34px; padding: 16px; text-align: center; color: #e3cba8; }
/* Admin */
.admin-body { background: #efe6d9; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 280px 1fr; }
.admin-sidebar { background: var(--brand-dark); color: white; padding: 22px; position: sticky; top: 0; height: 100vh; overflow-y: auto; font-family: Arial, Helvetica, sans-serif; }
.admin-brand { display: grid; justify-items: center; gap: 10px; color: white; text-align: center; text-decoration: none; margin: 0 0 26px; padding: 14px 10px 16px; border: 1px solid rgba(227,203,168,.22); border-radius: 16px; background: rgba(255,255,255,.06); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.admin-brand img { width: 124px; height: 124px; filter: drop-shadow(0 10px 14px rgba(0,0,0,.28)); }
.admin-brand strong { display: block; font-size: 1.22rem; line-height: 1.15; }
.admin-brand small { display: block; color: #e3cba8; }
.admin-travel-link { display: flex; align-items: center; gap: 10px; min-height: 44px; margin: -10px 0 18px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: linear-gradient(135deg, #1f6f8b, #c9974a); color: white; font-weight: 800; text-decoration: none; box-shadow: 0 12px 24px rgba(0,0,0,.18); }
.admin-travel-link:hover, .admin-travel-link:focus-visible { filter: brightness(1.06); transform: translateY(-1px); }
.admin-travel-icon { width: 26px; height: 26px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 999px; background: rgba(255,255,255,.2); color: white; font-size: 1rem; line-height: 1; }
.admin-menu { display: grid; gap: 6px; }
.admin-menu-group { display: block; padding: 10px 0 12px; border-top: 1px solid rgba(227,203,168,.46); }
.admin-menu-group:last-child { border-bottom: 1px solid rgba(227,203,168,.46); }
.admin-menu-group summary { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 12px; border-radius: 10px; color: #e3cba8; cursor: pointer; font-family: Arial, Helvetica, sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .08em; line-height: 1.2; list-style: none; text-transform: uppercase; }
.admin-menu-group summary::-webkit-details-marker { display: none; }
.admin-menu-group summary::after { content: "+"; width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.12); color: white; font-size: .95rem; line-height: 1; }
.admin-menu-group[open] summary { background: rgba(255,255,255,.1); color: white; }
.admin-menu-group[open] summary::after { content: "-"; }
.admin-menu a { display: flex; align-items: center; width: 100%; min-height: 38px; margin-top: 6px; color: #fff7e8; text-decoration: none; padding: 9px 12px; border-radius: 10px; font-family: Arial, Helvetica, sans-serif; font-size: .94rem; font-weight: 600; line-height: 1.25; letter-spacing: 0; }
.admin-menu a:hover, .admin-menu a.active { background: rgba(255,255,255,.16); color: white; }
.admin-main { padding: 28px; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.admin-topbar-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.admin-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 22px; }
.admin-stat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.admin-stat span { display: block; font-size: 2rem; font-weight: 900; color: var(--brand); }
.admin-card { padding: 24px; margin-bottom: 22px; overflow: visible; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .94rem; }
th, td { border-bottom: 1px solid var(--line); padding: 12px 10px; text-align: left; vertical-align: top; }
th { color: var(--brand-dark); background: #f3e4d1; }
td input, td select, td textarea { min-width: 130px; }
.small-input { max-width: 86px; min-width: 80px; }
.status-pill { display: inline-flex; border-radius: 999px; padding: 4px 10px; background: #f1dec1; color: var(--brand-dark); font-weight: 800; font-size: .82rem; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-form-grid .full { grid-column: 1 / -1; }
.admin-help-intro { display: grid; gap: 8px; }
.admin-help-intro p { max-width: 780px; }
.admin-help-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.admin-help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: start; }
.admin-help-card { height: 100%; }
.admin-help-card p:last-child { margin-bottom: 0; }
.admin-help-list { margin: 12px 0 0; padding-left: 20px; color: var(--muted); }
.admin-help-list li + li { margin-top: 8px; }
.admin-help-faq { display: grid; gap: 0; margin: 0; }
.admin-help-faq div { display: grid; grid-template-columns: minmax(180px, .55fr) 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.admin-help-faq div:last-child { border-bottom: 0; padding-bottom: 0; }
.admin-help-faq dt { font-weight: 900; color: var(--brand-dark); }
.admin-help-faq dd { margin: 0; color: var(--muted); }
.inline-form { display: contents; }
.login-body { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; background: radial-gradient(circle at 20% 10%, rgba(201, 151, 74, .28), transparent 32%), linear-gradient(135deg, #fff7e7, #ead7be); }
.login-card { width: min(520px, 100%); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.install-card { width: min(620px, 100%); }
.login-logo { width: 112px; height: 112px; margin-bottom: 14px; }
.account-entry-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 28px; align-items: stretch; }
.account-login-card, .register-promotion { border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.account-login-card { background: var(--paper); border: 1px solid var(--line); }
.register-promotion { background: linear-gradient(145deg, var(--brand-dark), #6b371c); color: white; border: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.register-promotion::after { content: '✦'; position: absolute; right: 22px; top: 12px; color: var(--accent); font-size: 4.5rem; opacity: .2; }
.register-promotion .eyebrow { color: var(--accent); }
.register-promotion h2 { color: white; font-size: clamp(2rem, 4vw, 3.2rem); max-width: 520px; }
.register-promotion p { color: #f4dfc3; font-size: 1.05rem; }
.account-benefits { list-style: none; padding: 0; margin: 12px 0 26px; display: grid; gap: 10px; }
.account-benefits li::before { content: '✓'; color: var(--accent); font-weight: 900; margin-right: 10px; }
.register-button { align-self: flex-start; background: white; color: var(--brand-dark); border: 0; padding: 14px 22px; font-size: 1rem; }
.account-action { width: 100%; padding: 14px 20px; }
.account-admin-link { margin: 22px 0 0; color: var(--muted); font-size: .9rem; }
.login-panel-single .account-login-card { max-width: 680px; margin: 0 auto; }
.account-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr); gap: 22px; align-items: start; }
.customer-profile-card .form-grid .full { grid-column: 1 / -1; }
.account-next-card { background: linear-gradient(145deg, #fffaf1, #f1dec1); position: sticky; top: 110px; }
.account-next-card h2 { font-size: clamp(1.65rem, 2.4vw, 2.25rem); line-height: 1.08; overflow-wrap: normal; word-break: normal; }
.account-next-card p, .account-next-card a, .account-next-card strong { overflow-wrap: anywhere; }
.payment-safety-note { padding: 14px 16px; border-radius: 16px; background: #f3e4d1; border: 1px solid var(--line); color: var(--brand-dark); }
.payment-steps { color: var(--ink); margin-bottom: 18px; }
.payment-steps li::before { color: var(--brand); }
.payment-method-block { padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
.payment-method-block h3 { margin-bottom: 8px; }
.quote-deposit-notice { max-width: 820px; margin: 22px 0 0; padding: 16px 18px; border: 1px solid rgba(122,67,30,.22); border-radius: 18px; background: rgba(255,250,241,.72); color: var(--brand-dark); }
.quote-step { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.quote-step legend { display: flex; align-items: center; gap: 10px; padding: 0 8px; color: var(--brand-dark); font-size: 1.12rem; font-weight: 900; }
.quote-step legend span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand-dark); color: white; font-size: .95rem; }
.quote-step-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: 22px; align-items: start; }
.quote-step-fields { display: grid; gap: 18px; }
.quote-price-guide { padding: 18px; border: 1px solid rgba(122,67,30,.18); border-radius: 16px; background: #f3e4d1; }
.quote-price-guide h2 { font-size: 1.25rem; margin-bottom: 10px; }
.quote-price-guide p { margin: 0; padding: 10px 0; border-top: 1px solid rgba(122,67,30,.15); color: var(--muted); }
.quote-price-guide p:first-of-type { border-top: 0; }
.admin-deposit-cell { min-width: 220px; }
.admin-description-cell {
    min-width: 360px;
}

.admin-description-cell textarea {
    min-width: 320px;
}

.pen-blank-admin-card {
    padding: 18px;
}

.pen-blank-admin-table {
    min-width: 1120px;
    font-size: .82rem;
}

.pen-blank-admin-table th,
.pen-blank-admin-table td {
    padding: 8px 7px;
}

.pen-blank-admin-table tbody td {
    border-bottom: 2px solid rgba(122, 67, 30, .28);
}

.pen-blank-admin-table tbody tr:last-child td {
    border-bottom: 0;
}

.pen-blank-admin-table label {
    display: block;
    margin-top: 0;
    color: var(--brand-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 4px 5px 0;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgba(217, 181, 114, .38) 0 1.35rem, transparent 1.35rem);
    text-transform: none;
}

.pen-blank-admin-table label + label {
    margin-top: 7px;
}

.pen-blank-admin-table input,
.pen-blank-admin-table select,
.pen-blank-admin-table textarea {
    min-width: 0;
    padding: 7px 8px;
    border-radius: 10px;
    font-size: .82rem;
    line-height: 1.25;
}

.pen-blank-admin-table tbody tr:nth-child(odd) {
    background: rgba(255, 250, 241, .72);
}

.pen-blank-admin-table tbody tr:hover {
    background: rgba(241, 222, 193, .6);
}

.pen-blank-admin-table label input,
.pen-blank-admin-table label textarea {
    margin-top: 4px;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.pen-blank-admin-table textarea {
    min-height: 70px;
}

.pen-blank-admin-table .admin-check-cell,
.pen-blank-admin-table .admin-sort-cell,
.pen-blank-admin-table .admin-price-cell {
    width: 1%;
    white-space: nowrap;
}

.pen-blank-admin-table .admin-check-cell input {
    width: 18px;
    height: 18px;
}

.pen-blank-admin-table .small-input {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
}

.pen-blank-item-cell {
    min-width: 180px;
}

.pen-blank-detail-cell {
    min-width: 150px;
}

.admin-status-cell {
    min-width: 128px;
}

.pen-blank-photo-cell {
    width: 150px;
    min-width: 150px;
}

.pen-blank-admin-thumb {
    display: block;
    width: 96px;
    height: 64px;
    margin-bottom: 7px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f3e4d1;
    object-fit: cover;
}

.pen-blank-admin-table .image-path-input {
    width: 132px;
    font-size: .72rem;
}

.pen-blank-admin-table .admin-description-cell {
    min-width: 260px;
}

.pen-blank-admin-table .admin-description-cell textarea {
    min-width: 250px;
    font-size: .78rem;
}

.quote-admin-form { display: grid; gap: 10px; }
.quote-admin-form label { font-size: .82rem; }
.agreement-complete { color: var(--success-ink); font-weight: 800; }
.deposit-agreements { margin: 28px 0; }
.deposit-agreement-card { background: var(--paper); border: 2px solid var(--accent); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; margin-bottom: 22px; }
.deposit-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.deposit-summary div { background: #f3e4d1; border: 1px solid var(--line); border-radius: 16px; padding: 16px; }
.deposit-summary span, .agreement-record span { display: block; color: var(--muted); font-size: .85rem; }
.deposit-summary strong { display: block; margin-top: 4px; font-size: 1.15rem; }
.agreement-form { display: grid; gap: 18px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.agreement-checkbox { grid-template-columns: auto 1fr; align-items: start; gap: 12px; padding: 16px; background: #f3e4d1; border: 1px solid var(--line); border-radius: 16px; }
.agreement-checkbox input { width: 20px; height: 20px; margin-top: 3px; }
.agreement-record { padding: 16px 18px; border-radius: 16px; background: var(--success-bg); border: 1px solid #bce6c3; color: var(--success-ink); }
.autodeposit-note, .autodeposit-inline { padding: 14px 16px; border-radius: 16px; background: var(--success-bg); border: 1px solid #bce6c3; color: var(--success-ink); }
.autodeposit-note p { margin: 6px 0 0; }
.autodeposit-inline { margin: 16px 0; }
.payment-settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.payment-provider-card { display: grid; gap: 18px; margin: 0; }
.provider-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.admin-toggle { display: inline-flex; grid-template-columns: auto auto; flex-direction: row; align-items: center; gap: 9px; padding: 9px 13px; border-radius: 999px; background: #f3e4d1; white-space: nowrap; }
.admin-toggle input { width: 18px; height: 18px; }
.compact-checkbox { margin-top: 4px; }
.payment-settings-save { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0; }
.payment-settings-save p { margin: 0; }
.donation-provider-card { grid-column: 1 / -1; }
.donation-preview-banner { background: #fff0b8; color: #4b3500; border-bottom: 1px solid #dfc86e; padding: 12px 16px; text-align: center; font-weight: 800; }
.playground-hero { background: radial-gradient(circle at 15% 15%, rgba(201,151,74,.34), transparent 28%), linear-gradient(135deg, #fff7e7, #dce9cf); }
.playground-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 36px; align-items: center; }
.playground-promise-card { background: rgba(255,250,241,.9); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; }
.playground-concept-card { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.playground-concept-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.playground-concept-card figcaption, .centre-grounds-photo figcaption { display: block; padding: 12px 16px; color: var(--muted); font-size: .9rem; }
.playground-features-section { padding-bottom: 12px; }
.playground-feature-grid .card { border-top: 5px solid #5b8a43; }
.donation-story-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 28px; align-items: start; }
.donation-story-card, .donation-how-card { min-width: 0; }
.donation-memory-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.centre-grounds-photo { margin: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #f3e4d1; }
.centre-grounds-photo img { width: 100%; max-height: 420px; object-fit: cover; object-position: center; image-rendering: auto; }
.donation-primary-button { padding: 14px 22px; }
.donation-total { display: inline-grid; gap: 2px; min-width: min(100%, 280px); margin: 18px 0 4px; padding: 17px 20px; border: 1px solid rgba(91,138,67,.35); border-radius: 18px; background: rgba(255,250,241,.82); box-shadow: 0 12px 30px rgba(59,31,17,.09); }
.donation-total span { color: var(--brand); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 900; }
.donation-total strong { color: #315d2b; font-size: clamp(1.8rem, 1.45rem + 1.5vw, 2.65rem); line-height: 1.1; }
.donation-total small { color: var(--muted); }
.donation-thanks { text-align: center; }
@media (max-width: 1120px) {
    .menu-toggle { display: inline-flex; }
    .primary-nav { display: none; position: absolute; left: 16px; right: 16px; top: 78px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; padding: 12px; box-shadow: var(--shadow); }
    .primary-nav.open { display: grid; }
    .primary-nav a { justify-content: center; }
    .account-dashboard-grid { grid-template-columns: 1fr; }
    .account-next-card { position: static; }
}
@media (max-width: 980px) {
    .hero-grid, .split, .prose-grid, .contact-grid, .video-card, .service-intro-card { grid-template-columns: 1fr; }
    .hero-card .medieval-workshop-sign { max-height: 520px; }
    .cards.three, .gallery-grid, .steps, .admin-cards-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand-ring { grid-template-columns: 1fr; max-width: 680px; }
    .footer-panel, .footer-panel-left, .footer-panel-right { text-align: center; min-height: auto; }
    .callout-centered { grid-template-columns: 1fr; text-align: center; justify-items: center; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card.featured { grid-column: auto; }
    .service-detail-grid { grid-template-columns: 1fr; }
    .admin-shell { grid-template-columns: 1fr; }
    .admin-sidebar { position: static; height: auto; }
    .admin-help-grid { grid-template-columns: 1fr; }
    .account-entry-grid { grid-template-columns: 1fr; }
    .deposit-summary { grid-template-columns: 1fr; }
    .payment-settings-grid { grid-template-columns: 1fr; }
    .payment-settings-save { grid-column: auto; }
    .donation-provider-card { grid-column: auto; }
    .playground-hero-grid, .donation-story-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .donation-memory-gallery { grid-template-columns: 1fr; }
    .form-grid, .admin-form-grid, .quote-step-grid { grid-template-columns: 1fr; }
    .customer-profile-card .form-grid .full, .admin-form-grid .full { grid-column: auto; }
    .callout-inner, .payment-settings-save, .provider-heading, .admin-topbar { align-items: stretch; flex-direction: column; }
    .admin-topbar-actions { justify-content: flex-start; }
    .callout-inner { text-align: center; }
    .button, .register-button { max-width: 100%; white-space: normal; text-align: center; }
    .fact-card div { grid-template-columns: 1fr; gap: 4px; }
    .admin-help-faq div { grid-template-columns: 1fr; gap: 6px; }
    .table-wrap { overflow-x: auto; overscroll-behavior-inline: contain; }
    th, td { min-width: 9rem; }
}
@media (max-width: 640px) {
    .header-inner { min-height: 76px; }
    .brand small { display: none; }
    .cards.three, .gallery-grid, .steps, .admin-cards-grid, .service-grid, .funiture-intro, .funiture-grid { grid-template-columns: 1fr; }
    .section { padding: 46px 0; }
    .hero, .page-hero { padding: 48px 0; }
    .page-hero.compact { padding: 38px 0; }
    .container { width: min(var(--max), calc(100% - 24px)); }
    .card, .prose-card, .fact-card, .contact-card, .map-card, .admin-card, .account-login-card, .register-promotion, .deposit-agreement-card { padding: 22px; }
    .admin-main { padding: 18px; }
    .admin-topbar { align-items: flex-start; flex-direction: column; }
    .brand strong { font-size: 1rem; }
    .eyebrow { letter-spacing: .1em; }
}

.form-help {
    color: var(--muted);
    font-weight: 600;
    line-height: 1.45;
}

.quote-message {
    margin-bottom: 12px;
}

.quote-photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.quote-photo-grid a {
    display: grid;
    gap: 5px;
    text-decoration: none;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 700;
}

.quote-photo-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f3e4d1;
}

.admin-quote-photo-grid {
    max-width: 360px;
}

/* Public Lookbook page */
.lookbook-hero h1 {
    max-width: 760px;
}

.lookbook-note {
    max-width: 760px;
    margin: 18px 0 0;
    padding: 16px 18px;
    border: 1px solid rgba(122, 67, 30, .18);
    border-radius: 18px;
    background: rgba(255, 250, 241, .72);
    color: var(--brand-dark);
    font-weight: 700;
}

.lookbook-heading {
    max-width: 880px;
}

.lookbook-heading p:not(.eyebrow) {
    color: var(--muted);
    max-width: 760px;
}

.lookbook-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}

.lookbook-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.lookbook-card.featured {
    grid-column: 1 / -1;
    grid-template-columns: .92fr 1.08fr;
    grid-template-rows: auto;
}

.lookbook-card.featured img {
    height: 100%;
    aspect-ratio: auto;
}

.lookbook-card div {
    display: flex;
    flex-direction: column;
}

.lookbook-card h2 {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    letter-spacing: -.02em;
    margin-bottom: 10px;
}

.lookbook-card p {
    color: var(--muted);
    margin-top: 0;
}

.lookbook-card p:last-child {
    margin-top: auto;
    margin-bottom: 0;
}

.lookbook-card p:last-child a {
    font-weight: 900;
    text-decoration: none;
    color: var(--brand-dark);
}

/* Public Pen Blanks page */
.pen-blanks-hero {
    background: radial-gradient(circle at 18% 14%, rgba(201, 151, 74, .28), transparent 32%), linear-gradient(135deg, #fff8eb, #d9c6ac);
}

.pen-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
    gap: 40px;
    align-items: center;
}

.pen-product-card {
    margin: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.pen-product-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.pen-product-card figcaption {
    padding: 14px 18px;
    color: var(--muted);
    font-size: .92rem;
}

.pen-option-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.pen-spec-grid,
.pen-order-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: start;
}

.pen-spec-list {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
}

.pen-spec-list div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.pen-spec-list dt {
    font-weight: 900;
    color: var(--brand-dark);
}

.pen-spec-list dd {
    margin: 0;
    color: var(--muted);
}

.pen-order-card {
    background: var(--brand-dark);
    color: white;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px;
}

.pen-order-card h3 {
    color: white;
}

.pen-order-card p {
    margin: 0 0 12px;
    color: #f4dfc3;
}

.pen-order-card strong {
    color: white;
}

.pen-catalog-form {
    display: grid;
    gap: 30px;
}

.pen-catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pen-catalog-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
}

.pen-catalog-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f3e4d1;
}

.pen-catalog-copy {
    padding: 18px;
    display: grid;
    gap: 12px;
}

.pen-catalog-copy h3,
.pen-catalog-copy p {
    margin: 0;
}

.pen-catalog-copy p {
    color: var(--muted);
}

.pen-catalog-copy dl {
    display: grid;
    gap: 6px;
    margin: 0;
    font-size: .92rem;
}

.pen-catalog-copy dl div {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 5px;
}

.pen-catalog-copy dt {
    font-weight: 900;
    color: var(--brand-dark);
}

.pen-catalog-copy dd {
    margin: 0;
    text-align: right;
    color: var(--muted);
}

.pen-catalog-copy input[type="number"] {
    max-width: 120px;
}

.pen-order-section {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px;
    display: grid;
    gap: 20px;
}

.pen-status-in_stock { background: var(--success-bg); color: var(--success-ink); }
.pen-status-low_stock { background: #fff0b8; color: #6a4b00; }
.pen-status-made_to_order { background: #e8eef9; color: #294a7a; }
.pen-status-out_of_stock { background: var(--error-bg); color: var(--error-ink); }

.print-body {
    background: white;
    color: #111;
}

.shop-request-sheet {
    width: min(1000px, calc(100% - 32px));
    margin: 24px auto;
    background: white;
}

.shop-request-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.shop-request-header,
.shop-request-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    border-bottom: 2px solid #111;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.shop-request-box {
    border: 2px solid #111;
    padding: 16px;
    margin-bottom: 18px;
}

.shop-request-box pre {
    white-space: pre-wrap;
    font: inherit;
    margin: 0;
}

.shop-check-grid label {
    display: block;
    margin: 10px 0;
    font-weight: 700;
}

.shop-check-grid input {
    width: auto;
    margin-right: 8px;
}

.shop-lines {
    height: 54px;
    border-bottom: 1px solid #111;
    margin-bottom: 10px;
}

.shop-shipping-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
}

@media print {
    .shop-request-actions {
        display: none;
    }

    .shop-request-sheet {
        width: 100%;
        margin: 0;
    }

    .site-header,
    .site-footer {
        display: none;
    }
}

@media (max-width: 980px) {
    .lookbook-card.featured {
        grid-template-columns: 1fr;
    }

    .pen-hero-grid,
    .pen-spec-grid,
    .pen-order-grid {
        grid-template-columns: 1fr;
    }

    .pen-option-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pen-catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .lookbook-grid {
        grid-template-columns: 1fr;
    }

    .pen-option-grid {
        grid-template-columns: 1fr;
    }

    .pen-catalog-grid,
    .shop-request-header,
    .shop-request-grid,
    .shop-shipping-grid {
        grid-template-columns: 1fr;
    }

    .pen-spec-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.admin-danger-reset { min-height: 52px; padding: 14px 24px; border: 3px solid #5f0f0b; border-radius: 999px; background: #b01810; color: #fff; font-size: 1.02rem; font-weight: 950; box-shadow: 0 12px 26px rgba(95, 15, 11, .28); text-transform: uppercase; }
.admin-danger-reset:hover, .admin-danger-reset:focus-visible { background: #8b100b; color: #fff; transform: translateY(-1px); }

.admin-menu a.admin-menu-danger { min-height: 56px; justify-content: center; margin-top: 10px; border: 3px solid #ffcbc7; border-radius: 999px; background: #b01810; color: #fff; font-size: 1rem; font-weight: 950; letter-spacing: .04em; text-align: center; text-transform: uppercase; box-shadow: 0 12px 26px rgba(95, 15, 11, .34); }
.admin-menu a.admin-menu-danger:hover, .admin-menu a.admin-menu-danger:focus-visible { background: #8b100b; color: #fff; }
