* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #2c2c2c;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 6%;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-logo {
    font-size: 26px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-links a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #8b6f47;
}

.hero-offset {
    display: flex;
    min-height: 85vh;
    align-items: center;
    padding: 0 6%;
    background-color: #f5f0eb;
    position: relative;
}

.hero-content-left {
    flex: 0 0 45%;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.hero-content-left p {
    font-size: 19px;
    color: #4a4a4a;
    line-height: 1.8;
}

.hero-image-right {
    flex: 0 0 55%;
    position: relative;
    margin-left: -40px;
    margin-top: -80px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d4c4b0;
}

.story-irregular {
    display: flex;
    padding: 120px 6% 100px;
    gap: 80px;
    align-items: flex-start;
    background-color: #ffffff;
}

.story-block-one {
    flex: 0 0 48%;
    padding-top: 60px;
}

.story-block-one h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.story-block-one p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 22px;
}

.story-image-offset {
    flex: 0 0 40%;
    margin-top: -100px;
}

.story-image-offset img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d4c4b0;
}

.insight-diagonal {
    padding: 90px 12% 90px 18%;
    background-color: #e8ddd1;
    position: relative;
}

.insight-wrapper h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.insight-wrapper p {
    font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 24px;
    max-width: 800px;
}

.problem-cascade {
    padding: 100px 6%;
    background-color: #fafafa;
}

.cascade-block {
    max-width: 650px;
    margin-bottom: 70px;
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cascade-block.offset-right {
    margin-left: auto;
    margin-right: 8%;
}

.cascade-block h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 600;
}

.cascade-block p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.visual-showcase {
    padding: 0;
    background-color: #2c2c2c;
}

.visual-showcase img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #2c2c2c;
}

.trust-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 110px 10%;
    gap: 60px;
    background-color: #ffffff;
    justify-content: center;
}

.trust-item {
    flex: 0 0 calc(33.333% - 40px);
    padding: 35px;
    background-color: #f9f6f2;
}

.trust-item.offset-down {
    margin-top: 50px;
}

.trust-item h4 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.trust-item p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.testimonial-stagger {
    padding: 100px 8%;
    background-color: #f5f0eb;
}

.testimonial {
    max-width: 600px;
    padding: 45px;
    background-color: #ffffff;
    margin-bottom: 50px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.testimonial.left-float {
    margin-left: 0;
    margin-right: auto;
}

.testimonial.right-float {
    margin-left: auto;
    margin-right: 0;
}

.testimonial p {
    font-size: 17px;
    color: #3a3a3a;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 20px;
}

.testimonial cite {
    font-style: normal;
    font-size: 15px;
    color: #6a6a6a;
    font-weight: 500;
}

.benefits-asymmetric {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 6%;
    gap: 40px;
    background-color: #ffffff;
}

.benefit-major {
    flex: 0 0 55%;
}

.benefit-major img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    object-fit: cover;
    background-color: #d4c4b0;
}

.benefit-major h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-major p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.8;
}

.benefit-minor {
    flex: 0 0 calc(45% - 40px);
    padding: 35px;
    background-color: #f9f6f2;
}

.benefit-minor.top-aligned {
    align-self: flex-start;
}

.benefit-minor.bottom-aligned {
    align-self: flex-end;
    margin-top: 60px;
}

.benefit-minor h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-minor p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.reveal-pricing {
    padding: 120px 6%;
    background-color: #2c2c2c;
}

.pricing-intro {
    text-align: center;
    margin-bottom: 80px;
}

.pricing-intro h2 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #ffffff;
    font-weight: 700;
}

.pricing-intro p {
    font-size: 19px;
    color: #d4d4d4;
}

.pricing-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.price-card {
    flex: 0 0 calc(33.333% - 35px);
    min-width: 280px;
    padding: 45px 35px;
    background-color: #ffffff;
}

.price-card.offset-one {
    margin-top: 0;
}

.price-card.offset-two {
    margin-top: 40px;
}

.price-card.offset-three {
    margin-top: -30px;
}

.price-card.offset-four {
    margin-top: 50px;
}

.price-card.offset-five {
    margin-top: 20px;
}

.price-card h4 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 600;
}

.price-card p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 25px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #8b6f47;
    margin-bottom: 25px;
}

.select-service {
    width: 100%;
    padding: 14px 28px;
    background-color: #8b6f47;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #6f5738;
}

.form-section-diagonal {
    padding: 100px 10% 100px 20%;
    background-color: #f5f0eb;
}

.form-wrapper h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-wrapper > p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.commission-form {
    max-width: 650px;
}

.commission-form input,
.commission-form textarea {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 20px;
    border: 2px solid #d4c4b0;
    background-color: #ffffff;
    font-size: 16px;
    font-family: inherit;
}

.commission-form input:focus,
.commission-form textarea:focus {
    outline: none;
    border-color: #8b6f47;
}

.selected-service-display {
    padding: 18px 20px;
    background-color: #e8ddd1;
    margin-bottom: 20px;
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
}

.form-submit {
    padding: 16px 50px;
    background-color: #8b6f47;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit:hover {
    background-color: #6f5738;
}

.final-visual {
    padding: 0;
    background-color: #2c2c2c;
}

.final-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #2c2c2c;
}

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #d4d4d4;
    padding: 70px 6% 30px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 50px;
}

.footer-col {
    flex: 0 0 calc(33.333% - 35px);
}

.footer-col.offset {
    margin-top: 40px;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.7;
    color: #b4b4b4;
}

.footer-col a {
    display: block;
    color: #b4b4b4;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    border-top: 1px solid #3a3a3a;
    padding-top: 30px;
    margin-bottom: 30px;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 1.7;
    max-width: 900px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #3a3a3a;
}

.footer-bottom p {
    font-size: 14px;
    color: #8a8a8a;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 6%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-actions {
    display: flex;
    gap: 15px;
}

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-accept {
    background-color: #8b6f47;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #6f5738;
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.about-hero-offset {
    display: flex;
    padding: 100px 6%;
    gap: 70px;
    align-items: flex-start;
    background-color: #f5f0eb;
}

.about-text-block {
    flex: 0 0 50%;
    padding-top: 40px;
}

.about-text-block h1 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.about-text-block p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.8;
}

.about-hero-offset img {
    flex: 0 0 40%;
    width: 100%;
    height: auto;
    margin-top: -50px;
    object-fit: cover;
    background-color: #d4c4b0;
}

.philosophy-irregular {
    display: flex;
    padding: 110px 6%;
    gap: 80px;
    background-color: #ffffff;
}

.philosophy-content {
    flex: 0 0 55%;
}

.philosophy-content h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.philosophy-content p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.8;
}

.philosophy-image-float {
    flex: 0 0 35%;
    margin-top: 60px;
}

.philosophy-image-float img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d4c4b0;
}

.process-stagger {
    padding: 100px 8%;
    background-color: #fafafa;
}

.process-step {
    max-width: 650px;
    padding: 40px;
    margin-bottom: 60px;
    background-color: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.process-step.left-align {
    margin-left: 0;
    margin-right: auto;
}

.process-step.right-align {
    margin-left: auto;
    margin-right: 0;
}

.process-step h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.process-step p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.values-diagonal {
    padding: 100px 10% 100px 15%;
    background-color: #e8ddd1;
}

.values-diagonal h2 {
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-weight: 700;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.value-item {
    flex: 0 0 calc(50% - 25px);
    padding: 35px;
    background-color: #ffffff;
}

.value-item.offset-down {
    margin-top: 50px;
}

.value-item h4 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.value-item p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.team-asymmetric {
    display: flex;
    padding: 100px 6%;
    gap: 70px;
    align-items: center;
    background-color: #ffffff;
}

.team-text {
    flex: 0 0 55%;
}

.team-text h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.team-text p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.8;
}

.team-asymmetric img {
    flex: 0 0 38%;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d4c4b0;
}

.services-header-diagonal {
    padding: 100px 6% 80px 15%;
    background-color: #f5f0eb;
}

.services-header-diagonal h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.services-header-diagonal p {
    font-size: 19px;
    color: #4a4a4a;
    max-width: 700px;
}

.service-detail-asymmetric {
    display: flex;
    padding: 90px 6%;
    gap: 70px;
    align-items: center;
    background-color: #ffffff;
}

.service-detail-asymmetric:nth-child(odd) {
    background-color: #fafafa;
}

.service-detail-asymmetric.reverse {
    flex-direction: row-reverse;
}

.service-content-left,
.service-content-right {
    flex: 0 0 50%;
}

.service-content-left h2,
.service-content-right h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-content-left p,
.service-content-right p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.8;
}

.service-pricing {
    font-size: 30px;
    font-weight: 700;
    color: #8b6f47;
    margin: 30px 0 25px;
}

.select-service-btn {
    padding: 14px 40px;
    background-color: #8b6f47;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #6f5738;
}

.service-image-right,
.service-image-left {
    flex: 0 0 42%;
}

.service-image-right img,
.service-image-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d4c4b0;
}

.commission-cta-section {
    padding: 100px 10%;
    text-align: center;
    background-color: #2c2c2c;
}

.commission-cta-section h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #ffffff;
    font-weight: 700;
}

.commission-cta-section p {
    font-size: 18px;
    color: #d4d4d4;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    padding: 16px 50px;
    background-color: #8b6f47;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #6f5738;
}

.contact-hero-asymmetric {
    padding: 100px 6% 80px 15%;
    background-color: #f5f0eb;
}

.contact-hero-asymmetric h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-hero-asymmetric p {
    font-size: 19px;
    color: #4a4a4a;
    max-width: 700px;
}

.contact-info-irregular {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 6%;
    gap: 60px;
    background-color: #ffffff;
}

.contact-block {
    flex: 0 0 calc(50% - 30px);
    padding: 40px;
    background-color: #fafafa;
}

.contact-block.offset-right {
    margin-left: auto;
    margin-right: 0;
    flex: 0 0 calc(40% - 30px);
}

.contact-block h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-block p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
}

.hours-note {
    margin-top: 20px;
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
}

.contact-visual-section {
    padding: 0;
    background-color: #2c2c2c;
}

.contact-visual-section img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #2c2c2c;
}

.contact-process-info {
    padding: 100px 10%;
    background-color: #fafafa;
}

.contact-process-info h2 {
    font-size: 38px;
    margin-bottom: 60px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
}

.process-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.process-item {
    flex: 0 0 calc(50% - 25px);
    padding: 35px;
    background-color: #ffffff;
}

.process-item.offset-down {
    margin-top: 40px;
}

.process-item h4 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.process-item p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.thanks-hero-asymmetric {
    display: flex;
    padding: 100px 6%;
    gap: 70px;
    min-height: 70vh;
    align-items: center;
    background-color: #f5f0eb;
}

.thanks-content {
    flex: 0 0 55%;
}

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.thanks-content p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.8;
}

.thanks-details {
    padding: 25px;
    background-color: #e8ddd1;
    margin: 30px 0;
    font-size: 16px;
    color: #2c2c2c;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.thanks-button {
    padding: 14px 35px;
    background-color: #8b6f47;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.thanks-button:hover {
    background-color: #6f5738;
}

.thanks-button.secondary {
    background-color: transparent;
    border: 2px solid #8b6f47;
    color: #8b6f47;
}

.thanks-button.secondary:hover {
    background-color: #8b6f47;
    color: #ffffff;
}

.thanks-image {
    flex: 0 0 38%;
}

.thanks-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #d4c4b0;
}

.legal-content {
    padding: 80px 10%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-date {
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 600;
}

.legal-content p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-content ul {
    margin: 20px 0 20px 30px;
}

.legal-content li {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-content a {
    color: #8b6f47;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #6f5738;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #d4c4b0;
}

.cookie-table th {
    background-color: #f5f0eb;
    font-weight: 600;
    color: #1a1a1a;
}

.cookie-table td {
    font-size: 15px;
    color: #4a4a4a;
}

@media (max-width: 968px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left {
        flex: 1;
        padding-right: 0;
    }

    .hero-image-right {
        flex: 1;
        margin-left: 0;
        margin-top: 40px;
    }

    .story-irregular,
    .benefits-asymmetric,
    .service-detail-asymmetric,
    .about-hero-offset,
    .philosophy-irregular,
    .team-asymmetric,
    .thanks-hero-asymmetric {
        flex-direction: column;
    }

    .trust-item,
    .value-item,
    .price-card,
    .contact-block,
    .process-item {
        flex: 1 1 100%;
    }

    .cookie-content {
        flex-direction: column;
    }
}