:root { color-scheme: light; font-family: 'Zen Kaku Gothic New', 'Hiragino Sans', system-ui, sans-serif; color: #23211c; background: #faf9f6; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 2px solid #595447; outline-offset: 4px; }
.contact-nav { background: #fff; border-bottom: 1px solid #e8e5de; padding: 22px clamp(24px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-brand { text-decoration: none; display: flex; align-items: center; gap: 12px; font-weight: 900; font-size: 15px; }
.contact-brand img { object-fit: contain; }
.back-link { font-size: 12px; text-decoration: none; white-space: nowrap; }
.contact-main { max-width: 1120px; margin: auto; padding: 60px 32px 100px; }
.breadcrumb { font-size: 12px; color: #706b60; display: flex; gap: 12px; margin-bottom: 48px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.eyebrow { font-size: 11px; letter-spacing: .26em; margin: 0 0 20px; color: #777166; }
h1 { font-size: clamp(30px, 3.6vw, 42px); line-height: 1.4; margin: 0 0 28px; letter-spacing: .03em; }
.contact-intro > p { font-size: 15px; line-height: 2; color: #615c51; }
.contact-company { margin-top: 48px; padding-top: 28px; border-top: 1px solid #ddd9d0; font-size: 13px; line-height: 1.9; }
.contact-company address { font-style: normal; color: #706b60; margin-top: 8px; }
.contact-card { background: #fff; padding: 38px; border: 1px solid #e6e2d9; border-radius: 12px; box-shadow: 0 16px 50px -40px #595447; }
.form-note { font-size: 12px; color: #716b61; margin: 0 0 30px; }
.form-field { margin-bottom: 26px; }
.form-field label { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.required { font-size: 10px; color: #76604c; background: #f2eee7; padding: 2px 6px; border-radius: 3px; font-weight: 500; }
.optional { font-size: 10px; color: #837c71; font-weight: 500; }
input, select, textarea { width: 100%; background: #fff; color: #23211c; border: 1px solid #bcb6aa; border-radius: 5px; padding: 13px 14px; line-height: 1.5; font-size: 16px; }
textarea { min-height: 170px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #49443a; }
.field-hint { font-size: 11px; color: #777166; margin: 8px 0 0; }
.privacy-note { font-size: 12px; color: #706b60; line-height: 1.9; margin: 28px 0 22px; }
.send-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 17px 20px; border: 0; border-radius: 6px; background: #22221f; color: #fff; cursor: pointer; font-weight: 700; font-size: 15px; }
.send-button:hover { background: #414038; }
.send-button:disabled { background: #807c73; cursor: wait; }
.status { margin: 20px 0 0; padding: 14px 16px; border-radius: 5px; font-size: 13px; line-height: 1.8; }
.status[data-kind="error"] { background: #faf0ed; color: #893a2a; }
.success { padding: 36px 0; }
.success h2 { font-size: 25px; }
.success p { line-height: 1.9; color: #625d52; }
.success a { display: inline-block; margin-top: 18px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
[hidden] { display: none !important; }
.turnstile-area { min-height: 70px; margin: 8px 0 18px; }
@media (max-width: 850px) { .contact-layout { grid-template-columns: 1fr; gap: 30px; } .contact-company { display: none; } .contact-main { max-width: 690px; padding-top: 30px; } .breadcrumb { margin-bottom: 36px; } }
@media (max-width: 480px) { .contact-nav { padding: 18px 20px; } .contact-brand { font-size: 13px; gap: 8px; } .contact-brand img { width: 25px; height: 24px; } .back-link { font-size: 11px; } .contact-main { padding: 26px 20px 60px; } .contact-card { padding: 26px 20px; } h1 { margin-bottom: 18px; } .contact-intro > p { font-size: 14px; } }
