/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --ivory: #FDFDFD; --lgray: #EAEAEA; --accent: #9A8C98; --dark: #1E1E1E; --text: #3D3D3D; --muted: #888; --line: #E0DBE0; --r: 20px; } html { scroll-behavior: smooth; } body { font-family: 'DM Sans', sans-serif; background: var(--ivory); color: var(--text); line-height: 1.75; font-weight: 300; } h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; color: var(--dark); line-height: 1.2; } a { color: var(--accent); text-decoration: none; transition: color 0.2s; } a:hover { text-decoration: underline; } .ck-input { display: none; } header { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 2rem; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--ivory); z-index: 100; } .logo { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--dark); letter-spacing: 0.04em; } nav { display: flex; gap: 2.5rem; align-items: center; } nav a { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text); font-weight: 400; } nav a:hover { color: var(--accent); text-decoration: none; } .container { max-width: 1120px; margin: 0 auto; padding: 0 2rem; } section { padding: 5rem 0; } .section-label { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; font-weight: 500; } .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); margin-bottom: 1.5rem; font-weight: 400; } .hero { position: relative; min-height: 72vh; display: flex; align-items: center; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--line); } .hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.48); } .hero-content { position: relative; z-index: 1; text-align: center; padding: 4rem 2rem; max-width: 700px; } .hero-content h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 6vw, 4rem); color: #FDFDFD; margin-bottom: 1.25rem; font-weight: 300; font-style: italic; letter-spacing: 0.01em; } .hero-content p { font-size: 1rem; color: rgba(253,253,253,0.85); margin-bottom: 2.5rem; font-weight: 300; } .btn { display: inline-block; padding: 0.85rem 2.5rem; border: 1px solid currentColor; border-radius: var(--r); font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; transition: background 0.25s, color 0.25s; font-family: 'DM Sans', sans-serif; font-weight: 400; cursor: pointer; } .btn-light { color: #FDFDFD; } .btn-light:hover { background: #FDFDFD; color: var(--dark); text-decoration: none; } .btn-dark { color: var(--dark); border-color: var(--dark); background: transparent; font-family: 'DM Sans', sans-serif; } .btn-dark:hover { background: var(--dark); color: #FDFDFD; text-decoration: none; } .btn-accent { color: #FDFDFD; border-color: var(--accent); background: var(--accent); } .btn-accent:hover { background: transparent; color: var(--accent); text-decoration: none; } .page-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; padding: 5rem 0; } .aside-feed { border-left: 1px solid var(--line); padding-left: 3rem; } .aside-card { padding: 1.75rem 0; border-bottom: 1px solid var(--line); } .aside-card:last-child { border-bottom: none; } .aside-tag { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem; } .aside-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; margin-bottom: 0.5rem; line-height: 1.35; color: var(--dark); font-weight: 400; } .aside-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.65; margin-bottom: 0.75rem; } .featured-article { padding-bottom: 4rem; border-bottom: 1px solid var(--line); } .featured-article .section-label { margin-bottom: 1.25rem; } .featured-article h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1.25rem; font-weight: 400; line-height: 1.25; } .featured-article p { font-size: 0.95rem; line-height: 1.85; color: #555; margin-bottom: 1.25rem; } .about-section { background: var(--lgray); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .about-inner { display: grid; grid-template-columns: 3fr 2fr; gap: 5rem; align-items: center; } .about-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 1.25rem; font-weight: 400; } .about-text p { font-size: 0.93rem; line-height: 1.85; color: #555; margin-bottom: 1rem; } .about-deco { text-align: center; font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: var(--line); line-height: 1; user-select: none; } .form-wrap { max-width: 520px; margin: 3rem auto 0; display: grid; gap: 1.1rem; } .form-group { display: flex; flex-direction: column; gap: 0.4rem; } .form-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); font-weight: 500; } .form-input { border: 1px solid var(--line); border-radius: 12px; padding: 0.9rem 1.2rem; font-size: 0.92rem; background: var(--ivory); color: var(--dark); font-family: 'DM Sans', sans-serif; transition: border-color 0.25s; outline: none; width: 100%; } .form-input:focus { border-color: var(--accent); } .disclaimer { border-left: 3px solid var(--accent); background: var(--lgray); padding: 1.4rem 2rem; border-radius: 0 var(--r) var(--r) 0; margin: 3rem 0; font-size: 0.88rem; color: #666; line-height: 1.75; } .disclaimer strong { color: var(--dark); font-weight: 500; } .article-header { padding: 5rem 0 3rem; border-bottom: 1px solid var(--line); } .article-header h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 3.2rem); max-width: 740px; font-weight: 400; font-style: italic; } .article-meta { font-size: 0.75rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 1.25rem; } .article-body { max-width: 740px; margin: 0 auto; padding: 4rem 0; } .article-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; margin: 3.5rem 0 1.25rem; border-top: 1px solid var(--line); padding-top: 2.5rem; font-weight: 400; } .article-body p { font-size: 0.97rem; line-height: 1.9; margin-bottom: 1.5rem; color: #3D3D3D; } .article-img { width: 100%; border-radius: var(--r); margin-bottom: 3rem; display: block; aspect-ratio: 16/7; object-fit: cover; } .source-note { font-size: 0.75rem; color: #bbb; margin-top: -1rem; margin-bottom: 1.5rem; font-style: italic; } .policy-header { padding: 4rem 0 2.5rem; border-bottom: 1px solid var(--line); } .policy-header h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 400; } .policy-body { max-width: 780px; margin: 0 auto; padding: 3.5rem 0; } .policy-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; margin: 2.5rem 0 0.85rem; font-weight: 400; border-bottom: 1px solid var(--line); padding-bottom: 0.5rem; } .policy-body p { margin-bottom: 1.1rem; line-height: 1.85; font-size: 0.92rem; color: #555; } .success-page { min-height: 65vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 4rem 2rem; } .success-inner h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 1rem; font-weight: 300; font-style: italic; } .success-inner p { font-size: 0.95rem; color: var(--muted); margin-bottom: 2.5rem; max-width: 460px; margin-left: auto; margin-right: auto; } .success-inner .deco { font-family: 'Cormorant Garamond', serif; font-size: 3rem; color: var(--lgray); margin-bottom: 1.5rem; display: block; } .error-page { min-height: 65vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 1rem; padding: 4rem 2rem; } .error-num { font-family: 'Cormorant Garamond', serif; font-size: 9rem; color: var(--lgray); line-height: 1; } .error-page h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 400; } .error-page p { font-size: 0.92rem; color: var(--muted); max-width: 400px; } footer { border-top: 1px solid var(--line); padding: 3.5rem 0; text-align: center; } .footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; margin-bottom: 1.75rem; } .footer-nav a { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); } .footer-nav a:hover { color: var(--accent); text-decoration: none; } .footer-copy { font-size: 0.75rem; color: #c0c0c0; } .cookie-bar { position: fixed; bottom: 1.5rem; right: 1.5rem; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; max-width: 320px; z-index: 9999; } .ck-input:checked ~ .cookie-bar { display: none; } .cookie-bar p { font-size: 0.82rem; line-height: 1.65; color: #666; margin-bottom: 1.1rem; } .cookie-actions { display: flex; gap: 0.75rem; } .ck-label { flex: 1; text-align: center; padding: 0.65rem; border-radius: 10px; font-size: 0.75rem; cursor: pointer; letter-spacing: 0.06em; font-family: 'DM Sans', sans-serif; text-transform: uppercase; } .ck-accept { background: var(--accent); color: #FDFDFD; border: 1px solid var(--accent); } .ck-more { border: 1px solid var(--line); color: var(--text); display: inline-flex; align-items: center; justify-content: center; text-align: center; padding: 0.65rem; border-radius: 10px; font-size: 0.75rem; flex: 1; text-decoration: none; font-family: 'DM Sans', sans-serif; letter-spacing: 0.06em; text-transform: uppercase; } .ck-more:hover { text-decoration: none; border-color: var(--accent); color: var(--accent); } @media (max-width: 960px) { .page-grid { grid-template-columns: 1fr; gap: 3rem; } .aside-feed { border-left: none; border-top: 1px solid var(--line); padding-left: 0; padding-top: 2.5rem; } .about-inner { grid-template-columns: 1fr; gap: 2.5rem; } .about-deco { display: none; } } @media (max-width: 700px) { header { padding: 1rem 1.25rem; } nav { gap: 1.25rem; } nav a { font-size: 0.7rem; letter-spacing: 0.08em; } section { padding: 3rem 0; } .container { padding: 0 1.25rem; } .cookie-bar { left: 1rem; right: 1rem; bottom: 1rem; max-width: none; } .article-body { padding: 2.5rem 0; } }