﻿.page-container{max-width:900px;margin:0 auto;padding:0 60px;}.web-article-detail{padding-top:100px;background:var(--white);min-height:70vh;}.web-article-detail .web-article-header{padding:56px 60px 40px;border-bottom:1px solid var(--border);}.web-article-detail .web-article-eyebrow{font-size:.63rem;letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:18px;}.web-article-detail h1{font-family:"Cormorant Garamond",serif;font-size:2.8rem;font-weight:700;line-height:1.15;color:var(--dark);max-width:720px;margin-bottom:18px;opacity:0;transform:translateY(14px);animation:fadeUp .65s .15s ease forwards;}.web-article-detail .web-article-description{font-size:.98rem;color:var(--mid);line-height:1.75;max-width:580px;font-weight:300;opacity:0;transform:translateY(10px);animation:fadeUp .55s .3s ease forwards;}.web-article-detail .web-article-body{padding:52px 60px 96px;max-width:780px;}.web-article-detail .web-article-body h2{font-family:"Cormorant Garamond",serif;font-size:1.7rem;font-weight:700;color:var(--dark);margin:44px 0 14px;line-height:1.2;}.web-article-detail .web-article-body h2:first-child{margin-top:0;}.web-article-detail .web-article-body h3{font-family:"Cormorant Garamond",serif;font-size:1.2rem;font-weight:600;color:var(--dark);margin:28px 0 10px;}.web-article-detail .web-article-body p{font-size:.9rem;line-height:1.85;color:#3a3a38;margin-bottom:18px;}.web-article-detail .web-article-body ul,.web-article-detail .web-article-body ol{margin:8px 0 18px 20px;}.web-article-detail .web-article-body li{font-size:.9rem;line-height:1.8;color:#3a3a38;margin-bottom:6px;}.web-article-detail .web-article-body strong{font-weight:600;color:var(--dark);}.web-article-detail .web-article-body a{color:var(--gold);text-decoration:none;}.web-article-detail .web-article-body a:hover{text-decoration:underline;}@keyframes fadeUp{to{opacity:1;transform:translateY(0);}}.estimation-page{padding-top:100px;background:var(--white);}.estimation-page .field-validation-error{font-size:.62rem;letter-spacing:2.5px;text-transform:uppercase;color:var(--gold);font-weight:600;padding-bottom:10px;}.estimation-page .container{max-width:860px;margin:0 auto;padding:0 60px;}.estimation-page .article-hero{padding:56px 0 40px;margin-bottom:0;}.estimation-page .article-title{font-family:"Cormorant Garamond",serif;font-size:2.8rem;font-weight:700;line-height:1.15;color:var(--dark);margin-bottom:16px;opacity:0;transform:translateY(14px);animation:fadeUp .65s .15s ease forwards;}.estimation-page .article-subtitle{font-size:.98rem;color:var(--mid);line-height:1.75;font-weight:300;max-width:560px;opacity:0;transform:translateY(10px);animation:fadeUp .55s .3s ease forwards;}.estimation-page .article-body{padding:48px 0;border-bottom:1px solid var(--border);}.estimation-page .article-body p{font-size:.9rem;line-height:1.85;color:#3a3a38;margin-bottom:18px;}.estimation-page .article-body h2,.estimation-page .article-body h3{font-family:"Cormorant Garamond",serif;font-weight:700;color:var(--dark);margin:32px 0 12px;}.estimation-page .article-body h2{font-size:1.6rem;}.estimation-page .article-body h3{font-size:1.2rem;}.estimation-page .article-body a{color:var(--gold);text-decoration:none;}.estimation-page .article-body a:hover{text-decoration:underline;}.estimation-page .estimation-form-section{padding:56px 0 80px;}.estimation-page .estimation-form-title{font-family:"Cormorant Garamond",serif;font-size:1.9rem;font-weight:700;color:var(--dark);margin-bottom:10px;}.estimation-page .estimation-form-desc{font-size:.88rem;color:var(--mid);line-height:1.7;margin-bottom:40px;max-width:520px;}.estimation-page .estimation-form{display:flex;flex-direction:column;gap:20px;}.estimation-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}.estimation-page .form-group{display:flex;flex-direction:column;gap:7px;}.estimation-page .form-group--full{grid-column:1/-1;}.estimation-page .form-group label{font-size:.72rem;font-weight:500;letter-spacing:.4px;color:var(--dark);text-transform:uppercase;}.estimation-page .estimation-form input:not([type=hidden]),.estimation-page .estimation-form select,.estimation-page .estimation-form textarea,.estimation-page .form-control{width:100%;padding:12px 16px;background:var(--off);border:1px solid var(--border);border-radius:6px;font-family:"Inter",sans-serif;font-size:.88rem;color:var(--dark);transition:border-color .2s,box-shadow .2s;outline:0;appearance:none;-webkit-appearance:none;}.estimation-page .estimation-form input:not([type=hidden]):focus,.estimation-page .estimation-form select:focus,.estimation-page .estimation-form textarea:focus,.estimation-page .form-control:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(184,151,62,.12);}.estimation-page .estimation-form input:not([type=hidden])::placeholder,.estimation-page .estimation-form select::placeholder,.estimation-page .estimation-form textarea::placeholder,.estimation-page .form-control::placeholder{color:rgba(122,120,112,.55);}.estimation-page .estimation-form textarea,.estimation-page textarea.form-control{resize:vertical;min-height:108px;}.estimation-page .estimation-form select,.estimation-page select.form-control{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a7870' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer;}.estimation-page .form-submit{padding-top:8px;}.estimation-page .btn-gold{display:inline-block;padding:14px 36px;background:var(--gold);color:var(--dark);border:0;border-radius:4px;font-family:"Inter",sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:background .25s,transform .2s;}.estimation-page .btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);}.estimation-page .btn-gold:active{transform:translateY(0);}.html-article-detail{padding:112px 60px 96px;max-width:820px;margin:0 auto;}.html-article-detail .head{padding-bottom:32px;margin-bottom:48px;position:relative;}.html-article-detail .head::after{content:"";position:absolute;bottom:-1px;left:0;width:56px;height:2px;background:var(--gold);}.html-article-detail .headline h1{font-family:"Cormorant Garamond",serif;font-size:2.6rem;font-weight:700;line-height:1.15;color:var(--dark);margin-bottom:14px;opacity:0;transform:translateY(14px);animation:fadeUp .65s .1s ease forwards;}.html-article-detail .create-date{font-size:.72rem;color:var(--mid);letter-spacing:.3px;}.html-article-detail .create-date i{margin-right:6px;color:var(--gold);opacity:.7;}.html-article-detail .body .short{font-size:1rem;line-height:1.8;color:var(--mid);font-weight:300;margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid var(--border);}.html-article-detail .body .short p{margin-bottom:14px;}.html-article-detail .body .short p:last-child{margin-bottom:0;}.html-article-detail .body .full h2{font-family:"Cormorant Garamond",serif;font-size:1.55rem;font-weight:700;color:var(--dark);margin:40px 0 14px;}.html-article-detail .body .full h2:first-child{margin-top:0;}.html-article-detail .body .full h3{font-family:"Cormorant Garamond",serif;font-size:1.15rem;font-weight:600;color:var(--dark);margin:28px 0 10px;}.html-article-detail .body .full p{font-size:.9rem;line-height:1.85;color:#3a3a38;margin-bottom:16px;}.html-article-detail .body .full ul,.html-article-detail .body .full ol{margin:8px 0 18px 22px;}.html-article-detail .body .full li{font-size:.9rem;line-height:1.8;color:#3a3a38;margin-bottom:6px;}.html-article-detail .body .full strong{font-weight:600;color:var(--dark);}.html-article-detail .body .full em{font-style:italic;color:var(--mid);}.html-article-detail .body .full a{color:var(--gold);text-decoration:none;}.html-article-detail .body .full a:hover{text-decoration:underline;}.html-article-detail .body .full table{width:100%;border-collapse:collapse;font-size:.86rem;margin:24px 0;}.html-article-detail .body .full table th{background:var(--off);font-weight:600;text-align:left;padding:10px 14px;border:1px solid var(--border);color:var(--dark);}.html-article-detail .body .full table td{padding:9px 14px;border:1px solid var(--border);color:#3a3a38;vertical-align:top;}.html-article-detail .body .full table tr:nth-child(even) td{background:rgba(0,0,0,.018);}.html-article-detail .body .full hr{border:0;border-top:1px solid var(--border);margin:32px 0;}@media(max-width:1100px){.web-article-detail .web-article-header{padding:44px 36px 32px;}.web-article-detail .web-article-body{padding:44px 36px 72px;}.web-article-detail h1{font-size:2.3rem;}.estimation-page .container{padding:0 36px;}.estimation-page .article-title{font-size:2.3rem;}.html-article-detail{padding:100px 36px 72px;}.html-article-detail .headline h1{font-size:2.2rem;}}@media(max-width:768px){.web-article-detail .web-article-header{padding:28px 18px 24px;}.web-article-detail .web-article-body{padding:28px 18px 56px;}.web-article-detail h1{font-size:1.85rem;}.web-article-detail .web-article-description{font-size:.9rem;}.estimation-page .container{padding:0 18px;}.estimation-page .article-title{font-size:1.85rem;}.estimation-page .article-subtitle{font-size:.9rem;}.estimation-page .form-row{grid-template-columns:1fr;}.estimation-page .estimation-form-section{padding:40px 0 56px;}.estimation-page .btn-gold{width:100%;text-align:center;}.html-article-detail{padding:80px 18px 56px;}.html-article-detail .headline h1{font-size:1.8rem;}.html-article-detail .body .short{font-size:.92rem;}}@media(max-width:420px){.web-article-detail h1{font-size:1.6rem;}.estimation-page .article-title{font-size:1.6rem;}.html-article-detail .headline h1{font-size:1.55rem;}}