/* ---------- Base styles ---------- */

:root {

    --cream: #f7f2e8;

    --cream-dark: #ebe1d1;

    --white: #fffdf8;

    --brown: #332820;

    --brown-soft: #66584e;

    --terracotta: #b96545;

    --terracotta-dark: #974b31;

    --sage: #78866b;

    --sage-light: #dce2d4;

    --border: #d8ccba;

    --shadow: 0 20px 50px rgba(51, 40, 32, 0.10);

}

/* ==================================================
   WEBSITE SUPPORT PAGE
   ================================================== */

.support-page {
    background: #f3ece3;
    color: var(--brown);
}

.support-page .support-header {
    width: min(1180px, calc(100% - 40px));
    min-height: 68px;
    padding: 0;
    background: transparent;
    border: 0;
}

.support-main {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 48px 0 100px;
}

.support-introduction {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.support-introduction .eyebrow {
    justify-content: center;
}

.support-introduction h1 {
    margin-bottom: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    line-height: 1;
}

.support-introduction > p:last-child {
    max-width: 600px;
    margin: 0 auto;
    color: var(--brown-soft);
}

.support-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 70px;
}

.support-service-card {
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(51, 40, 32, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.support-service-card:hover,
.support-service-selected {
    transform: translateY(-4px);
    border-color: var(--terracotta);
}

.support-price {
    margin: 0 0 18px;
    color: var(--terracotta-dark);
    font-size: 1.5rem;
    font-weight: 800;
}

.support-service-card h2 {
    margin-bottom: 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.75rem;
}

.support-service-card > p:not(.support-price) {
    color: var(--brown-soft);
}

.support-service-card small {
    display: block;
    margin: 18px 0 26px;
    color: var(--brown-soft);
    line-height: 1.55;
}

.choose-support-button {
    width: 100%;
    margin-top: auto;
    padding: 14px 18px;
    color: #ffffff;
    background: var(--terracotta);
    border: 0;
    border-radius: 8px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.choose-support-button:hover {
    background: var(--terracotta-dark);
}

.support-request {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 56px 64px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    scroll-margin-top: 30px;
}

.support-request-heading {
    margin-bottom: 42px;
    text-align: center;
}

.support-request-heading .eyebrow {
    justify-content: center;
}

.support-request-heading h2 {
    margin-bottom: 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3rem);
}

#selectedServiceText {
    color: var(--brown-soft);
}

.support-form {
    display: grid;
    gap: 24px;
}

.support-notice {
    padding: 18px 20px;
    color: var(--brown-soft);
    background: var(--cream);
    border-left: 3px solid var(--terracotta);
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .support-options {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .support-service-card {
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .support-main {
        width: calc(100% - 30px);
        padding-top: 28px;
    }

    .support-request {
        padding: 38px 22px;
    }
}

/* ---------- Simple request page ---------- */

.hidden-field,
[hidden] {
    display: none !important;
}

.form-page,
.form-page main {
    background: #ffffff;
}

.form-header {
    background: #ffffff;
}

.return-link {
    padding-bottom: 2px;
    border-bottom: 1px solid var(--brown);
    font-size: 0.8rem;
    font-weight: bold;
}

.return-link:hover {
    color: var(--terracotta);
    border-color: var(--terracotta);
}

.request-page {
    width: min(820px, calc(100% - 40px));
    margin: 0 auto;
    padding: 90px 0 120px;
}

.request-introduction {
    max-width: 700px;
    margin: 0 auto 80px;
    text-align: center;
}

.request-introduction h1 {
    margin-bottom: 22px;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: normal;
    line-height: 0.95;
    letter-spacing: -0.045em;
}

.request-introduction > p:last-child {
    max-width: 570px;
    margin-right: auto;
    margin-left: auto;
    color: var(--brown-soft);
}

.simple-request-form {
    width: 100%;
}

.intake-section {
    padding: 55px 0;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 28px;
    border-top: 1px solid var(--border);
}

.question-number {
    padding-top: 8px;
    color: var(--terracotta);
    font-size: 0.72rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.question-content {
    min-width: 0;
}

.question-content h2 {
    margin-bottom: 13px;
    font-size: 2.2rem;
    font-weight: normal;
}

.section-description {
    max-width: 610px;
    margin-bottom: 30px;
    color: var(--brown-soft);
}

.included-list {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.included-list span {
    padding: 8px 13px;
    background: var(--sage-light);
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: bold;
}

.form-group {
    margin-bottom: 28px;
}

.form-group > label,
.form-label {
    margin: 0 0 9px;
    display: block;
    font-size: 0.84rem;
    font-weight: bold;
}

.optional {
    color: var(--brown-soft);
    font-size: 0.72rem;
    font-weight: normal;
}

.simple-request-form input[type="text"],
.simple-request-form input[type="email"],
.simple-request-form input[type="tel"],
.simple-request-form input[type="url"],
.simple-request-form input[type="number"],
.simple-request-form input[type="datetime-local"],
.simple-request-form select,
.simple-request-form textarea {
    width: 100%;
    padding: 14px 15px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--brown);
    font: inherit;
    font-size: 0.9rem;
    outline: none;
}

.simple-request-form textarea {
    resize: vertical;
}

.simple-request-form input:focus,
.simple-request-form select:focus,
.simple-request-form textarea:focus {
    border-color: var(--terracotta);
    box-shadow: 0 0 0 3px rgba(185, 101, 69, 0.12);
}

.form-group small,
.meeting-fields > small {
    margin-top: 7px;
    display: block;
    color: var(--brown-soft);
    font-size: 0.72rem;
}

.simple-options {
    display: grid;
    gap: 10px;
}

.simple-options label,
.materials-grid label {
    padding: 13px 15px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.83rem;
}

.simple-options label:hover,
.materials-grid label:hover {
    border-color: var(--terracotta);
}

.horizontal-options {
    grid-template-columns: repeat(3, 1fr);
}

.simple-options input,
.materials-grid input,
.agreement-check input {
    margin-right: 8px;
    accent-color: var(--terracotta);
}

.color-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.color-row label {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: bold;
}

.color-row input {
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.materials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.hosting-list {
    display: grid;
    gap: 12px;
}

.hosting-choice {
    position: relative;
    display: block;
    cursor: pointer;
}

.hosting-choice > input {
    position: absolute;
    top: 22px;
    left: 18px;
    accent-color: var(--terracotta);
}

.hosting-choice > span {
    padding: 20px 20px 20px 50px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px 20px;
    border: 1px solid var(--border);
    border-radius: 7px;
}

.hosting-choice input:checked + span {
    background: #fff8f3;
    border-color: var(--terracotta);
}

.hosting-choice b {
    color: var(--terracotta-dark);
    font-size: 0.8rem;
}

.hosting-choice small {
    grid-column: 1 / -1;
    color: var(--brown-soft);
    line-height: 1.5;
}

.information-note {
    margin: 24px 0 0;
    padding: 16px;
    background: var(--sage-light);
    border-radius: 6px;
    color: var(--brown-soft);
    font-size: 0.78rem;
}

.meeting-fields {
    margin-top: 25px;
}

.two-column-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.expectations {
    margin-bottom: 22px;
    padding: 23px;
    background: #faf8f3;
    border-left: 3px solid var(--terracotta);
}

.expectations p {
    margin-bottom: 14px;
    color: var(--brown-soft);
    font-size: 0.86rem;
}

.expectations p:last-child {
    margin-bottom: 0;
}

.agreement-check {
    padding: 17px;
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.83rem;
    font-weight: bold;
}

.payment-note {
    padding: 20px;
    background: #faf8f3;
    border-radius: 6px;
}

.payment-note strong {
    color: var(--terracotta-dark);
}

.payment-note p {
    margin: 7px 0 0;
    color: var(--brown-soft);
    font-size: 0.8rem;
}

.estimate-summary {
    margin-top: 30px;
    padding: 32px;
    background: var(--brown);
    border-radius: 8px;
    color: #ffffff;
}

.estimate-summary .eyebrow {
    color: #df9b7c;
}

.summary-line {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.85rem;
}

.summary-line span {
    display: flex;
    flex-direction: column;
}

.summary-line small {
    margin-top: 3px;
    color: #c9beb5;
}

.summary-total {
    padding: 25px 0 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.summary-total strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.5rem;
    font-weight: normal;
}

.renewal-message-simple,
.estimate-disclaimer-simple {
    color: #d5cac1;
    font-size: 0.75rem;
}

.estimate-disclaimer-simple {
    margin-bottom: 0;
}

.submit-request {
    width: 100%;
    min-height: 56px;
    margin-top: 20px;
    background: var(--terracotta);
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: bold;
    cursor: pointer;
}

.submit-request:hover {
    background: var(--terracotta-dark);
}

@media (max-width: 650px) {
    .request-page {
        width: min(100% - 32px, 820px);
        padding-top: 65px;
    }

    .request-introduction {
        margin-bottom: 55px;
    }

    .intake-section {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 45px 0;
    }

    .horizontal-options,
    .color-row,
    .materials-grid,
    .two-column-fields {
        grid-template-columns: 1fr;
    }

    .hosting-choice > span {
        grid-template-columns: 1fr;
    }
}

* {

    box-sizing: border-box;

}

html {

    scroll-behavior: smooth;

}

body {

    margin: 0;

    background: var(--cream);

    color: var(--brown);

    font-family: Arial, Helvetica, sans-serif;

    line-height: 1.6;

}

a {

    color: inherit;

    text-decoration: none;

}

button {

    color: inherit;

    font: inherit;

}

h1,

h2,

h3,

p {

    margin-top: 0;

}

h1,

h2,

h3 {

    font-family: Georgia, "Times New Roman", serif;

}

/* ---------- Header ---------- */

.site-header {

    width: min(1180px, calc(100% - 48px));

    min-height: 78px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid var(--border);

}

.logo {

    font-family: Georgia, "Times New Roman", serif;

    font-size: 1.2rem;

    font-weight: bold;

}

.site-header nav {

    display: flex;

    align-items: center;

    gap: 32px;

}

.site-header nav a {

    font-size: 0.85rem;

    font-weight: bold;

    transition: color 0.2s ease;

}

.site-header nav a:hover {

    color: var(--terracotta);

}

/* ---------- Reusable elements ---------- */

.eyebrow {

    color: var(--terracotta-dark);

    font-size: 0.72rem;

    font-weight: bold;

    letter-spacing: 0.15em;

    text-transform: uppercase;

}

.primary-button,

.secondary-button {

    min-height: 50px;

    padding: 0 23px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    border-radius: 6px;

    font-size: 0.85rem;

    font-weight: bold;

    transition:

        transform 0.2s ease,

        background-color 0.2s ease,

        color 0.2s ease;

}

.primary-button {

    background: var(--terracotta);

    color: var(--white);

}

.primary-button:hover {

    background: var(--terracotta-dark);

    transform: translateY(-2px);

}

.secondary-button {

    border: 1px solid var(--brown);

}

.secondary-button:hover {

    background: var(--brown);

    color: var(--white);

    transform: translateY(-2px);

}

.section-heading {

    max-width: 650px;

    margin-bottom: 48px;

}

.section-heading h2,

.pricing h2,

.featured-work h2,

.about-preview h2,

.contact h2 {

    margin-bottom: 20px;

    font-size: clamp(2.4rem, 5vw, 4rem);

    font-weight: normal;

    line-height: 1.05;

    letter-spacing: -0.04em;

}

/* ---------- Hero ---------- */

.hero {

    width: min(1180px, calc(100% - 48px));

    min-height: 680px;

    margin: auto;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    position: relative;

}

.hero::after {

    content: "";

    width: 380px;

    height: 380px;

    position: absolute;

    right: 3%;

    top: 18%;

    border: 1px solid var(--terracotta);

    border-radius: 50%;

    opacity: 0.35;

}

.hero::before {

    content: "";

    width: 270px;

    height: 360px;

    position: absolute;

    right: 10%;

    top: 24%;

    background: var(--sage-light);

    border-radius: 48% 48% 8px 8px;

    transform: rotate(7deg);

}

.hero > * {

    position: relative;

    z-index: 1;

}

.hero h1 {

    max-width: 760px;

    margin-bottom: 28px;

    font-size: clamp(4rem, 8vw, 7.2rem);

    font-weight: normal;

    line-height: 0.9;

    letter-spacing: -0.065em;

}

.hero h1 span {

    color: var(--terracotta);

    font-style: italic;

}

.hero-description {

    max-width: 570px;

    margin-bottom: 30px;

    color: var(--brown-soft);

    font-size: 1.08rem;

}

/* ---------- Services ---------- */

.services {

    padding: 110px max(24px, calc((100% - 1180px) / 2));

    background: var(--white);

}

.service-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px;

}

.service-card {

    min-height: 330px;

    padding: 38px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    background: var(--cream);

    border: 1px solid var(--border);

    border-radius: 12px;

    text-align: left;

    cursor: pointer;

    box-shadow: none;

    transition:

        transform 0.25s ease,

        box-shadow 0.25s ease,

        border-color 0.25s ease;

}

.service-card:hover {

    border-color: var(--terracotta);

    box-shadow: var(--shadow);

    transform: translateY(-7px);

}

.service-number {

    margin-bottom: 55px;

    color: var(--terracotta);

    font-size: 0.75rem;

    font-weight: bold;

}

.service-card h3 {

    margin-bottom: 16px;

    font-size: 2rem;

    font-weight: normal;

}

.service-card p {

    max-width: 480px;

    color: var(--brown-soft);

    font-size: 0.95rem;

}

.card-link {

    margin-top: auto;

    padding-bottom: 3px;

    border-bottom: 1px solid var(--brown);

    font-size: 0.8rem;

    font-weight: bold;

}

/* ---------- Website process ---------- */

.website-process {

    padding: 110px max(24px, calc((100% - 1180px) / 2));

    background: var(--cream-dark);

}

.process-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

}

.process-card {

    min-height: 310px;

    padding: 32px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: 10px;

}

.process-card > span {

    width: 42px;

    height: 42px;

    margin-bottom: 35px;

    display: grid;

    place-items: center;

    background: var(--sage-light);

    border-radius: 50%;

    color: var(--sage);

    font-size: 0.75rem;

    font-weight: bold;

}

.process-card h3 {

    margin-bottom: 15px;

    font-size: 1.65rem;

    font-weight: normal;

}

.process-card p {

    min-height: 90px;

    color: var(--brown-soft);

    font-size: 0.9rem;

}

.process-card strong {

    padding-top: 15px;

    display: block;

    border-top: 1px solid var(--border);

    font-size: 0.75rem;

    text-transform: uppercase;

}

/* ---------- Pricing ---------- */

.pricing {

    padding: 120px max(24px, calc((100% - 1180px) / 2));

    display: grid;

    grid-template-columns: 1fr 520px;

    gap: 90px;

    align-items: center;

}

.pricing > div > p:last-child {

    max-width: 520px;

    color: var(--brown-soft);

}

.price-card {

    padding: 45px;

    position: relative;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: 12px;

    box-shadow: 14px 14px 0 var(--cream-dark);

}

.launch-label {

    width: fit-content;

    padding: 8px 12px;

    position: absolute;

    right: 28px;

    top: -17px;

    background: var(--sage-light);

    border: 1px solid var(--sage);

    border-radius: 4px;

    font-size: 0.65rem;

    font-weight: bold;

    letter-spacing: 0.1em;

}

.price-card h3 {

    font-size: 1.2rem;

    text-transform: uppercase;

}

.price {

    margin: 15px 0 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 4.7rem;

    line-height: 1;

}

.price span {

    margin-right: 12px;

    color: #a49a8c;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 1.2rem;

    text-decoration: line-through;

}

.price-card ul {

    margin: 30px 0;

    padding: 25px 0;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 13px;

    border-top: 1px solid var(--border);

    border-bottom: 1px solid var(--border);

    list-style: none;

}

.price-card li {

    font-size: 0.83rem;

}

.price-card li::before {

    content: "✓";

    margin-right: 8px;

    color: var(--terracotta);

    font-weight: bold;

}

.annual-cost {

    margin: 20px 0 0;

    color: var(--brown-soft);

    font-size: 0.75rem;

}

/* ---------- Featured work ---------- */

.featured-work {

    padding: 120px max(24px, calc((100% - 1180px) / 2));

    background: var(--brown);

    color: var(--white);

}

.featured-work .eyebrow {

    color: #df9b7c;

}

.featured-work p:not(.eyebrow) {

    max-width: 620px;

    color: #d8cec5;

}

.featured-work .secondary-button {

    margin-top: 20px;

    border-color: var(--cream);

}

.featured-work .secondary-button:hover {

    background: var(--cream);

    color: var(--brown);

}

/* ---------- About and contact ---------- */

.about-preview,

.contact {

    padding: 110px max(24px, calc((100% - 1180px) / 2));

}

.about-preview {

    background: var(--sage-light);

}

.about-preview p:not(.eyebrow),

.contact p:not(.eyebrow) {

    max-width: 620px;

    color: var(--brown-soft);

}

.about-preview .secondary-button {

    margin-top: 18px;

}

.contact {

    background: var(--white);

}

/* ---------- Footer ---------- */

footer {

    min-height: 130px;

    padding: 30px max(24px, calc((100% - 1180px) / 2));

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    background: var(--brown);

    color: var(--white);

}

footer p {

    margin: 0;

    color: #c9beb5;

    font-size: 0.75rem;

}

/* ---------- Process reveal animation ---------- */

.website-process {

    opacity: 0;

    transform: translateY(25px);

    transition:

        opacity 0.5s ease,

        transform 0.5s ease;

}

.website-process.process-visible {

    opacity: 1;

    transform: translateY(0);

}

/* Keep the process from leaving an empty gap before it is opened. */
.website-process:not(.process-visible) {
    display: none;
}

.website-process.process-visible {
    display: block;
}

/* ---------- About page ---------- */

.about-hero {

    width: min(1180px, calc(100% - 48px));

    min-height: 600px;

    margin: auto;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.about-hero h1 {

    max-width: 950px;

    margin-bottom: 30px;

    font-size: clamp(3.7rem, 7vw, 6.7rem);

    font-weight: normal;

    line-height: 0.95;

    letter-spacing: -0.055em;

}

.about-hero h1 span {

    color: var(--terracotta);

    font-style: italic;

}

.about-hero > p:last-child {

    max-width: 650px;

    color: var(--brown-soft);

    font-size: 1.05rem;

}

.about-story {

    padding: 110px max(24px, calc((100% - 1180px) / 2));

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 100px;

    background: var(--white);

}

.about-story h2,

.builder-section h2,

.about-callout h2 {

    font-size: clamp(2.6rem, 5vw, 4.3rem);

    font-weight: normal;

    line-height: 1;

    letter-spacing: -0.045em;

}

.story-content {

    padding-top: 38px;

}

.story-content p {

    color: var(--brown-soft);

}

.about-values {

    padding: 110px max(24px, calc((100% - 1180px) / 2));

    background: var(--cream-dark);

}

.values-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

}

.value-card {

    min-height: 270px;

    padding: 32px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: 10px;

}

.value-card > span {

    color: var(--terracotta);

    font-size: 0.75rem;

    font-weight: bold;

}

.value-card h3 {

    margin: 50px 0 16px;

    font-size: 1.55rem;

    font-weight: normal;

}

.value-card p {

    color: var(--brown-soft);

    font-size: 0.9rem;

}

.builder-section {

    padding: 120px max(24px, calc((100% - 1180px) / 2));

    display: grid;

    grid-template-columns: 1fr 430px;

    gap: 100px;

    align-items: center;

}

.builder-section > div > p:not(.eyebrow) {

    max-width: 650px;

    color: var(--brown-soft);

}

.builder-section .primary-button {

    margin-top: 18px;

}

.builder-card {

    padding: 42px;

    background: var(--brown);

    color: var(--white);

    border-radius: 12px;

    box-shadow: 14px 14px 0 var(--cream-dark);

}

.builder-label {

    color: #df9b7c;

    font-size: 0.68rem;

    font-weight: bold;

    letter-spacing: 0.15em;

}

.builder-card h3 {

    margin: 35px 0 8px;

    font-size: 2rem;

    font-weight: normal;

}

.builder-card > p:not(.builder-label) {

    margin-bottom: 4px;

    color: #d8cec5;

    font-size: 0.85rem;

}

.builder-skills {

    margin-top: 32px;

    padding-top: 25px;

    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    border-top: 1px solid rgba(255, 255, 255, 0.2);

}

.builder-skills span {

    padding: 7px 11px;

    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.16);

    border-radius: 20px;

    font-size: 0.7rem;

}

.about-callout {

    padding: 110px max(24px, calc((100% - 1180px) / 2));

    background: var(--sage-light);

}

.about-callout .primary-button {

    margin-top: 20px;

}

@media (max-width: 850px) {

    .about-story,

    .values-grid,

    .builder-section {

        grid-template-columns: 1fr;

    }

    .about-story,

    .builder-section {

        gap: 50px;

    }

    .builder-card {

        max-width: 550px;

    }

}

@media (max-width: 550px) {

    .about-hero {

        width: calc(100% - 36px);

        min-height: 520px;

    }

    .about-hero h1 {

        font-size: 3.5rem;

    }

    .about-story,

    .about-values,

    .builder-section,

    .about-callout {

        padding-top: 75px;

        padding-bottom: 75px;

    }

}

/* ---------- Responsive design ---------- */

@media (max-width: 850px) {

    .site-header nav {

        display: none;

    }

    .hero::before,

    .hero::after {

        opacity: 0.18;

    }

    .service-grid,

    .process-grid,

    .pricing {

        grid-template-columns: 1fr;

    }

    .pricing {

        gap: 50px;

    }

    .price-card {

        max-width: 600px;

    }

}

@media (max-width: 550px) {

    .site-header {

        width: calc(100% - 36px);

    }

    .hero {

        width: calc(100% - 36px);

        min-height: 620px;

    }

    .hero h1 {

        font-size: 3.8rem;

    }

    .hero::before {

        width: 190px;

        height: 260px;

        right: -8%;

    }

    .hero::after {

        width: 250px;

        height: 250px;

        right: -15%;

    }

    .services,

    .website-process,

    .pricing,

    .featured-work,

    .about-preview,

    .contact {

        padding-top: 75px;

        padding-bottom: 75px;

    }

    .service-card,

    .process-card,

    .price-card {

        padding: 28px;

    }

    .price-card ul {

        grid-template-columns: 1fr;

    }

    footer {

        align-items: flex-start;

        flex-direction: column;

    }

}

@media (prefers-reduced-motion: reduce) {

    html {

        scroll-behavior: auto;

    }

    * {

        transition: none !important;

    }

}
/* ==================================================
   FINAL SIMPLE WEBSITE REQUEST FORM
   ================================================== */

.form-page {
    min-height: 100vh;
    background: #ffffff;
    color: var(--brown);
}

.form-page .form-header {
    background: #ffffff;
}

.form-page .return-link {
    padding-bottom: 3px;
    border-bottom: 1px solid var(--brown);
    font-size: 0.8rem;
    font-weight: bold;
}

.form-page .return-link:hover {
    color: var(--terracotta);
    border-color: var(--terracotta);
}

/* Center the entire page */

.simple-form-page {
    width: min(720px, calc(100% - 40px));
    margin: 0 auto;
    padding: 90px 0 120px;
}

/* Introduction */

.simple-form-introduction {
    max-width: 640px;
    margin: 0 auto 75px;
    text-align: center;
}

.simple-form-introduction .eyebrow {
    justify-content: center;
}

.simple-form-introduction h1 {
    margin-bottom: 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 5rem);
    font-weight: normal;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.simple-form-introduction > p:last-child {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    color: var(--brown-soft);
    font-size: 1rem;
}

/* Main form */

.clean-website-form {
    width: 100%;
}

.simple-form-section {
    padding: 52px 0;
    border-top: 1px solid var(--border);
}

.simple-form-section h2 {
    margin-bottom: 13px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
}

.form-explanation {
    max-width: 570px;
    margin: 0 auto 28px;
    color: var(--brown-soft);
    text-align: center;
}

/* Included pages */

.included-pages-simple {
    margin: 0 auto 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.included-pages-simple span {
    padding: 8px 14px;
    background: var(--sage-light);
    border-radius: 30px;
    font-size: 0.76rem;
    font-weight: bold;
}

/* Normal fields */

.clean-field {
    width: 100%;
    margin-bottom: 25px;
}

.clean-field:last-child {
    margin-bottom: 0;
}

.clean-field > label,
.clean-label {
    margin: 0 0 9px;
    display: block;
    color: var(--brown);
    font-size: 0.84rem;
    font-weight: bold;
}

.clean-field label span {
    margin-left: 5px;
    color: var(--brown-soft);
    font-size: 0.72rem;
    font-weight: normal;
}

.clean-website-form input[type="text"],
.clean-website-form input[type="email"],
.clean-website-form input[type="tel"],
.clean-website-form input[type="url"],
.clean-website-form input[type="number"],
.clean-website-form input[type="datetime-local"],
.clean-website-form select,
.clean-website-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    background: #ffffff;
    border: 1px solid #cfc5b6;
    border-radius: 6px;
    color: var(--brown);
    font: inherit;
    font-size: 0.9rem;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.clean-website-form textarea {
    min-height: 125px;
    resize: vertical;
}

.clean-website-form input:focus,
.clean-website-form select:focus,
.clean-website-form textarea:focus {
    border-color: var(--terracotta);
    box-shadow: 0 0 0 3px rgba(185, 101, 69, 0.12);
}

.clean-website-form input::placeholder,
.clean-website-form textarea::placeholder {
    color: #9b9188;
}

/* Two-column name fields */

.two-clean-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Material checkboxes */

.clean-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.clean-checkboxes label {
    min-height: 50px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.83rem;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.clean-checkboxes label:hover {
    border-color: var(--terracotta);
    background: #fffaf7;
}

.clean-checkboxes input {
    margin: 0 9px 0 0;
    accent-color: var(--terracotta);
}

/* Hosting and meeting choices */

.clean-radio-list {
    display: grid;
    gap: 11px;
}

.clean-radio-list > label {
    position: relative;
    cursor: pointer;
}

.clean-radio-list > label > input {
    position: absolute;
    top: 22px;
    left: 18px;
    accent-color: var(--terracotta);
}

.clean-radio-list > label > span {
    min-height: 70px;
    padding: 17px 18px 17px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 7px;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.clean-radio-list > label:hover > span {
    border-color: var(--terracotta);
    transform: translateY(-1px);
}

.clean-radio-list > label > input:checked + span {
    background: #fff8f3;
    border-color: var(--terracotta);
    box-shadow: 0 0 0 2px rgba(185, 101, 69, 0.1);
}

.clean-radio-list strong {
    font-size: 0.88rem;
}

.clean-radio-list small {
    margin-top: 3px;
    color: var(--brown-soft);
    font-size: 0.74rem;
}

/* Meeting fields */

#meetingDetails {
    margin-top: 25px;
}

.meeting-availability {
    margin-bottom: 25px;
    padding: 15px;
    background: var(--sage-light);
    border-radius: 6px;
    color: var(--brown-soft);
    font-size: 0.78rem;
    text-align: center;
}

/* Expectations */

.simple-expectations {
    margin-bottom: 22px;
    padding: 23px;
    background: #faf8f3;
    border-left: 3px solid var(--terracotta);
    border-radius: 4px;
}

.simple-expectations p {
    margin-bottom: 14px;
    color: var(--brown-soft);
    font-size: 0.85rem;
    line-height: 1.6;
}

.simple-expectations p:last-child {
    margin-bottom: 0;
}

.simple-agreement {
    padding: 16px;
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.83rem;
    font-weight: bold;
}

.simple-agreement input {
    margin: 3px 10px 0 0;
    accent-color: var(--terracotta);
}

/* Final price */

.final-price {
    margin-top: 25px;
    padding: 34px;
    background: var(--brown);
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
}

.final-price p {
    margin-bottom: 12px;
    color: #d8cec5;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.final-price strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 6vw, 3.6rem);
    font-weight: normal;
    line-height: 1.1;
}

/* Submit button */

.submit-request {
    width: 100%;
    min-height: 58px;
    margin-top: 18px;
    background: var(--terracotta);
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: bold;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.submit-request:hover {
    background: var(--terracotta-dark);
    transform: translateY(-2px);
}

.submit-request:focus-visible {
    outline: 3px solid rgba(185, 101, 69, 0.3);
    outline-offset: 3px;
}

/* Hidden conditional fields */

.hidden-field,
[hidden] {
    display: none !important;
}

/* Mobile */

@media (max-width: 600px) {
    .simple-form-page {
        width: min(100% - 32px, 720px);
        padding: 65px 0 85px;
    }

    .simple-form-introduction {
        margin-bottom: 55px;
    }

    .simple-form-introduction h1 {
        font-size: 3.3rem;
    }

    .simple-form-section {
        padding: 42px 0;
    }

    .simple-form-section h2 {
        font-size: 1.75rem;
    }

    .two-clean-fields,
    .clean-checkboxes {
        grid-template-columns: 1fr;
    }

    .final-price {
        padding: 28px 20px;
    }
}
/* Warm background for the website request page */
body.form-page {
    background: #f3ece3;
}

.simple-form-page {
    background: #ffffff;
    border: 1px solid #e2d5c7;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(60, 39, 25, 0.1);
    margin: 45px auto 80px;
    padding: 55px 65px;
}

.final-price {
    background: #392a21;
    color: #ffffff;
    border-radius: 14px;
    margin-top: 40px;
    padding: 30px;
    text-align: center;
}

.final-price p {
    color: #e5d8cc;
    margin: 0 0 8px;
}

.final-price strong {
    color: #ffffff;
    display: block;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}

#hostingEstimateNote {
    color: #e5d8cc;
    font-size: 0.9rem;
    margin-top: 10px;
}

@media (max-width: 700px) {
    .simple-form-page {
        margin: 25px 15px 55px;
        padding: 35px 22px;
    }
}

/* Clean request-page header */
.form-page .form-header {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 24px 0 12px;
    background: transparent;
    border: none;
}

/* Move the form closer to the header */
.form-page .simple-form-page {
    margin: 12px auto 80px;
}

/* Mobile layout */
@media (max-width: 700px) {
    .form-page .form-header {
        width: calc(100% - 30px);
        padding: 20px 0 10px;
    }

    .form-page .simple-form-page {
        margin: 8px 15px 55px;
    }
}
/* ---------- Own Your Sites logo ---------- */

.logo {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.logo::before {
    content: "";
    display: block;
    width: 28px;
    height: 34px;
    flex: 0 0 28px;
    background-image: url("/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

footer .logo::before {
    width: 24px;
    height: 29px;
    flex-basis: 24px;
}

@media (max-width: 600px) {
    .site-header .logo::before {
        width: 24px;
        height: 29px;
        flex-basis: 24px;
    }
}

/* ---------- Polished support request form ---------- */

.support-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.support-form .two-clean-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.support-form .clean-field {
    width: 100%;
    margin: 0;
}

.support-form .clean-field > label {
    display: block;
    margin-bottom: 8px;
    color: var(--brown);
    font-size: 0.84rem;
    font-weight: 700;
}

/* Make every support form field fill the available space */
.support-form input[type="text"],
.support-form input[type="email"],
.support-form input[type="url"],
.support-form select,
.support-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 13px 15px;
    color: var(--brown);
    background: #ffffff;
    border: 1px solid #cfc5b6;
    border-radius: 8px;
    font: inherit;
    font-size: 0.92rem;
    outline: none;
    box-sizing: border-box;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.support-form textarea {
    min-height: 130px;
    resize: vertical;
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
    border-color: var(--terracotta);
    box-shadow: 0 0 0 3px rgba(185, 101, 69, 0.13);
}

/* Clean up the disclaimer */
.support-form .support-notice {
    margin: 2px 0;
    padding: 18px 20px;
    border-radius: 8px;
}

/* Clean up the acknowledgment boxes */
.support-form .simple-agreement {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    width: 100%;
    margin: 0;
    padding: 16px 18px;
    box-sizing: border-box;
}

.support-form .simple-agreement input {
    flex: 0 0 auto;
    margin-top: 3px;
}

/* Professional full-width submit button */
.support-form .simple-submit-button {
    width: 100%;
    min-height: 50px;
    margin-top: 4px;
    padding: 14px 20px;
    color: #ffffff;
    background: var(--terracotta);
    border: none;
    border-radius: 8px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.support-form .simple-submit-button:hover {
    background: var(--terracotta-dark);
    transform: translateY(-1px);
}

/* Stack first and last name on smaller screens */
@media (max-width: 650px) {
    .support-form .two-clean-fields {
        grid-template-columns: 1fr;
    }
}
/* Featured work buttons */
.work-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

@media (max-width: 500px) {
    .work-links {
        flex-direction: column;
        align-items: stretch;
    }

    .work-links a {
        width: 100%;
        text-align: center;
    }
}